Thanks for the screenshots. The no-op file remaining in the UI is unusual. I will look into it.
New Names trying to display shorter relative paths instead of longer absolute paths if possible is indeed new behavior. This change is purely visual though.
Search found 22593 matches
- Today, 07:49
- Forum: Windows
- Topic: Updating xattr tags when file name and location does not change
- Replies: 3
- Views: 57
- Today, 04:59
- Forum: Windows
- Topic: Updating xattr tags when file name and location does not change
- Replies: 3
- Views: 57
Re: Updating xattr tags when file name and location does not change
I'm not aware of any recent changes.
What does the log say? What does sysinfo say? What is the target file system? Please click on the link in my signature.
Did you run tests on the local file system where xattr are definitely supported to confirm the issue?


- Yesterday, 14:30
- Forum: Help and Support
- Topic: Generate NFOs for Jellyfin
- Replies: 3
- Views: 76
Re: Generate NFOs for Jellyfin
Well, the inconvenient answer is to make everything conform to TMDB standard order.
If you already have episode titles then the task at hand should be fairly straightforward, though it will take some time going through everything even if just to double-check and confirm.
If you already have episode titles then the task at hand should be fairly straightforward, though it will take some time going through everything even if just to double-check and confirm.
- Yesterday, 10:28
- Forum: Feature Requests and Bug Reports
- Topic: Atomic Move seem not working anymore
- Replies: 5
- Views: 150
Re: Atomic Move seem not working anymore


- Yesterday, 07:45
- Forum: Synology NAS & Embedded Linux
- Topic: Filebot Node does not work on DSM7.2
- Replies: 6
- Views: 106
Re: Filebot Node does not work on DSM7.2
Looks good to me. Maybe Synology broke 3rd party WebUI support. You could try Synology customer support.
What's your NAS model? If it's a higher-end model then you can use docker instead.
I also ran some tests everything works correctly on my DS120J at least.
What's your NAS model? If it's a higher-end model then you can use docker instead.
I also ran some tests everything works correctly on my DS120J at least.
- Yesterday, 04:20
- Forum: Help and Support
- Topic: Generate NFOs for Jellyfin
- Replies: 3
- Views: 76
Re: Generate NFOs for Jellyfin
:idea: The Export NFO files only generates top-level tvshow.nfo files. Episode-level *.nfo files are not supported. I've never even heard of season.nfo files. :idea: The Fetch artwork and NFO files (v2) script does support Episode-level *.nfo files though. The *.nfo files generated may or may not be...
- Yesterday, 04:11
- Forum: Synology NAS & Embedded Linux
- Topic: Filebot Node does not work on DSM7.2
- Replies: 6
- Views: 106
Re: Filebot Node does not work on DSM7.2
The error message would suggest that FileBot Node is not installed, which makes no sense. :arrow: I'd start by logging in via SSH and confirming that the files are there: $ ls -l /usr/syno/synoman/webman/3rdparty/filebot-node/ total 1772 -rw-r--r-- 1 FileBot FileBot 1687255 Nov 7 01:17 app.js -rw-r-...
- 07 Dec 2023, 17:06
- Forum: Synology NAS & Embedded Linux
- Topic: Filebot Node does not work on DSM7.2
- Replies: 6
- Views: 106
Re: Filebot Node does not work on DSM7.2


- 07 Dec 2023, 16:12
- Forum: Windows
- Topic: where do I input script to fix plex naming?
- Replies: 3
- Views: 66
Re: where do I input script to fix plex naming?
Let's say you have followed the amc script instructions and do something like this: filebot -script fn:amc --output "X:/Media" --action duplicate --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=%L" "ut_state=%S" "ut_title...
- 07 Dec 2023, 10:13
- Forum: Feature Requests and Bug Reports
- Topic: Atomic Move seem not working anymore
- Replies: 5
- Views: 150
Re: Atomic Move seem not working anymore
:?: Why did you add this volume mapping? /data/temp -> /mnt/user/archives/release/temp/ -> AMC Watch Directory :arrow: Looks like you're moving files from one mount point to another, which will of course result in a cross-filesystem copy+delete operation from the container point-of-view: /data -> /m...
- 07 Dec 2023, 04:14
- Forum: Windows
- Topic: Is Certification no longer valid? (using TheTVDB)
- Replies: 11
- Views: 222
Re: Is Certification no longer valid? (using TheTVDB)
After renaming files, FileBot does a couple of things, one of which is storing xattr metadata for future reference. If any of these post-processing tasks take a while (normal if files are on a remote network drive) then a progress dialog will pop up until the task is complete. :idea: Please read Met...
- 06 Dec 2023, 20:46
- Forum: Windows
- Topic: Is Certification no longer valid? (using TheTVDB)
- Replies: 11
- Views: 222
Re: Is Certification no longer valid? (using TheTVDB)
:?: Are you testing with TheTVDB or TMDB now? :arrow: Use { info.certifications } to check country codes for your selected database. TVDB notably does not use standard country codes. The US snippet above is only tested for TMDB. :idea: Binding "media": Failed to read media info: Binding &q...
- 06 Dec 2023, 20:25
- Forum: Windows
- Topic: Is Certification no longer valid? (using TheTVDB)
- Replies: 11
- Views: 222
Re: Is Certification no longer valid? (using TheTVDB)
I now see the issue. I doesn't work for shows where the certification is not available in the origin country, as {certification} will give you the certification from the origin country, which is not necessarily the US. :arrow: You can access the US certification explicitly like so: { info.certificat...
- 06 Dec 2023, 18:11
- Forum: Windows
- Topic: Is Certification no longer valid? (using TheTVDB)
- Replies: 11
- Views: 222
Re: Is Certification no longer valid?
{certification} fundamentally works if the information is available. Tested with Firefly {tvdb-78874} . Chainsaw Man {tvdb-397934} indeed does not work. Maybe this piece of information hasn't been entered yet, or is no longer supported, at least it's not visible nor editable on the website: https:/...
- 06 Dec 2023, 18:00
- Forum: Windows
- Topic: Change music folder names
- Replies: 1
- Views: 32
Re: Change music folder names


