Not sure why it's happening, but the utorrent script is misidentifying which episode is a particular Real time with Bill Maher episode. I assume it is something going wrong with the identifying the date in the filename. Here's the the relevant log:
Input: /home/belgarth/Downloads/.torrents ...
Search found 30 matches
- 09 Mar 2013, 17:06
- Forum: Help and Support
- Topic: Utorrent script incorrectly identifying Real Time with Bill
- Replies: 1
- Views: 3547
- 31 Jan 2013, 22:43
- Forum: Feature Requests and Bug Reports
- Topic: New version breaks date matching
- Replies: 12
- Views: 11074
Re: New version breaks date matching
I'm not sure if even 5 days will be enough for some shows. Take the daily show for example: http://thetvdb.com/?tab=season&seriesid=71256&seasonid=502390&lid=7. It still doens't have anything listed for next week. Would it be possible to get a cli option to specify manually how often to refresh the ...
- 22 Jan 2013, 03:37
- Forum: Help and Support
- Topic: A bit of odd behavior of utorrent script
- Replies: 3
- Views: 4386
Re: A bit of odd behavior of utorrent script
The issue isn't why the Resurrection episode data is empty (ie without title). That I believe is to be expected given the entries for the show at http://thetvdb.com/?tab=season&seriesid=111741&seasonid=432981&lid=7
The question is why is the Resurrection show being considered a candidate for ...
The question is why is the Resurrection show being considered a candidate for ...
- 20 Jan 2013, 07:45
- Forum: Help and Support
- Topic: A bit of odd behavior of utorrent script
- Replies: 3
- Views: 4386
A bit of odd behavior of utorrent script
When running utorrent script with the following log:
Input: /home/belgarth/Downloads/.torrents-complete/Revenge.S02E11.720p.HDTV.X264-DIMENSION/revenge.211.720p-dimension/Revenge.S02E11.720p.HDTV.X264-DIMENSION.mkv
Group: [tvs:Revenge] => [Revenge.S02E11.720p.HDTV.X264-DIMENSION.mkv]
Rename episodes ...
Input: /home/belgarth/Downloads/.torrents-complete/Revenge.S02E11.720p.HDTV.X264-DIMENSION/revenge.211.720p-dimension/Revenge.S02E11.720p.HDTV.X264-DIMENSION.mkv
Group: [tvs:Revenge] => [Revenge.S02E11.720p.HDTV.X264-DIMENSION.mkv]
Rename episodes ...
- 10 Jan 2013, 08:31
- Forum: Help and Support
- Topic: Having problem filtering '$' character
- Replies: 4
- Views: 5638
Re: Having problem filtering '$' character
That was my first guess, but adding in a regex escape doesn't help, it seems to get ignored:
belgarth@server1:~/bin$ filebot -non-strict -trust-script --conflict override -script "/home/belgarth/bin/utorrent-postprocess.groovy" --filter "!(n ==~ /Vegas/) && !(n ==~ /Smash Hit/) && !(n ==~ /Smash ...
belgarth@server1:~/bin$ filebot -non-strict -trust-script --conflict override -script "/home/belgarth/bin/utorrent-postprocess.groovy" --filter "!(n ==~ /Vegas/) && !(n ==~ /Smash Hit/) && !(n ==~ /Smash ...
- 10 Jan 2013, 04:25
- Forum: Help and Support
- Topic: Having problem filtering '$' character
- Replies: 4
- Views: 5638
Having problem filtering '$' character
I'm working on setting up a filter to block the series Title "Vega$", but I am having a problem figuring out how to match against the '$' character:
Input: /home/belgarth/Downloads/Unsorted/Vegas (2012) - S01E11 - Serve, Volley and Kill.mkv
Group: [tvs:Vega$] => [Vegas (2012) - S01E11 - Serve ...
Input: /home/belgarth/Downloads/Unsorted/Vegas (2012) - S01E11 - Serve, Volley and Kill.mkv
Group: [tvs:Vega$] => [Vegas (2012) - S01E11 - Serve ...
- 09 Jan 2013, 23:28
- Forum: Help and Support
- Topic: Help with utorrent script
- Replies: 2
- Views: 4203
Re: Help with utorrent script
Here is the diff of the changes to the utorrent script I came up with to deal with extracted files in case someone else needs it:
belgarth@server1:~/bin$ diff utorrent-postprocess.groovy test
3d2
< def extracted = []
82,83c81
< extracted = extract(file: input.findAll{ it.isArchive() }, output: null ...
belgarth@server1:~/bin$ diff utorrent-postprocess.groovy test
3d2
< def extracted = []
82,83c81
< extracted = extract(file: input.findAll{ it.isArchive() }, output: null ...
- 14 Oct 2012, 15:47
- Forum: Help and Support
- Topic: Help understanding non strict matching with utorrent script
- Replies: 3
- Views: 5544
Re: Help understanding non strict matching with utorrent scr
Thanks for the quick reply. The filter worked. Upgrading the jar did not change the matching behavior. Also, the first time I ran filebot after switching to the new version resulted in the following errors. Suseqent runs have been error free, but I figured I would post it just in case. There was a ...
- 14 Oct 2012, 05:53
- Forum: Help and Support
- Topic: Help understanding non strict matching with utorrent script
- Replies: 3
- Views: 5544
Help understanding non strict matching with utorrent script
I'm seeing a bit of a weird result when running the utorrent script against tv show Vegas in non-strict mode. For some reason episode s01e03 matches against the old Vegas tv show, but episode s01e02 matches against the new 2012 version of the show. I'm mostly just curious why the inconsistency. I ...
- 08 Oct 2012, 23:27
- Forum: Help and Support
- Topic: Help with utorrent script
- Replies: 2
- Views: 4203
Help with utorrent script
I recently switched to using using the utorrent-postprocessing script with deluge. I had to adjust it a bit since deluge doesn't support things like ut_kind, etc, but it basically works. I'm running into one issue that I don't believe is related to deluge vs utorrent however.
The problem relates to ...
The problem relates to ...
- 09 Jul 2012, 22:03
- Forum: Help and Support
- Topic: "Failed to auto-select search result" for Xena and Franklin&
- Replies: 10
- Views: 9428
Re: "Failed to auto-select search result" for Xena and Frank
Thanks for the quick work, I tested r1052 and it fixes the xena issue. Franklin and bash is still broken though:
belgarth@server1:~$ filebot -list --q "franklin and bash"
Exception: Failed to auto-select search result: [Franklin & Bash]
Failure (°_°)
belgarth@server1:~$ filebot -list --q "franklin ...
belgarth@server1:~$ filebot -list --q "franklin and bash"
Exception: Failed to auto-select search result: [Franklin & Bash]
Failure (°_°)
belgarth@server1:~$ filebot -list --q "franklin ...
- 08 Jul 2012, 18:48
- Forum: Help and Support
- Topic: "Failed to auto-select search result" for Xena and Franklin&
- Replies: 10
- Views: 9428
Re: "Failed to auto-select search result" for Xena and Frank
Same problem with r1036
- 08 Jul 2012, 18:44
- Forum: Help and Support
- Topic: "Failed to auto-select search result" for Xena and Franklin&
- Replies: 10
- Views: 9428
"Failed to auto-select search result" for Xena and Franklin&
For some reason it seems like filebot is having issue reading the episode data for a couple different shows:
belgarth@media-server:~$ filebot --conflict override -rename --db tvrage --format "/home/belgarth/Downloads/TV-Shows/{n}/{n} - {sxe} - {t}" /home/belgarth/Downloads/TV-Shows/Unsorted/xena ...
belgarth@media-server:~$ filebot --conflict override -rename --db tvrage --format "/home/belgarth/Downloads/TV-Shows/{n}/{n} - {sxe} - {t}" /home/belgarth/Downloads/TV-Shows/Unsorted/xena ...
- 24 Mar 2012, 20:36
- Forum: Feature Requests and Bug Reports
- Topic: [Request] Config file to fix when non-strict is incorrect
- Replies: 3
- Views: 5563
[Request] Config file to fix when non-strict is incorrect
I'll use a specific example. My files for the tv series "the river" are just titled "the.river" in the filename without the 2012 (which is the files really are from thtvdb perspective). Right now, I need to use -q and specify "the river 2012". I would like to have a mechanism (likely a config file ...
- 12 Mar 2012, 02:26
- Forum: Help and Support
- Topic: 2 issues with sortivo.groovy script
- Replies: 2
- Views: 4497
2 issues with sortivo.groovy script
Hoping to get some help with 2 problems I found with the sortivo.groovy script.
1) It doesn't look like the script works with cd1/cd2 movies. I suspect it is because the .each that is used to go through the directory causes each of the multipart movie files to be looked at individually. Anyone have ...
1) It doesn't look like the script works with cd1/cd2 movies. I suspect it is because the .each that is used to go through the directory causes each of the multipart movie files to be looked at individually. Anyone have ...
- 09 Mar 2012, 17:40
- Forum: Help and Support
- Topic: Filebot rename cli reacts badly when file already exists
- Replies: 12
- Views: 15520
Re: Filebot rename cli reacts badly when file already exists
thanks for the quick work. New version works perfectly.
You may want to add a link to the latest jar folder to the main download page or add a testing page with a link off of the main site.
You may want to add a link to the latest jar folder to the main download page or add a testing page with a link off of the main site.
- 09 Mar 2012, 17:27
- Forum: Feature Requests and Bug Reports
- Topic: [Request] Support for cd num or -a and -b in movie filenames
- Replies: 1
- Views: 3996
[Request] Support for cd num or -a and -b in movie filenames
Forgive me if this already exists, I wasn't able to find a way to deal with Movie filenames with cd numbers in them or with -a and -b, ie:
rio-xvid-cd1.avi
rio-xvid-cd2.avi
or
arthur-a.avi
arthur-b.avi
As currently implemented, running filebot rename cli on it will just renames the first one (cd1 ...
rio-xvid-cd1.avi
rio-xvid-cd2.avi
or
arthur-a.avi
arthur-b.avi
As currently implemented, running filebot rename cli on it will just renames the first one (cd1 ...
- 08 Mar 2012, 22:11
- Forum: Help and Support
- Topic: issue when 2 files for same episode
- Replies: 2
- Views: 4358
issue when 2 files for same episode
belgarth@media-server:~/Downloads/TV-Shows/Unsorted$ ls
psych.s06e11.720p.hdtv.x264-compulsion.mkv the.soup.2012.03.07.720p.hdtv.x264-momentum.mkv
psych.s06e11.720p.hdtv.x264-orenji.mkv
belgarth@media-server:~/Downloads/TV-Shows/Unsorted$ rm "/home/belgarth/Downloads/TV-Shows/The Soup/The Soup ...
psych.s06e11.720p.hdtv.x264-compulsion.mkv the.soup.2012.03.07.720p.hdtv.x264-momentum.mkv
psych.s06e11.720p.hdtv.x264-orenji.mkv
belgarth@media-server:~/Downloads/TV-Shows/Unsorted$ rm "/home/belgarth/Downloads/TV-Shows/The Soup/The Soup ...
- 08 Mar 2012, 21:58
- Forum: Help and Support
- Topic: filebot failing to find "tosh 0" on thetvdb
- Replies: 1
- Views: 4037
filebot failing to find "tosh 0" on thetvdb
belgarth@media-server:~/Downloads/TV-Shows/Unsorted$ filebot --q "Tosh 0" -list --db thetvdb
Exception: Failed to auto-select search result: []
Failure (°_°)
belgarth@media-server:~/Downloads/TV-Shows/Unsorted$ filebot --q "Tosh.0" -list --db thetvdb
Tosh.0 - 1x01 - Afro Ninja
Tosh.0 - 1x02 - Miss ...
Exception: Failed to auto-select search result: []
Failure (°_°)
belgarth@media-server:~/Downloads/TV-Shows/Unsorted$ filebot --q "Tosh.0" -list --db thetvdb
Tosh.0 - 1x01 - Afro Ninja
Tosh.0 - 1x02 - Miss ...
- 08 Mar 2012, 21:21
- Forum: Help and Support
- Topic: Filebot rename cli reacts badly when file already exists
- Replies: 12
- Views: 15520
Filebot rename cli reacts badly when file already exists
belgarth@media-server:~/Downloads/TV-Shows/Unsorted$ ls
psych.s06e11.720p.hdtv.x264-compulsion.mkv the.colbert.report.2012.03.07.hdtv.xvid-fqm.avi
psych.s06e11.720p.hdtv.x264-orenji.mkv the.soup.2012.03.07.720p.hdtv.x264-momentum.mkv
survivor.s24e04.720p.hdtv.x264-orenji.mkv
belgarth@media-server ...
psych.s06e11.720p.hdtv.x264-compulsion.mkv the.colbert.report.2012.03.07.hdtv.xvid-fqm.avi
psych.s06e11.720p.hdtv.x264-orenji.mkv the.soup.2012.03.07.720p.hdtv.x264-momentum.mkv
survivor.s24e04.720p.hdtv.x264-orenji.mkv
belgarth@media-server ...
- 05 Mar 2012, 23:50
- Forum: Help and Support
- Topic: filebot possibly matching wrong season and episode
- Replies: 6
- Views: 8521
Re: filebot possibly matching wrong season and episode
should "filebot -version" reflect the new version after using this method?
belgarth@media-server:~$ sudo cp filebot-2.5-r935-matchfix.jar /usr/share/filebot/FileBot.jar
belgarth@media-server:~$ filebot -version
FileBot 2.5 (r905) / OpenJDK Runtime Environment 1.6.0_23 (headless)
belgarth@media-server:~$ sudo cp filebot-2.5-r935-matchfix.jar /usr/share/filebot/FileBot.jar
belgarth@media-server:~$ filebot -version
FileBot 2.5 (r905) / OpenJDK Runtime Environment 1.6.0_23 (headless)
- 05 Mar 2012, 16:18
- Forum: Help and Support
- Topic: filebot possibly matching wrong season and episode
- Replies: 6
- Views: 8521
Re: filebot possibly matching wrong season and episode
In this case strict mode fails due to confusion between Lost and Lost Girl.
I'm running filebot on ubuntu installed via the deb package. Are there instructions somewhere on how I can use the latest JAR to take over the currently installed filebot structure (ie the new latest jar will be the one run ...
I'm running filebot on ubuntu installed via the deb package. Are there instructions somewhere on how I can use the latest JAR to take over the currently installed filebot structure (ie the new latest jar will be the one run ...
- 05 Mar 2012, 05:56
- Forum: Help and Support
- Topic: filebot possibly matching wrong season and episode
- Replies: 6
- Views: 8521
filebot possibly matching wrong season and episode
I'm curious if this is a mistake or just the way it is meant to be:
$filebot -non-strict -rename --db thetvdb --format "/home/belgarth/Downloads/TV-Shows/{n}/{n} - {s}x{e} - {t}" /home/belgarth/Downloads/TV-Shows/Unsorted/lost.girl.s02e18.720p.hdtv.x264-2hd.mkv
Rename episodes using [TheTVDB]
Auto ...
$filebot -non-strict -rename --db thetvdb --format "/home/belgarth/Downloads/TV-Shows/{n}/{n} - {s}x{e} - {t}" /home/belgarth/Downloads/TV-Shows/Unsorted/lost.girl.s02e18.720p.hdtv.x264-2hd.mkv
Rename episodes using [TheTVDB]
Auto ...
- 29 Feb 2012, 05:08
- Forum: Help and Support
- Topic: Issue with -non-strict
- Replies: 1
- Views: 4516
Issue with -non-strict
I would like to be able to use the filebot cli to match against top gear us without having to use the -q option and the results are:
belgarth@media-server:~/Downloads/TV-Shows/Unsorted$ filebot -rename --db thetvdb --format "./{n} - {s}x{e} - {t}" ./top.gear.us.s03e03.hdtv.x264-momentum.mp4
Rename ...
belgarth@media-server:~/Downloads/TV-Shows/Unsorted$ filebot -rename --db thetvdb --format "./{n} - {s}x{e} - {t}" ./top.gear.us.s03e03.hdtv.x264-momentum.mp4
Rename ...
- 20 Feb 2012, 05:10
- Forum: Help and Support
- Topic: Filebot cli failing to match against Saturday Night Live
- Replies: 5
- Views: 9259
Re: Filebot cli failing to match against Saturday Night Live
doh, didn't see the typo, but there is still something else wrong:
$ filebot --q "Saturday Night Live" -rename --db thetvdb --format "/home/X/Downloads/TV-Shows/{n}/{n} - {s}x{e} - {t}" /home/X/Downloads/TV-Shows/Unsorted/saturday.night.live.s37e15.maya.rudolph-sleigh.bells.hdtv.xvid-2hd.avi ...
$ filebot --q "Saturday Night Live" -rename --db thetvdb --format "/home/X/Downloads/TV-Shows/{n}/{n} - {s}x{e} - {t}" /home/X/Downloads/TV-Shows/Unsorted/saturday.night.live.s37e15.maya.rudolph-sleigh.bells.hdtv.xvid-2hd.avi ...