Posts: 11
Joined: Mar 2012
Reputation:
0
Hi popeye
When i search for a tv show and want to add a episode it scrapes it like a movie. It doesnt know that is a tv show. It works just fine when a browse the latest releases. Have you the same problem.
Posts: 61
Joined: Jun 2011
Reputation:
2
2012-03-12, 14:52
(This post was last modified: 2012-03-13, 19:57 by ckergald.)
I created a new tool to quickly create .strm files called hydraulic.
there's both a gui and command line versions.
use the gui the first time to create your show list, then after that you can continue using the gui or the comman line version to update your .strm files for new releases.
tried to create a new thread in the suplimental tools for xbmc forum but it the forum software seems to think it's spam.
I've also attached my shows.csv file (removed my api key information though), This file has 635 shows pre populated. Keep in mind I have my own newznab site to run this against. If you try to scrub all 635 shows it will create quite a few api hits. about 950 against my site and I would guess probably double that against a site linke nzb.su. You can reduce this count by removing shows your not interested in.
Hydraulic will search for each show listed in your shows.csv file by tvrage ID, most newznab sites will only return 100 results so each search is limited to 100 results. if it recieves all 100 items it increments it's offset by 100 and scrapes the show for another 100 items. until it recieves a returned value of less than 100.
Updated to version 1.1, now will use a regex to match season and episode information. this should cut down on creation of duplicate strm files. First searches for a HighDef source, then searches for a SD source. if HD source is found it will overwrite a SD .strm file, however a SD strm file will only be written if no HD source is found.