|
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 |
#121
|
||||
|
||||
Bah, its that stupid ':' again. I'll get that fixed asap.
Edit - Quick Fix: Go into theTVDB_episodeInfo.scrape and change this line... Code:
# Scraper: theTVDBGetEpisodeData # # INPUT : %%getSeasonXepisode%% - Season - Episode to get info for # INPUT : %%episodePage%% - HTML for epsidoe page # Profile =theTVDBGetEpisodeData Encode CLI #1 =($$episodeTitle$$[^<:]*)</title> Encoder #1 =/use episodePageHTML /flatten Last edited by evilpenguin; 01-22-2009 at 07:12 PM. |
#122
|
|||
|
|||
Quote:
Encode CLI #1 =($$episodeTitle$$[^<:]*)</title> Still gives me: Terminator The Sarah Connor Chronicles 2x10 - The Sarah Connor Chronicles Strange Things Happen at the One Two Point.mkv I'm happy to keep testing...
__________________
Halstead York HTPC/Server: A8 3850; Win 7 Home x86 + Java 1.6.0_26; Sage 7.1.9; Driving Epson 8500 pj @ 1080p | Office: Core2Duo E8500 w/ EFI-X running OS X 10.5 & Win 7 Pro x64 (dual boot) + Java 1.6.0_20; Sage 7.0.23; Driving 30" Samsung 1900x1200 monitor |
#123
|
|||
|
|||
EP-
It also looks like folder.override isn't working for episodes with parenthesis like The Office (US) or Battlestar Galactica (2003). UPDATE: Seems like it doesn't matter if folder.override is there- the shows seem to fail either way.
__________________
Halstead York HTPC/Server: A8 3850; Win 7 Home x86 + Java 1.6.0_26; Sage 7.1.9; Driving Epson 8500 pj @ 1080p | Office: Core2Duo E8500 w/ EFI-X running OS X 10.5 & Win 7 Pro x64 (dual boot) + Java 1.6.0_20; Sage 7.0.23; Driving 30" Samsung 1900x1200 monitor Last edited by Halstead; 01-22-2009 at 10:28 PM. |
#124
|
||||
|
||||
First foray into this...
I have a few files that seem to be causing some difficulties... Probably due to the multiple of separate programs that have the same/similar titles: Eleventh.Hour.S01E09.HDTV.XviD Star.Trek.New.Voyages.S01E00.Pilot.ComeWhatMay Merlin.2008.S01E07.HDTV.XviD -Jason
__________________
True standalone tuner functionality with the --> HAVA Channel Changer<-- |
#125
|
||||
|
||||
Quote:
The Merlin (2008) one I can probably get working but it looks like the others would need to be named more precisely or include a folder.override. |
#126
|
|||
|
|||
Can the air date be added to the .properties file?
Again thanks for the great work! Tim |
#127
|
|||
|
|||
Arrrrghh! Everytime I go(manually using browser, IE or FF) to TVDB to try and verify info I get a sql error and a reference to too many connections. Even if I do get the home page... The search box on the site9not your tool), will then error out. Oh well, I'll try to verify my info tomorrow.
Anyway, I was doing some tests on my Anime dir with beta6a. It's obvious your scraper hates the way I name my files. I was testing it with the shows "Angel Links" and "Banner of the Stars". I was able to verify(got thru to TVDB once) that the title for "Angel Links" is exactly as TVDB has it. I couldn't check "Banner of the Stars", but I got results once I made some changes to file names. The files originally where of the format: Dir structure and file name for Angel Links Episode 1: Videos\TV\Angel Links\Angel Links-01-Guardian Angel.avi Dir structure and file name for Banner of the Stars episode 1: Videos\TV\Banner of the Stars\Banner of the Stars-01-Reunion.ogm I realize this is not a standard format, so I was prepared to make some changes. However if I just ran it on that, as is, it seemed to want to treat everything as a movie and use imdb. So I decided to add a folder.override file for angel links. This resulted in all files getting a metadata file but it appears to refer to some movie. I next decided that since my file naming was so different to try some renames. I tried Angel Links-E01-* based roughly on one of your rename profiles, still no luck. So I used a renamer tool roxy99 made for me, to make my files work with his old(now broken) TV.com scraper. This tool adds "EP" in front of all the episode numbers so the scraper could recognize them. So I had a file like Angel Links-EP01-* , this too didn't work. Finally I broke down and added "S01x" in front of the episode numbers for a format like Angel Links-S01x01-* , success. I've attached a zip file that has the test dir I was using, and your scrapers logs. I varied the filename sructure for each show, so that at least 2 files existed for each of the test examples I cited above. Also "Angel Links" had a "folder.override" but Banner of the Stars didn't. I'm sure the results above make sense to you, or at least my zip files will. Meaning, I can see why the last one worked. So my question is.... Assuming that I "always" have "TV" in the dir path(as above) and the correct Showtitle as the parent dir(as above), or use a folder.override file. Is there some way I'm missing to make your scraper only check TVDB and work with the naming convention(where xx is the episode number) Showtitle-xx-Episodetitle.ext? If not, which I fully understand, can it be made to understand the convention of, Showtitle-EPxx-Episodetitle.ext? >EDIT The reason I say always have the proper showtitle or override file present, is that Roxy99 put these requirements on me, to be able to handle files like this and not cause issues in his old scraper. In his I used a CLI switch to cause it to use the immediate dir as the showtitle(if no override file was present) and then he could just parse for *-EPxx for the episode number. I don't know if such a method would work for yours or not, just wanted to clarify why I mentioned strict requirements like that.<EDIT I'm not asking for anything beyond just this simple 2 digits support. Anything more complicated and I will break down and rename(where even possible) my shows and directories to use season #s. It's just that for most shows(like the 2 above) that only have 1 season and 12-25 episodes, it just seems crazy to add a season marker to them. I'm perfectly willing to have to use a commandline switch or otherwise manually edit some profile to get this working. I understand my setup is different and not something that others(anyone?) may have. If you can point me to a an answer, I'd be gratefull. No hard feelings at all, if you feel that you have no time to waste on this. If the answer is no, I'll likely try to make some batch file to try and do the renames, look up data with your tool and then undo/remove the season marker. I know that may seem extreme, but with most of my files burnt to DVD(hence can't change names there) it's the only other viable way besides manual creation for all my shows. ON the good side... Before such an option wasn't available to me in most cases, but thanks to zip4test's virtual copies, it should be possible. So thanks again for zip4test. /Peace Last edited by justme; 01-23-2009 at 07:31 AM. Reason: add note about DVDs and how old scraper handled this. |
#128
|
||||
|
||||
Right now the way I tell the difference between a TV file and a Movie file is if I can pull out a Season/Episode number out of the file name. Since none of your shows have season numbers they are falling through all of the TV checks down to the movie check.
I'm going to move over to using theTVDB's API in the next version and that allows me to search by absolute episode #. After that I can start testing your anime and seeing how to fit it in. Quote:
Last edited by evilpenguin; 01-23-2009 at 02:43 PM. |
#129
|
|||
|
|||
#130
|
|||
|
|||
I'm loving this tool Its renamed, grabbed fanart, cover art and the synopsis for almost all of my TV shows.
Their are still a few shows which dont work which I see your aware of so I won't go over whats already been said. Would it also be possible to have a list of all the switches that are available for use within the defaults file placed in the first post. Many Thanks for this Ben
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders |
#131
|
||||
|
||||
This might be 'out there...'
Would an option to select the 'correct' choice for titles be doable? I know this is supposed to automatic, but, say, a choice to select the first 10 shows that are unable to be process due to name ambiguitites(?)? For example, you state: Quote:
Did that make sense? I know this should be an automatic process, but with all the work youve done on this, this may 'work'... -Jason
__________________
True standalone tuner functionality with the --> HAVA Channel Changer<-- |
#132
|
|||
|
|||
Encoding Profiles
The profiles in this tool resemble the profiles in the video tools plugin. In the future are you planning to put in the functionality to integrate comskip and video compression into this tool.
Once again great work and thanks for the time and effort that you put into these tools. I switched from MCE because of your work. Cheers Thor |
#133
|
||||
|
||||
Hello,
It appears that something has changed from v5 to v6 that is preventing it from recognizing "Simpsons" = "The Simpsons". I usually don't put the "The" in the title for sorting purposes. If I rename the folder "The Simpsons" it works fine. My shows are organized: \TV Shows\Simpsons\Season 01\Episode Name.mkv Just FYI. Thanks |
#134
|
|||
|
|||
Re :Mkv
Not to steal this thread, but how do you create your MKV files? Do you have a recommend way to compress the HD-PVR files to an MKV?
Thanks Thor |
#135
|
||||
|
||||
Quote:
\TV Shows\Simpsons\folder.override folder.override contents: Code:
The Simpsons |
#136
|
||||
|
||||
Quote:
As for providing a list of options, its doable, but figuring out a way to add it in without over complicating the code would take me some time. |
#137
|
||||
|
||||
Quote:
Mick. |
#138
|
||||
|
||||
The current release (beta6) doesn't work when there are 2 or more digits in the season number. When it encounters this, it just removes the first number and then acts accordingly. So all of my episodes of season 12 of South Park became episodes of season 2, and were renamed and given metadata as if there were from season 2. The same thing happened with the simpsons season 20, except since it because season 0 some more weird things happened.
I'm sorry if this has already been discussed, as my subconscious is telling me may be the case. Edit: I suspect the problem is only in the file-renaming function, since beta5 has no issues with 2 digit season numbers, and /organizefiles is the first command I have in my defaults.txt. This is not a big deal for me personally to work around, I just wanted to make you aware of the issue. Last edited by megamojo; 01-24-2009 at 10:20 PM. |
#139
|
||||
|
||||
Quote:
|
#140
|
||||
|
||||
Quote:
|
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 |