Search found 15 matches

by dauntless101
18 Sep 2018, 02:53
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1584001

Re: Release Groups {group}

Z4CH
by dauntless101
07 Jul 2017, 15:58
Forum: macOS
Topic: Suddenly FileBot removes Subtitles ("Ignore orphaned subtitles:")
Replies: 22
Views: 25068

Re: Suddenly FileBot removes Subtitles ("Ignore orphaned subtitles:")

idx/sub was not supported originally, it was only added for a bit because somebody asked for it, which broke other things in unexpected ways, and so it was removed again. Just run this command before calling the amc script: find /path/to/input -name '*.rar' -execdir 7z e -y '{}' ';' 1. Find all RAR...
by dauntless101
03 Jul 2017, 18:48
Forum: macOS
Topic: Suddenly FileBot removes Subtitles ("Ignore orphaned subtitles:")
Replies: 22
Views: 25068

Re: Suddenly FileBot removes Subtitles ("Ignore orphaned subtitles:")

I just tested this out as an example: zachary@pms101:~$ ls -lash downloads/complete/movies/The.Lost.City.of.Z.2016.1080p.BluRay.x264-GECKOS total 11G 4.0K drwxr-xr-x 2 zachary zachary 4.0K Jul 3 11:36 . 4.0K drwxr-xr-x 4 zachary zachary 4.0K Jul 3 11:36 .. 76K -rw-r--r-- 1 zachary zachary 70K Jun 30...
by dauntless101
03 Jul 2017, 04:18
Forum: macOS
Topic: Suddenly FileBot removes Subtitles ("Ignore orphaned subtitles:")
Replies: 22
Views: 25068

Re: Suddenly FileBot removes Subtitles ("Ignore orphaned subtitles:")

Yeah, but if you have: moviename.mkv moviename.rar in which moviename.rar contains subtitles, Filebot will extract moviename.rar to a new directory of the same name, so now you have moviename.mkv moviename/moviename.srt Filebot considers moviename.srt orphaned beacuse it's not in the same directory ...
by dauntless101
03 Jul 2017, 03:49
Forum: macOS
Topic: Suddenly FileBot removes Subtitles ("Ignore orphaned subtitles:")
Replies: 22
Views: 25068

Re: Suddenly FileBot removes Subtitles ("Ignore orphaned subtitles:")

This is not just idx/sub... if ANY subtitle file bundled with the movie (srt included) is in an archive, Filebot will extract that file into a new directory, which AMC then considers "orphaned". The subtitles that bundled with a release are always going to be more reliable than pulling fro...
by dauntless101
03 Jul 2017, 02:59
Forum: macOS
Topic: Suddenly FileBot removes Subtitles ("Ignore orphaned subtitles:")
Replies: 22
Views: 25068

Re: Suddenly FileBot removes Subtitles ("Ignore orphaned subtitles:")

Can you change the extraction process to extract to the current directory rather than creating a new one with the extracted file inside? That should solve this.

Thanks!
by dauntless101
30 Jun 2017, 19:11
Forum: macOS
Topic: Suddenly FileBot removes Subtitles ("Ignore orphaned subtitles:")
Replies: 22
Views: 25068

Re: Suddenly FileBot removes Subtitles ("Ignore orphaned subtitles:")

I actually DO want the idx/sub files, and this used to work properly. The current way only moves the .idx file which is useless and a waste.
by dauntless101
30 Jun 2017, 16:49
Forum: macOS
Topic: Suddenly FileBot removes Subtitles ("Ignore orphaned subtitles:")
Replies: 22
Views: 25068

Re: Suddenly FileBot removes Subtitles ("Ignore orphaned subtitles:")

The problem is that sometimes the .sub file will be compressed in a rar file alongside the .idx and .mkv files. Filebot will decompress the rar to get the .sub file but it creates an additional directory which contains the .sub file. That .sub file is then considered "orphaned" by this new...
by dauntless101
06 Dec 2016, 18:26
Forum: Episode / Movie Naming Scheme
Topic: Problem with group detection
Replies: 9
Views: 9519

Re: Problem with group detection

rednoah wrote: PS: the c(Closure) function doesn't exist in newer versions of FileBot
Ah--that explains it then.
by dauntless101
29 Nov 2016, 01:44
Forum: Episode / Movie Naming Scheme
Topic: Problem with group detection
Replies: 9
Views: 9519

Re: Problem with group detection

You'll have to break apart your code and test all bits and pieces individually until you find the single smallest part that doesn't work as expected. I'd start with {group} and the fn.match pattern. I understand that and I have been trying for over a week to figure this out. {group} works just fine...
by dauntless101
28 Nov 2016, 23:34
Forum: Episode / Movie Naming Scheme
Topic: Problem with group detection
Replies: 9
Views: 9519

Re: Problem with group detection

Missing group names can be added upon request. Please post missing group names here: https://www.filebot.net/forums/viewtopic.php?f=5&t=4 This is affecting all groups though, not just BluntSlayer. Check these examples: [MOVE] Rename [/home/zachary/downloads/complete/movies/Star.Trek.3.Beyond.20...
by dauntless101
28 Nov 2016, 00:03
Forum: Episode / Movie Naming Scheme
Topic: Problem with group detection
Replies: 9
Views: 9519

Re: Problem with group detection

Code: Select all

[MOVE] Rename [/home/zachary/downloads/complete/movies/Miles.Ahead.2015.1080p.BluRay.DTS-HD.MA.5.1.x264-BluntSlayer-Obfuscated/edefc6a1d4a84fadbe14507b988ea317.mkv] to [/home/zachary/mounts/sorted/media/movies/Miles Ahead (2016)/Miles.Ahead.(2016).1080p.BluRay.x264.DTS.5.1.mkv]
by dauntless101
26 Nov 2016, 00:05
Forum: Episode / Movie Naming Scheme
Topic: Problem with group detection
Replies: 9
Views: 9519

Problem with group detection

For some reason my renaming script has had an issue with group detection lately. This is what I am using: "seriesFormat=tv/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{norm={it.upperInitial().lowerTrail().replaceTrailingBrackets().replaceAll(/\u0022/, '\'').replaceAll(/[:|]/, '.').re...
by dauntless101
20 Jan 2016, 01:01
Forum: Scripting and Automation
Topic: Move existing srt with AMC script @ uTorrent
Replies: 6
Views: 4161

Re: Move existing srt with AMC script @ uTorrent

Actually I figured it out on my own. Seems like just adding "ut_kind=multi" to the end of my script did it.
by dauntless101
19 Jan 2016, 20:52
Forum: Scripting and Automation
Topic: Move existing srt with AMC script @ uTorrent
Replies: 6
Views: 4161

Re: Move existing srt with AMC script @ uTorrent

How do you do this if you are using the AMC script as a shell script? Here is what I am using: filebot -script fn:amc --output "/home/zachary/mounts/sorted/media/" --action move -non-strict "/home/zachary/complete" --def excludeList=amc.txt --def "seriesFormat=tv/{n}/{episod...