Search found 12 matches

by techitch
12 Nov 2016, 22:58
Forum: Feature Requests and Bug Reports
Topic: Cleanup on music folders
Replies: 4
Views: 3725

Re: Cleanup on music folders

yeah, upon research it actually would need to be some kind of .cue conversion tool as the .cue contains the pregap information for gapless playback which we'd want to preserve.
It means the script would need to update the .cue with the new filenames rather than delete and re-create
by techitch
11 Nov 2016, 22:29
Forum: Feature Requests and Bug Reports
Topic: Cleanup on music folders
Replies: 4
Views: 3725

Re: Cleanup on music folders

sorry, meant to specific, i'm using AMC and have enabled the clean up function in there. It cleans everything else except the m3u and cue. Also regarding processing of music, it would be great to be able to create a new playlist file based on the renamed filenames. If we process the files and change ...
by techitch
06 Nov 2016, 03:52
Forum: Feature Requests and Bug Reports
Topic: Cleanup on music folders
Replies: 4
Views: 3725

Cleanup on music folders

I'm using the move action to to rename and move my mp3/flac files I notice the clean up still leaves some residual dir and files in there. It seems that .cue and .m3u are not handled by clean up. Is it possible to make sure these files are handled in the cleanup? perhaps you could add a variable in ...
by techitch
15 Oct 2016, 08:17
Forum: Help and Support
Topic: Using --def ignore
Replies: 4
Views: 3564

Re: Using --def ignore

thanks, it probably makes alot of sense to not do any processing actions on the folders in ignore.
I'm struggling to think of a scenario where someone would want to partially process files using an 'ignore' function.
by techitch
15 Oct 2016, 06:36
Forum: Help and Support
Topic: Using --def ignore
Replies: 4
Views: 3564

Re: Using --def ignore

Thanks so it appears i have it set correctly. When i run the first thing the script does is try to extract a folder from that path.. log is below Run script [fn:amc] at [Sat Oct 15 08:32:19 CEST 2016] Parameter: movieFormat = /home/media/movies/{n.space('.')}.{y}.{vf}.{source}/{n.space('.')}.{y}.{vf ...
by techitch
15 Oct 2016, 03:41
Forum: Help and Support
Topic: Using --def ignore
Replies: 4
Views: 3564

Using --def ignore

Hi Guys
Having issues using the ignore function in my arguments file
Am I able to just specify a dirname as the regex and anything within that folder will be skipped? What syntax should I use to make this work? I have the below currently and it does not skip that folder

Code: Select all

ignore=dirname
by techitch
03 Oct 2016, 07:40
Forum: Feature Requests and Bug Reports
Topic: Directory paths not working correctly
Replies: 12
Views: 6679

Re: Directory paths not working correctly

got it, was a bunch of whitespace at the end of the @file that was causing the problem, my bad!
thanks man
by techitch
03 Oct 2016, 05:33
Forum: Feature Requests and Bug Reports
Topic: Directory paths not working correctly
Replies: 12
Views: 6679

Re: Directory paths not working correctly

Ok, i've run this - the args look OK to me? am i missing anything? command: filebot -script fn:sysenv --output "/home/user/incoming/output" --action test -non-strict "/home/user/incoming/downloads" --def @/home/user/.args | grep args output: args[0] = -script args[1] = fn:sysenv args[2] = --output ...
by techitch
03 Oct 2016, 05:17
Forum: Feature Requests and Bug Reports
Topic: [AMC] Emby update does not work
Replies: 4
Views: 4066

Re: [AMC] Emby update does not work

brilliant thanks!
by techitch
03 Oct 2016, 05:11
Forum: Feature Requests and Bug Reports
Topic: Directory paths not working correctly
Replies: 12
Views: 6679

Re: Directory paths not working correctly

Hi Rednoah, thanks for your quick response, love your app! If you look at my command syntax you'll see I am passing the full dir path however it seems that the script is truncating it hence the issue! here is my magic args (they are not that magic, if you have ideas it would be great) :D movieFormat ...
by techitch
03 Oct 2016, 05:06
Forum: Feature Requests and Bug Reports
Topic: [AMC] Emby update does not work
Replies: 4
Views: 4066

[AMC] Emby update does not work

I've configured my args to update Emby when the move process is complete with AMC however it appears to be attempting an SSL connection on the default port: Notify Emby: localhost GET: https://localhost:8096/Library/Refresh?api_key=<censored> Unrecognized SSL message, plaintext connection? By ...
by techitch
03 Oct 2016, 05:01
Forum: Feature Requests and Bug Reports
Topic: Directory paths not working correctly
Replies: 12
Views: 6679

Directory paths not working correctly

Hi There I'm issuing the following command: /usr/bin/filebot -script fn:amc --output "/home/user/incoming/output" --action test -non-strict "/home/user/incoming/downloads" --def @/home/user/.args And get the following errors: .... Parameter: excludeList = /home/user/.exclude Argument: /home/user ...