|
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 |
#181
|
|||
|
|||
Fabulous utility! Thanks so much for sharing this and the zip4test tool that is essential for a guy like me who has no Internet connection at home. The tool allows me to take a light copy of my media structure to work where I DO have an Internet connection and can collect the data to take home. Only on my lunch hour, of course...
One question, one issue. The issue I have is the MASH TV series, where the entry at TheTVDB is listed as M*A*S*H. Clearly I can't make name series directory the same way... The question is - where can I find some documentation? Could a basic text file be created which lists options, switches etc and general usage suggestions? I realize some of that is scattered throughout this thread, but I'm thinking a helpme file distributed with the utility might be handy. RLW |
#182
|
||||
|
||||
Quote:
|
#183
|
||||
|
||||
I just script it using dirmon2. It's working extrememly well for me and I don't have to touch a thing.
|
#184
|
||||
|
||||
It automatically ignores any file where all the specified output files (my/property/info) exist, so it should be pretty efficient at running periodically.
|
#185
|
||||
|
||||
Quote:
Code:
"D:\Program Files\mediaScraperBeta8a\mediaScraper.exe" "%~dp0" I'm interested to hear anyone else's automation solution. |
#186
|
|||
|
|||
Very awesome utilty! I just started trying to use it, so I may end up with further questions or issues, but so far of the two series I've tried running it on, one of them worked great (Damages) and one it didn't recognize (Flight of the Conchords). I'm attaching a .zip from zip4test of the parent folder for both the shows, plus the log when I run it on an episode of FOTC.
Thanks for any guidance you can give if I'm doing something wrong. |
#187
|
|||
|
|||
Hmm... Okay. Just tried to run this on all of my ripped tv series, as that's 99% of what I'd be using this for, and it's getting all kinds of crazy results. Not sure if it's the way I have them organized or it's something else I'm doing wrong. Any chance that you're defaulting to looking for movies when it finds a VIDEO_TS folder? Because I have all of the individual episodes ripped from their original dvds to individual VIDEO_TS folder.
I've attached another zip4test for this directory structure so you can see what I'm talking about. |
#188
|
||||
|
||||
Code:
Downloaded TV\Flight-of-the-Conchords\Flight.of.the.Conchords.S02E01.HDTV.XviD-aAF.avi Quote:
Last edited by evilpenguin; 01-28-2009 at 01:55 PM. |
#189
|
|||
|
|||
Quote:
Quote:
|
#190
|
||||
|
||||
Quote:
I meant most people encode 'em I made a few tweaks to the profiles so that these will start working, i'll do an update tonight. Just make sure that you specify your /baseFolder "???" for those DVD's so that my tool knows to pull the series/season info out of the folder names. Last edited by evilpenguin; 01-28-2009 at 02:34 PM. |
#191
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
|
#192
|
||||
|
||||
Quote:
|
#193
|
||||
|
||||
Quote:
Re: bandwidth, I too was concerned about the ammount of bandwidth that would be used so checked the .info file and found that the paths appear to be the same for the same shows. I'm pretty sure that my transparent proxy will save thetvdb from abuse. From what I can see the file naming is controlled by downloading.scrape. I'll try to muddle through hacking this to get the behavior that I need. Mick. |
#194
|
||||
|
||||
Yep, your changes should be pretty straight forward, be sure and let me know if you have any trouble.
|
#195
|
|||
|
|||
Awesome. It's very clear now.
|
#196
|
||||
|
||||
Excellent, i'm not very good at documenting so feel free to let me know when something is confusing. It all makes sense to me
Last edited by evilpenguin; 01-28-2009 at 04:43 PM. |
#197
|
|||
|
|||
Quote:
Many Thanks for the tip
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders |
#198
|
|||
|
|||
SageXMLInfo output ?
I love this tool ! Thank you !
I was wondering if it would be possible to add the possibility to generate the information in XML format (SageXmlInfo) ? I believe that it is possible to fill up enough information in the xml file, so that we can then load it in the wiz.bin database with the webserver tools and make it appear on the Recorded TV list in the SageTV UI. Here an exemple I construct with the information in your .info and was able to import easily with the webserver: Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE sageShowInfo PUBLIC "-//NIELM//DTD SAGESHOWINFO XML 1.2//EN" "http://sageplugins.sourceforge.net/nielm_modules/sagexmlinfo/sageshowinfo_1_2.dtd"> <sageShowInfo version="1.2"> <showList> <show> <title>Battlestar Galactica</title> <episode>A Disquiet Follows My Soul</episode> <duration>3600</duration> <category>Science-Fiction</category> <description>Tigh and Number Six take their first glimpse at their unborn child, Tyrol offers Adama Cylon technology in return for his fellow Cylons properly reintegrated into the fleet, and an attempted coup leads to a costly struggle to maintain civility.</description> <peopleList> <person role="Actor">Edward James Olmos</person> <person role="Actor">Mary McDonnell</person> <person role="Actor">Katee Sackhoff</person> <person role="Actor">Jamie Bamber</person> <person role="Actor">James Callis</person> <person role="Actor">Tricia Helfer</person> <person role="Actor">Michael Hogan</person> <person role="Actor">Kandyse McClure</person> <person role="Actor">Michael Trucco</person> <person role="Actor">Grace Park</person> <person role="Director">Ronald D. Moore</person> <person role="Writer">Ronald D. Moore</person> </peopleList> <year>2003</year> <language>English</language> <originalAirDate>2009-01-23T23:00:00.00Z</originalAirDate> <airing duration="3600" startTime="2009-01-23T23:00:00.00Z"> <isHDTV></isHDTV> <stereo></stereo> <mediafile type="TV"> <segmentList> <segment filePath="\\naslite\disk-0\MEDIA\Videos\TV\Battlestar Galactica\Season 4\Battlestar Galactica (2003) 4x12 - A Disquiet Follows My Soul.mkv"/> </segmentList> </mediafile> </airing> </show> </showList> </sageShowInfo> This would be a BIG improvement on the WAF !!! |
#199
|
||||
|
||||
Quote:
|
#200
|
||||
|
||||
Quote:
This would allow you if you have dvd tv shows in the video section, now it would be in the recorded tv section??? |
Tags |
fanart, imdb, metadata, themoviedb, thetvdb |
Currently Active Users Viewing This Thread: 1 (0 members and 1 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 |
Utility: Batch Metadata Importer 3.x | stuckless | Batch Metadata Tools | 2416 | 09-20-2011 08:03 PM |
manually edit video metadata | loomdog32 | SageMC Custom Interface | 8 | 01-04-2009 12:34 AM |
Runningtime not populated in Metadata | mycorona | SageMC Custom Interface | 2 | 11-30-2008 01:08 PM |
Keeping custom metadata for imports via AddShow() | Opus4 | SageTV Studio | 9 | 02-20-2008 06:35 PM |