|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#221
|
||||
|
||||
Well... now that I think about it... I did make a change in the phoenix vfs from 15-16 to tune a performance issue. The end result was that how the grouped videos (with sorting and filtering) worked, was totally rewritten. I have a bunch of unit tests that verified that my changes "worked", but I'm guessing that I'm missing some tests
@bikesquid - If you don't mind, I'll probably send you some debug jars to see if we can resolve the missing items.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#222
|
||||
|
||||
No problem, you've got my email address. I've been leaving these recordings alone thinking they're a perfect test case for a 'fix'.
|
#223
|
|||
|
|||
Missing movies
This may also be related to bikesquid's problem, but I just noticed today that most of my imported movies are missing. There should be a couple hundred; instead there's 23 - and only from two of the folders. It doesn't even have all the ones from in those folders. They were all there at the beginning of the week. I think the change was moving from 3.0 to 4.0 beta, but I can't say for certain they were all still there before that switch.
Edit: I don't know if this is related, but I noticed in the system messages I'm getting "Unknown SageTV File: null" at the start of a scan. Last edited by bkavanaugh; 03-22-2010 at 03:44 AM. Reason: Additional info |
#224
|
|||
|
|||
Fanart location question
Ran the web ui and fanarts are being sent to c:\ (x86) program files\sagetv\sagetv\rootfilesystems\movies" directory. How do I get sage to look here for jpgs? I am a little confused.....
|
#225
|
||||
|
||||
Is thetvdb.com down for anyone other than myself today?
|
#226
|
||||
|
||||
It appears to be down...or really, really slow for me as well
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#227
|
||||
|
||||
Is this where you configured fanart to go? basicallly you need to configure the fanart dir from the web ui, or use the default location. if you are using clients (not extenders), then you need to configure each client as well.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#228
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#229
|
|||
|
|||
Yes, this is where I configured it to go...I am using 2 clients and 4 hd200s..JPEGs are not showing up when looking at video library of imported video..
|
#230
|
|||
|
|||
Beta17 fixed my issue with the movie "9"... thanks for that. Looks like I'm down to one issue. With beta17, I'm getting "Failed to find metadata for: D:\Media\Movies\DVDs\Tudors S01 D02\VIDEO_TS using provider tvdb"
Any update on this issue and/or what do you recommend I name the TV shows that have seasons that span multiple discs?
__________________
Server: Sage 7.1.9 beta; Dell Inspiron 530; Windows 7 Ultimate 32-bit (UAC turned off); 2TB Internal SATA (TV Recordings) Storage: Synology DiskStation DS411+, RAID 5, 5x 2TB SATA for (DVDs/Music/Other Videos) Tuners: Ceton InfiniTV w/ Verizon FIOS cablecard (using babgvant's SageDCT plugin) Clients: 1x STP-HD300; 1x Acer Aspire Revo 3610 (Atom/Ion) w/ SageTV client (Win 7, EVR, FSE on) |
#231
|
||||
|
||||
Quote:
I haven't fixed it yet, because I need to decide how to proceed with this. I think I should get "series" fanart and metadata at least... so I'm on it... but no eta.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#232
|
||||
|
||||
Any luck fixing the problem with your changes to vfs in beta 16 and 17?
|
#233
|
||||
|
||||
Sean, I made an interesting? observation with regard to the cross-linked metadata problem. On my machine it is only happening on analog recordings from my STB.
I have not observed the problem on any digital recordings via DVB-T. I can't understand why that would make a difference. The digital recordings are recorded as .ts (otherwise comskip doesn't work) John |
#234
|
||||
|
||||
Quote:
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#235
|
|||
|
|||
Where do I need to set my DVDProfiler collection.xml path
Where do I need to set my DVDProfiler collection.xml path? I'm getting the below error:
Code:
656 DEBUG [main] org.jdna.media.metadata.MediaMetadataUtils - Cleaned Title: Dinosaur 672 DEBUG [main] org.jdna.media.metadata.impl.dvdproflocal.LocalMovieIndex - Creating Lucene Index Dir: C:\BatchMetadata\cache\indexDVDProfLocal 672 ERROR [main] org.jdna.metadataupdater.ConsoleInteractiveMetadataProcessor - Search Failed java.lang.Exception: Missing xml. Please Set DVDProfiler Xml Location. at org.jdna.media.metadata.impl.dvdproflocal.LocalDVDProfMetaDataProvider.initialize(LocalDVDProfMetaDataProvider.java:89) at org.jdna.media.metadata.impl.dvdproflocal.LocalDVDProfMetaDataProvider.search(LocalDVDProfMetaDataProvider.java:56) at org.jdna.process.InteractiveMetadataProcessor.searchByTitle(InteractiveMetadataProcessor.java:166) at org.jdna.process.InteractiveMetadataProcessor.scanMediaFile(InteractiveMetadataProcessor.java:105) at org.jdna.process.InteractiveMetadataProcessor$1.visit(InteractiveMetadataProcessor.java:73) at sagex.phoenix.vfs.MediaFolderTraversal.visitFile(MediaFolderTraversal.java:65) at sagex.phoenix.vfs.MediaFolderTraversal.walk(MediaFolderTraversal.java:35) at sagex.phoenix.vfs.MediaFolderTraversal.walk(MediaFolderTraversal.java:79) at org.jdna.process.InteractiveMetadataProcessor.process(InteractiveMetadataProcessor.java:87) at org.jdna.metadataupdater.MetadataUpdater.process(MetadataUpdater.java:375) at org.jdna.metadataupdater.MetadataUpdater.run(MetadataUpdater.java:156) at org.jdna.metadataupdater.MetadataUpdater.main(MetadataUpdater.java:116) 672 DEBUG [main] org.jdna.metadataupdater.ConsoleInteractiveMetadataProcessor - Showing Results for: SearchQuery; Type: MOVIE; QUERY:Dinosaur;EPISODE_DATE:2010-03-04;RAW_TITLE:Dinosaur;CLEAN_TITLE:Dinosaur;FILE:F:\Encoded DVDs\Kids\Dinosaur.mkv; 2968 INFO [main] org.jdna.metadataupdater.ConsoleInteractiveMetadataProcessor - User selected 'q'. Aboring. |
#236
|
||||
|
||||
Quote:
Set both the xml file and the images dir.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#237
|
|||
|
|||
ok..so i'm a bit confused..
I just installed BMT (latest) and SMW. It seems BMT did an excellent job of finding MetaData for all my DVD's. All my DVD's are in their owner folder (<movietitle>) under my main DVD folder. The movies were digitized using DVD Shrink as VTS/VOB's without compression. BMT created a <movietitle.properties> and a <movietitle.jpg> in the main DVD folder for each of my DVD's. However...when using the BMT web interface and browsing the library the cover art does not show and when i go to SMW the cover art doesn't show either (but the data does). When i actually pres a DVD (or downloaded TV show for that matter) and then press the info button on the remote cover art does show a few seconds later (i guess it gets downloaded on demand)..however i don't know if this is a SageTV standard function, SMW or BMT. So far my moviewall in it's various display methods (wall, list, cover flow, etc) all show empty DVD boxes... Any suggestion on what i'm doing wrong? In the BMT web interface the only DVD that have covert art shown are the ones that had a cover.jpg in the dvd title folder before i even started playing with BMT or SMW. Any ideas on what I'm doing wrong here? |
#238
|
||||
|
||||
if you are seeing .jpg in the media folder then it sounds like central fanart is not enabled/configured. I'm pretty sure that bmt uses the poster from the fanart... and I suspect that SMW does as well.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#239
|
|||
|
|||
so does the BMT download the FanArt for me or do i have to do that manually?
BMT says the FanArt should be in: C:\Program Files\SageTV\SageTV\STVs\Phoenix\Fanart and it says FanArt is enabled. I don't actually see that folder in that location...so i'm guessing there is no fanart to display? BMT only does FanArt right? I'm honestly not that clear on the difference between FanArt and CoverArt.... The ones that do display something in the BMT WebUI (nothing is shown in the Sage UI) are the ones that have folder.jpg in their DVD folder.. e.g \DVD\TopGun\folder.jpg BMT created jpeg in properties filed in \DVD\ ..e.g. \DVD\TopGun.properties and TopGun.jpeg but these are not shown in the UI... I'm sure i'm doing something wrong...there is just so many setting on this tool...lol Last edited by MavRic; 03-28-2010 at 01:26 PM. |
#240
|
||||
|
||||
@MavRic - I would try manually updating a single item from the web ui and see if it actually downloads the fanart. I'm surprised that there is nothing in the Fanart directory... since I would think that BMT would create it, if it's not there... but I'll verify that for sure. Maybe try manually creating the Fanart dir and see what happens as well.
for for fanart/coverart... they are basically the same. Fanart is used to describe posters, backgrounds, and banners.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Batch Metadata Tools new releases subscription thread | stuckless | Customization Announcements | 18 | 02-17-2010 09:27 PM |
Is there a way of doing Metadata WITHOUT BMT | plnewton | SageTV Customizations | 12 | 08-17-2009 06:53 PM |
BMT Metadata Provider List? | cowboyway | SageMC Custom Interface | 1 | 08-12-2009 05:54 AM |
Metadata Tools (Donations) | stuckless | SageTV Customizations | 4 | 06-26-2009 05:54 AM |