- 06 Dec 2023, 16:44
- Forum: Windows
- Topic: Is Certification no longer valid? (using TheTVDB)
- Replies: 11
- Views: 222
Re: Is Certification no longer valid?


- 06 Dec 2023, 12:40
- Forum: Episode / Movie Naming Scheme
- Topic: Format {audioLanguages} to (DE, EN)
- Replies: 0
- Views: 34
Format {audioLanguages} to (DE, EN)
e.g.
Language.ISO2 ... get the 2-letter country code for each Language object
List.joining() ... format List object to String object
String.upper() ... convert all lowercase characters to uppercase characters
Format: Select all
{ audioLanguages.ISO2.joining(', ', ' (', ')').upper() }
List.joining() ... format List object to String object
String.upper() ... convert all lowercase characters to uppercase characters
- 06 Dec 2023, 10:55
- Forum: Feature Requests and Bug Reports
- Topic: Atomic Move seem not working anymore
- Replies: 5
- Views: 150
Re: Atomic Move seem not working anymore
:!: --action hardlink working and --action move not working makes no sense to me. I'd start by double-checking everything. :?: What is your docker configuration? :idea: Make sure that both input and output folder are on the same mounted volume. See Notes on --action MOVE and --action HARDLINK for de...
- 04 Dec 2023, 20:22
- Forum: Feature Requests and Bug Reports
- Topic: Post-Processing script -> Refresh Plex
- Replies: 7
- Views: 228
Re: Post-Processing script -> Refresh Plex
is there any logs that can show me if it work now not? You will see logs in Plex for each refresh request. also is there a script to 'Clean' the folder from the source path after successfully import (with the GUI) No, but you can write your own script. Deleting files is easy. Just make sure you don...
- 04 Dec 2023, 15:31
- Forum: Windows
- Topic: How to update (MS Store)
- Replies: 2
- Views: 72
Re: How to update
:idea: You may update by downloading and installing the latest version . Your user data will remain untouched. Please read How to Request Help on how to check version / revision number and check for updates. :idea: If you are using the Microsoft Store, the Mac App Store, or any kind of Package Manag...
- 04 Dec 2023, 07:51
- Forum: Feature Requests and Bug Reports
- Topic: Post-Processing script -> Refresh Plex
- Replies: 7
- Views: 228
Re: Post-Processing script -> Refresh Plex
:idea: The amc script already does what you are asking for by default . :idea: If you need a post-processing script for the GUI, then something like this might work: def host = 'http://127.0.0.1:32400' def auth = 'YOUR_PLEX_TOKEN' def xml = curl "${host}/library/sections", 'X-Plex-Token':a...
- 04 Dec 2023, 06:24
- Forum: Windows
- Topic: Movie Formats - Can they be removed?
- Replies: 4
- Views: 120
Re: Movie Formats - Can they be removed?
:idea: If you are talking about the action.paste Recent Formats feature in the Format Editor, then that will always show the most recently confirmed formats. It'll remember the most recent 8 formats for each format type. There is no (easy) way to remove selected recent format items. You can only res...
- 04 Dec 2023, 05:26
- Forum: Windows
- Topic: Movie Formats - Can they be removed?
- Replies: 4
- Views: 120
Re: Movie Formats - Can they be removed?
If you mean Presets then you can click Edit Preset ➔ Delete Preset.



The "Recent Formats" quick-switch feature in the Format Editor is limited to your most recent 8 formats.




- 03 Dec 2023, 18:48
- Forum: Feature Requests and Bug Reports
- Topic: Post-Processing script -> Refresh Plex
- Replies: 7
- Views: 228
Re: Post-Processing script -> Refresh Plex
:?: Are you using the GUI or the CLI? :idea: If you already have a bash script then you could just call that . :idea: If you're using the amc script then what you're asking for is built-in behaviour . The Custom Post-Processing Scripts › Refresh Plex example favors simplicity (3 lines; easy to under...
- 03 Dec 2023, 09:29
- Forum: Feature Requests and Bug Reports
- Topic: [MISMATCH] Anime/86 Eighty Six (2021)
- Replies: 2
- Views: 97
Re: CLI renaming Anime help needed
:arrow: Please read Q: How do I fix misidentified files? and note the --q and --filter options: If you're using the command-line you can do the same via the --q and --filter options. Please read --q manual lookup and --filter and fine-tuning manual . The --mapper option may also come in handy. If yo...