Search found 10 matches

by LightningRider
09 Sep 2023, 07:41
Forum: Feature Requests and Bug Reports
Topic: Custom --action /bin/mv in combination with --output not working since update to 5.1.1
Replies: 5
Views: 640

Re: Custom --action /bin/mv in combination with --output not working since update to 5.1.1

Coincidentally I am working built-in APFS / BTRFS support for --action copy instead of relying on cp commands. I will make sure to look into --action move and BTRFS subvolumes later this week as well. That's great news :idea: There won't be any major release anytime soon but you can manually upgrad...
by LightningRider
09 Sep 2023, 01:42
Forum: Feature Requests and Bug Reports
Topic: Custom --action /bin/mv in combination with --output not working since update to 5.1.1
Replies: 5
Views: 640

Re: Custom --action /bin/mv in combination with --output not working since update to 5.1.1

Thanks for the prompt response. I'm using /bin/mv as the filebot --action move didn't play nice with BTRFS subvolumes way back in 2019 https://www.filebot.net/forums/viewtopic.php?t=9630 . TLDR; it was doing copy + delete. If there's a better option for me now that we are in 2023 I'm all for it :). ...
by LightningRider
08 Sep 2023, 10:36
Forum: Feature Requests and Bug Reports
Topic: Custom --action /bin/mv in combination with --output not working since update to 5.1.1
Replies: 5
Views: 640

Custom --action /bin/mv in combination with --output not working since update to 5.1.1

Problem as per title: had an AMC script which used to work now fails with every file, either says "Skipped ... because ... already exists" or "Failed due to I/O error". My issue isn't with the skipped files (that is as expected) I only include them to show that the output path is...
by LightningRider
11 Sep 2020, 09:36
Forum: Synology NAS & Embedded Linux
Topic: Migrating to Synology from Windows 10
Replies: 1
Views: 5523

Re: Migrating to Synology from Windows 10

The default Synology package Download Station will handle RSS feeds, it will not however handle event driven tasks (i.e. running filebot when download completes). If you don't need it to run immediately you can set up a scheduled task which runs at some pre-defined interval to call filebot. If the a...
by LightningRider
23 Mar 2020, 07:57
Forum: Feature Requests and Bug Reports
Topic: Bug: Notify kodi/plex/etc skipped on custom action
Replies: 2
Views: 1564

Re: Bug: Notify kodi/plex/etc skipped on custom action

:idea: Since you're already using custom commands, you could just do --def exec= update-kodi.sh instead. I had already added the curl command to the end of both my scripts, as I had noticed that kodi wasn't being notified but hadn't had time to investigate fully. It was only after checking the logs...
by LightningRider
22 Mar 2020, 09:05
Forum: Feature Requests and Bug Reports
Topic: Bug: Notify kodi/plex/etc skipped on custom action
Replies: 2
Views: 1564

Bug: Notify kodi/plex/etc skipped on custom action

Using the amc script with options as follows filebot.sh -script fn:amc --output "/path/to/output" --log-file amc.log --action /bin/mv -non-strict "/path/to/input/" --def seriesFormat="/path/to/output/{n}/{'Season '+s}/{s00e00} - {t}" movieFormat="/path/to/output/{n...
by LightningRider
19 Mar 2020, 12:39
Forum: Feature Requests and Bug Reports
Topic: clone / reflink + delete for move operation
Replies: 3
Views: 2003

Re: clone / reflink + delete for move operation

Move isn't instant across BTRFS subvolumes.
See this topic
Probably should've given more context in original post.
by LightningRider
18 Mar 2020, 22:38
Forum: Feature Requests and Bug Reports
Topic: clone / reflink + delete for move operation
Replies: 3
Views: 2003

clone / reflink + delete for move operation

I noticed on the release notes for 4.9.0: Enable clone (on macOS / apfs) and reflink (on Linux / btrfs) by default for all COPY operations I was hoping this could be extended for all MOVE operations as well. Basically do what the title says: Try clone / reflink. If it succeeds: delete original file....
by LightningRider
09 Aug 2019, 05:26
Forum: Synology NAS & Embedded Linux
Topic: Move Operation on Synology SHR Volume
Replies: 15
Views: 7609

Re: Move Operation on Synology SHR Volume

:idea: Presumably, the JRE implementation does move and if that doesn't work fallback to copy + delete. :?: Have you tried the latest OpenJDK 12.0.2 to see if Java move works better on the latest release? If not, then I'll make a bug report. Upon trying OpenJDK 12.0.2 I notice the same behaviour as...
by LightningRider
08 Aug 2019, 10:07
Forum: Synology NAS & Embedded Linux
Topic: Move Operation on Synology SHR Volume
Replies: 15
Views: 7609

Re: Move Operation on Synology SHR Volume

I know this is an old topic, but thought I'd also add that this isn't specific to SHR Volumes. But rather to BTRFS on Synology I am using a Synology 1515+ with RAID 5 volume and can confirm the same behaviour as the OP. Up until recencly I have been using EXT4 as the filesystem for my media and --ac...