|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
add Season and Episode numbers
Lately, I've been adding some nifty little PHP scripts to my SageTV media center, such as something that auto-compresses video files overnight and then collects them into easy-to-burn DVD-sized chunks, but here's something I would like to add:
Is there a utility out there to find out a tv show's season and episode number based on the show title and episode title? That would be very handy for organization, eg, StarTrek-WhatAreLittleGirlsMadeOf? I just wanted to know if something existed before I go off and try to code my own script to do it |
#2
|
||||
|
||||
Quote:
Code:
# java -jar MetadataTool.jar --offline --metadataOnly --provider=tvdb "StarTrek-WhatAreLittleGirlsMadeOf-000000-0.ts" The --offline, simply tells bmt, to don't complain if the file doesn't exist. I use it a lot for testing filename patterns, etc. The output will be a java .properties file that should contain the SeaonNumber and EpisodeNumber if it found a match.
__________________
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 |
#3
|
|||
|
|||
pardon my french!
I sorry.. I know swearing MUST be against the rules of the forum, but when I did what you said I exclaimed "what the*@#) it works!!"
I only had one difficulty, and that was in knowing whether or not jetty HAD been installed. I also haven't managed to install the metadata thing that was recommended, but I think I have an idea how.. But the upshot is.. I instgalled jetty and BMT and ran the command line you gave me and it snagged the meta data like a pro INCLUDING the season and episode codes!! zowee!! Now all I need to do is build myself a quick little PHP program to pepper all my recordings with this info =) Thanks so much! I dunno if you wrote this but it's awesome --clip-- Sorry, spoke too soon.. figured out how to add the stvi in after all =) it was under setup > detailed setup > advanced > manage plugins Last edited by LoopyWolf; 09-12-2009 at 01:44 PM. Reason: forgot something |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Looking for Title/Season/Episode naming formats to support for metadata scraper | evilpenguin | General Discussion | 17 | 01-08-2009 04:43 PM |
Episode Numbers Missing from RT Feed | rickgillyon | SageTV United Kingdom | 31 | 03-29-2007 12:23 PM |
Season and episode information? | CadErik | SageTV EPG Service | 7 | 10-03-2006 03:06 PM |
season pass | mtfred99 | SageTV Software | 14 | 07-24-2005 06:26 AM |
Getting Episode/Season info in recorded show names? | kelemvor | SageTV Software | 4 | 04-18-2005 07:58 AM |