Search found 14 matches
- 12 Jan 2023, 20:46
- Forum: Scripting and Automation
- Topic: Duplicate logic for Dolby Vision and HDR10+
- Replies: 4
- Views: 3590
Re: Duplicate logic for Dolby Vision and HDR10+
How would I write the command to allow both versions? Currently I use the following command to remove lower quality duplicates: filebot -script fn:duplicates /Movies --action delete This works perfectly when wanting to select the 4K version between the following: Avatar - 1080p.mkv Avatar - 2160p ...
- 11 Jan 2023, 13:14
- Forum: Scripting and Automation
- Topic: Duplicate logic for Dolby Vision and HDR10+
- Replies: 4
- Views: 3590
Duplicate logic for Dolby Vision and HDR10+
Hello, I am looking for a way to remove duplicates that prioritizes the HDR Dynamic Range. My situation is I have some movie files in both 4k and 4k Dolby Vision and the fn:duplicates seems to only care about resolution, bit rate, and fireside. This does not always equate to it choosing the Dolby ...
- 23 Apr 2013, 16:55
- Forum: Feature Requests and Bug Reports
- Topic: Season Detection
- Replies: 1
- Views: 2338
Season Detection
For some reason, when looking up tv episodes on TheTVDB and TVRage, it is failing to look up the season number. If I use Seriesjunkie it will find the season number, but of course it's database isn't as extensive so it can't fully replace TheTVDB. What might be the cause/solution? For example, I am ...
- 18 Jan 2013, 16:33
- Forum: Help and Support
- Topic: Strange New Error
- Replies: 4
- Views: 4241
Re: Strange New Error
What I screwed up is for some reason I had removed glib-networking when I was cleaning up my system. Reinstalling that package and it's dependencies fixed my problem.
- 18 Jan 2013, 16:13
- Forum: Help and Support
- Topic: Strange New Error
- Replies: 4
- Views: 4241
Re: Strange New Error
Okay, so I realized I was supposed to edit the /usr/bin/filebot command and change -DuseGVFS to false. After doing that I still get the same error message.
- 18 Jan 2013, 15:35
- Forum: Help and Support
- Topic: Strange New Error
- Replies: 4
- Views: 4241
Re: Strange New Error
I get the following error when adding that to the command line:
"-DuseGVFS=false" is not a valid option
Is there a package I need to reinstall so that I can continue using filebot normally?
"-DuseGVFS=false" is not a valid option
Is there a package I need to reinstall so that I can continue using filebot normally?
- 18 Jan 2013, 13:31
- Forum: Help and Support
- Topic: Strange New Error
- Replies: 4
- Views: 4241
Strange New Error
Okay, so I have done something to screw up filebot on my Ubuntu server. When I try to run the script I get the following error: (process:23189): GLib-GIO-ERROR **: Settings schema 'org.gnome.system.proxy' is not installed /usr/bin/filebot: line 2: 23189 Trace/breakpoint trap (core dumped) java ...
- 16 Jan 2013, 18:59
- Forum: Feature Requests and Bug Reports
- Topic: Double-Episode Support
- Replies: 23
- Views: 32001
Re: Double-Episode Support
How do I incorporate that into my current renaming system?
'''{n}/{episode.special ? "Special" : "Season "+s}/{n} - {episode.special ? "S00E"+special.pad(2) : s00e00} - {t}'''
I have tried a couple different ways but keep coming up with errors.
'''{n}/{episode.special ? "Special" : "Season "+s}/{n} - {episode.special ? "S00E"+special.pad(2) : s00e00} - {t}'''
I have tried a couple different ways but keep coming up with errors.
- 16 Jan 2013, 17:52
- Forum: Feature Requests and Bug Reports
- Topic: Double-Episode Support
- Replies: 23
- Views: 32001
Re: Double-Episode Support
Got it! Now it detects the double episode. One more quick question. How do I modify the format so the output is S00E00-E00 instead of S00E00E00?
- 16 Jan 2013, 16:46
- Forum: Feature Requests and Bug Reports
- Topic: Double-Episode Support
- Replies: 23
- Views: 32001
Re: Double-Episode Support
Okay, this may be a stupid question, but how do I update to r1407 on Ubuntu?
- 16 Jan 2013, 16:07
- Forum: Feature Requests and Bug Reports
- Topic: Double-Episode Support
- Replies: 23
- Views: 32001
Re: Double-Episode Support
I am having difficulty getting this to work with the utorrent script. Is there something extra I have to do to get it to detect double-episodes?
Here is an example:
Original file: Warehouse 13 S03E11-E12 720p HDTV x264-IMMERSE.mkv
Filebot Output: Warehouse 13 - S03E11 - Emily Lake.mkv
Here is an example:
Original file: Warehouse 13 S03E11-E12 720p HDTV x264-IMMERSE.mkv
Filebot Output: Warehouse 13 - S03E11 - Emily Lake.mkv
- 16 Jan 2013, 15:59
- Forum: Help and Support
- Topic: sorty script not working
- Replies: 3
- Views: 3404
Re: sorty script not working
You are right, I copied the format expressions that I was using in the utorrent script. Thank you!
- 16 Jan 2013, 15:06
- Forum: Help and Support
- Topic: sorty script not working
- Replies: 3
- Views: 3404
sorty script not working
I am getting the following errors when trying to use the sorty.groovy script: MissingPropertyException: No such property: Special for class: Script3 groovy.lang.MissingPropertyException: No such property: Special for class: Script3 at Script3.run(Script3.groovy:3) at net.sourceforge.filebot.cli ...
- 13 Jan 2013, 17:01
- Forum: Help and Support
- Topic: Ignore Non-Video Files
- Replies: 1
- Views: 2507
Ignore Non-Video Files
I am using the utorrent script to rename all my moves and tv shows. It seems that any file that shares the same name as the video file is also getting renamed and copied. Is there a way to get it to ignore the non-video files inside the torrent folder?