|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#101
|
||||
|
||||
I must be missing something. The tool works great, but Sage isn't showing any of the metadata for my DVD files. I removed the import directories from Sage, did a refresh, shut Sage down, ran the importer, started Sage, added the directories back in and did another refresh. The images show up, but no data. I'm running Sage 6.3.10 with SageMC 6.3.7a-fix.
DVD structure: <drive>:\Movies1\DVD Movies\<DVD Title>\Video_TS It is placing both the properties file and the cover art in the "DVD Movies" folder. What am I doing wrong?? Thanks!
__________________
---------------------------------------------- Core2Quad Q6600 @ 3GHz, 4 Gig DDR2-800, 8.5 TB storage, 8800GTS PCIe, Windows 7 32bit, Hauppauge HD-PVR, Hauppauge HVR-2250, HD-HomeRun, Fusion 5 USB Gold ATSC, SageTV v7.x, HD100, HD200, HD300, 60" Mitsubishi DLP
|
#102
|
||||
|
||||
You need SageTV 6.4.x for DVD .properties support.
John |
#103
|
||||
|
||||
Hmm... I updated to the latest RC and did a refresh but still no movie data. Where does the properties file need to go?
__________________
---------------------------------------------- Core2Quad Q6600 @ 3GHz, 4 Gig DDR2-800, 8.5 TB storage, 8800GTS PCIe, Windows 7 32bit, Hauppauge HD-PVR, Hauppauge HVR-2250, HD-HomeRun, Fusion 5 USB Gold ATSC, SageTV v7.x, HD100, HD200, HD300, 60" Mitsubishi DLP
|
#104
|
||||
|
||||
WHOOO! Been waiting for this for a loooong time. Great app, thank-you!
I have a question about "stacking" though. I'm not sure how to take advantage of this, within your app, or within Sage...and am looking for a little advice. A typical example of my DVD folder structure looks like this: X-Men - SERIES ..X-Men ....X-Men ......VIDEO_TS ....X-Men - Disc 2 ......VIDEO_TS ..X-Men United ....VIDEO_TS ..The Last Stand ....VIDEO_TS I assume this is not how it needs to be done, because your app isn't catching the Disc 1/2 thing and is trying to capture both. How do I go about dealing with this? Thanks again for any help, very much appreciated!
__________________
Al Bsharah / Twitter Clients: Two STX-HD100 High-Def Extenders Media Server / NAS: Case: Thermaltake Armor CPU: AMD Opteron 1218 (2.6GHz Dual Core) Motherboard: ASUS MN2-LR Memory: 2GB Gfx Card: Headless Tuner: Hauppauge HD-PVR, Hauppauge PVR-350 (not in use) O/S: Windows 7 Sage: Latest RAID: On-Board Drives: 6 x 1.5TB SATA RAID-5, 2 x 80GB IDE RAID-1 (O/S) Storage: 7.5TB Total |
#105
|
|||
|
|||
Same problem here. Running latest RC and utility runs great (creates all .properties files) but no info showing up for DVD folders. The few .mkv files I have are showing up with info as expected.
|
#106
|
||||
|
||||
Quote:
Now I need to figure out how to deal with the few movies that it got wrong (very impressive that it got 195 out of 200 right). Thanks for an amazing tool!
__________________
---------------------------------------------- Core2Quad Q6600 @ 3GHz, 4 Gig DDR2-800, 8.5 TB storage, 8800GTS PCIe, Windows 7 32bit, Hauppauge HD-PVR, Hauppauge HVR-2250, HD-HomeRun, Fusion 5 USB Gold ATSC, SageTV v7.x, HD100, HD200, HD300, 60" Mitsubishi DLP
|
#107
|
|||
|
|||
Quote:
|
#108
|
|||
|
|||
I noticed in the .properties files that this utility creates, there are a number of "non-standard" properties included...
_releaseDate= _aspectRatio= _userRating= _thumbnailUrl= _company= Are these imported into Sage? If not, what are they there for? Ken |
#109
|
||||
|
||||
Sorry for not responding sooner to some of these requests..... I just just back from a 2 week vacation at the cottage.... and I didn't have interent there
Quote:
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 Last edited by stuckless; 08-16-2008 at 05:52 AM. |
#110
|
|||
|
|||
Hey welcome back.
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#111
|
||||
|
||||
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 |
#112
|
|||
|
|||
quick question
Quote:
|
#113
|
|||
|
|||
Look in the metadataupdater.properties file (or create on if there isn't one). the following line uses regex to determine if the file is a "stacked" CD...
# Regular Expression for deciding how to stack/group cds org.jdna.media.impl.CDStackingModel.StackingRegex=[ _\\.-]+(cd|dvd|part)[ _\\.-]*([0-9a-d]+) K |
#114
|
|||
|
|||
When you upgrade from a previous version, make sure you remove the old JAR file in the libs directory too.
B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#115
|
|||
|
|||
Any chance of adding MP4 support? It seems to work great on all my DVD rips, except the MP4's.
|
#116
|
||||
|
||||
You can add support for additional file types by creating a metadataupdater.properties file in the installation root and then adding/updating the following line.
Code:
# Regular Expression for determining a Video File org.jdna.media.impl.MovieResourceFilter.VideoExtensionRegex=avi|mpg|divx|mkv|wmv|mov|xvid Code:
# Regular Expression for determining a Video File org.jdna.media.impl.MovieResourceFilter.VideoExtensionRegex=avi|mpg|divx|mkv|wmv|mov|xvid|mp4 I'll make a note to add the mp4 extension to the internal configuration for the next build.
__________________
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 |
#117
|
|||
|
|||
Awesome. Thanks a lot.
|
#118
|
|||
|
|||
I know someone already asked this, but I haven't seen it answered yet. The utility is placeing the created files in the root of the drive where the movie folders are located (i.e. e:\). Is there a way to have them created in the movie folder (i.e. e:\terminator2\). Also thank you very much for creating this great utility.
|
#119
|
||||
|
||||
Quote:
Could someone comment on whether or not Sage will pick up properties and thumbnails if they are in the dvd folder itself. Originially I did write them there, but there were several complaints that the properties and thumbnail must be written to th same directory as the dvd folder.
__________________
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 |
#120
|
|||
|
|||
I'm sorry let me explain my structure. I store my movies on an external drive (e:\). All my movies are in there own directories there (e:\movie name\videoTS). The utility is creating all its files at the root of e:\. I would like to have them created in e:\movie name\. This is what I'm using at the command prompt c:\metadata\java -jar metadatatool.jar --update. I'm guessing I'm doing it correctly, if not please let me know. Thank you for your help.
|
Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
STV Import: Read & Write Metadata files for Default STV 5/6 (v2.2.9 18/Feb./2010) | JREkiwi | SageTV Customizations | 251 | 10-09-2019 11:11 AM |
Automated VideoRedo (DOS batch files) | grauchy | SageTV Customizations | 3 | 09-08-2011 10:01 PM |
Simple utility to control multiple USB or Serial HD DirecTV STBs | jchiso | Hardware Support | 15 | 02-19-2009 06:27 PM |
DVB-S setup with Digiguide EPG Grabber & XMLTV importer | MCE-Refugee | SageTV United Kingdom | 27 | 09-08-2008 09:10 AM |
Keeping custom metadata for imports via AddShow() | Opus4 | SageTV Studio | 9 | 02-20-2008 06:35 PM |