Search found 20 matches

by Cinder
06 Nov 2018, 18:22
Forum: Scripting and Automation
Topic: xattr or folder structure resulting in mismatches
Replies: 3
Views: 2233

Re: xattr or folder structure resulting in mismatches

1. One example of a real file path that was misidentified as David Attenborough and the Sea Dragon (2018) would be helpful for testing, or the logs of when that happened. Since I don't know why it happened in the first place, I can't recommend or implement any potential workarounds (since they unde...
by Cinder
05 Nov 2018, 22:26
Forum: Scripting and Automation
Topic: xattr or folder structure resulting in mismatches
Replies: 3
Views: 2233

xattr or folder structure resulting in mismatches

I have some movies that are repeatedly being mismatched. I'm running Filebot in Docker with the command: docker run -it --name=filebot --rm \ -v data:/data \ -v /volume1/Movies:/volume1/Movies \ -v /volume1/scripts/filebot:/volume1/scripts/filebot \ -e USER_ID=1024 \ -e GROUP_ID=100 \ -e DuseExtende...
by Cinder
10 Feb 2018, 21:38
Forum: Scripting and Automation
Topic: Trigger specific emby library update
Replies: 1
Views: 1712

Trigger specific emby library update

I have multiple emby libraries for different media (like I assume most other do as well), i.e. movies, tv shows, music etc. So I just set up the emby library update trigger using the api key from CLI, "--def emby=host:apikey" and it works just as advertised. But I would like to know if it'...
by Cinder
09 Nov 2016, 12:09
Forum: Synology NAS & Embedded Linux
Topic: Mediainfo unable to load on Synology NAS
Replies: 1
Views: 2485

Re: Mediainfo unable to load on Synology NAS

I ended up reinstalling DSM due to another issue, and now MediaInfo works again.
Not a simple solution, but it might help someone without any other options left.
by Cinder
07 Nov 2016, 21:54
Forum: Synology NAS & Embedded Linux
Topic: Mediainfo unable to load on Synology NAS
Replies: 1
Views: 2485

Mediainfo unable to load on Synology NAS

I have a Synology NAS (DS412+) and recently noticed that filebot is no longer correctly adding the video formats, {vf}, to filenames when processing (this has worked before). When I check sysinfo I get this: FileBot 4.7.2 (r4178) JNA Native: 4.0.1 MediaInfo: net.filebot.mediainfo.MediaInfoException:...
by Cinder
15 Jul 2015, 13:49
Forum: Episode / Movie Naming Scheme
Topic: Group name issue
Replies: 2
Views: 3567

Re: Group name issue

Do I need to do anything to update to r3123 or is it automatically updated?
I noticed that releases with D-Z0N3 group do not get parsed properly, the group name is missing from the resulting filename.
by Cinder
14 Jul 2015, 09:04
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1584716

Re: Release Groups {group}

KESH
by Cinder
26 Jun 2015, 22:01
Forum: Scripting and Automation
Topic: Setting up "on finish" script - Transmission + Synology NAS
Replies: 18
Views: 10460

Re: Setting up "on finish" script - Transmission + Synology

I'm currently not getting the bash script to run on torrent completion. The only thing present in the script for testing is #!/bin/bash whoami > "volume1/scripts/filebot-verify.txt" I've checked this with finishing torrents, and the script doesn't seem to run as the file is not created on ...
by Cinder
26 Jun 2015, 17:42
Forum: Episode / Movie Naming Scheme
Topic: Group name issue
Replies: 2
Views: 3567

Group name issue

I've made a working file formatting script, and for mostly everything it works very well. However, I noticed that a release group name was not included when the group was "H@M". This group is in the group database, so I'm thinking maybe the "@" screws up the filename? As mentione...
by Cinder
21 Jun 2015, 17:05
Forum: Scripting and Automation
Topic: Setting up "on finish" script - Transmission + Synology NAS
Replies: 18
Views: 10460

Re: Setting up "on finish" script - Transmission + Synology

Trying to create an if condition for the bash script. Does the $TR_TORRENT_DIR match this format: if [[ "$TR_TORRENT_DIR" == "/volume1/TV Series" ]]; does it need a / at the end of the path, or is the format entirely different from what I'm thinking here? if [[ "$TR_TORRENT_...
by Cinder
21 Jun 2015, 07:57
Forum: Scripting and Automation
Topic: Setting up "on finish" script - Transmission + Synology NAS
Replies: 18
Views: 10460

Re: Setting up "on finish" script - Transmission + Synology

Here's my postprocessing script: filebot -script fn:amc --output "/volume1/TV Series" --log-file "/volume1/scripts/amc.log" --action hardlink --conflict override -non-strict --def music=n artwork=n "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" &quo...
by Cinder
19 Jun 2015, 09:47
Forum: Scripting and Automation
Topic: Setting up "on finish" script - Transmission + Synology NAS
Replies: 18
Views: 10460

Re: Setting up "on finish" script - Transmission + Synology

1. What changed? Isn't that what you just tried previously? I have no idea dude, I thought I tried the exact same thing previously, but now it worked when I did it. Maybe I didnt put them straight into /lib but in /lib/linux-x86/ and that didn't work. 2. Something doesn't work? Send the paths so I ...
by Cinder
19 Jun 2015, 09:20
Forum: Scripting and Automation
Topic: Setting up "on finish" script - Transmission + Synology NAS
Replies: 18
Views: 10460

Re: Setting up "on finish" script - Transmission + Synology

You don't need to "install" anything, just copy some files. If it's in the library path and it still doesn't work, then it's because it's incompatible for some reason and simply doesn't work. If you think not found means it can't find the library you're wrong. It just means it doesn't wor...
by Cinder
19 Jun 2015, 09:19
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1584716

Re: Release Groups {group}

TV Releases:

MAGiC
GLF
IMDTHS
JohnGalt
CJ
CRNTV
Jason28
CtrlSD
F1
WiNG
FINALLY
LoTV
by Cinder
18 Jun 2015, 20:54
Forum: Scripting and Automation
Topic: Setting up "on finish" script - Transmission + Synology NAS
Replies: 18
Views: 10460

Re: Setting up "on finish" script - Transmission + Synology

Nope, it should work out of the box. It seems the SynoCommunity native library is broken on Intel 32-bit architecture. I can only test armv7 and it works fine here. You might be able to get it to work by using the generic linux binaries from the mediainfo website. Since it's all 32-bit x86 Linux it...
by Cinder
18 Jun 2015, 15:38
Forum: Scripting and Automation
Topic: Setting up "on finish" script - Transmission + Synology NAS
Replies: 18
Views: 10460

Re: Setting up "on finish" script - Transmission + Synology

I have come across one more issue when testing using the CLI now, everything seems to work except mediainfo. My NAS is a Synology DS412+ and I installed the MedianInfo package from the community package center. However, when I run an operation and my format comes to the tags ".{vf}.{vc}.{ac}{'-...
by Cinder
18 Jun 2015, 13:23
Forum: Scripting and Automation
Topic: Setting up "on finish" script - Transmission + Synology NAS
Replies: 18
Views: 10460

Re: Setting up "on finish" script - Transmission + Synology

Subtitles will always be stored along-side the files , as per convention. You can mess with that in the format of course... but if you do your own thing but then Kodi probably won't find the subs. Yes I know the convention, but just FYI Kodi actually supports a custom subtitles folder now which con...
by Cinder
18 Jun 2015, 09:14
Forum: Scripting and Automation
Topic: Setting up "on finish" script - Transmission + Synology NAS
Replies: 18
Views: 10460

Re: Setting up "on finish" script - Transmission + Synology

1. No. You can pass in your own formats. Please read the Change how files will be organized and renamed section. Thanks. 4. Relative and absolute paths are ok. The console output would have told you everything you want to know if you had just tried it once or twice. You should always do a few test ...
by Cinder
18 Jun 2015, 07:23
Forum: Scripting and Automation
Topic: Setting up "on finish" script - Transmission + Synology NAS
Replies: 18
Views: 10460

Re: Setting up "on finish" script - Transmission + Synology

1. You don't need to download anything. Everything is configured via cmdline options. My concern is partially with the folder structure formatting, in amc.groovy the tv folder structure is "TV Shows/{n}/{episode.special...} and so on. If I want to change something, like the name of the folder &...
by Cinder
17 Jun 2015, 19:51
Forum: Scripting and Automation
Topic: Setting up "on finish" script - Transmission + Synology NAS
Replies: 18
Views: 10460

Setting up "on finish" script - Transmission + Synology NAS

Hi, I'm trying to setup a configuration where finished Transmission downloads on my Synology NAS will be hardlinked from the default "Downloads" folder to my Kodi folder structure. I've managed to set up FileBot properly so I can run it on the NAS, however now I'm looking at the scripting ...