rednoah wrote:Did you previously rename the file with TheTVDB? It's probably tagged. These logs can't happen if it's a clean file.
If you're testing things on the same file you need to reset xattr before each run:
Code: Select all
filebot -script fn:xattr --action clear /path/to/files
@see
http://www.filebot.net/forums/viewtopic ... &t=5#p5394
Previously i did test other files to see if the process worked these were indeed TV Shows
But the anime files arent renamed files, these are fresh downloads..
Every time i tested i made sure to remove the file present and just redownloaded it, for example 'mekakucity actors' was autofetched via RSS and was not downloaded before that, as you can see in the log it was still renamed with thetvdb.
So this is just confusing me .. a lot
can i prevent this from happening? resetting the xattr every single episode seems ..inconvenient
Edit: okay to test this i did the following:
First i made sure permissions were set correctly, to go to the extreme i set this specific folder to 777 as well as the file for testing purposes.
Code: Select all
0x00@0x00:~/downloads/Seeding/Anime/Nisekoi$ filebot -script fn:xattr --action clear \[HorribleSubs\]\ Nisekoi\ -\ 18\ \[720p\].mkv
Done ?(?????)?
not sure if its correct, only giving it the directory doesnt give any feedback either.
After this i executed filebot for this file manually which was
Code: Select all
filebot -script fn:amc --output “/” --log-file amc.log --action copy --conflict override -non-strict --def "ut_dir=/home/0x00/downloads/Seeding/Anime/Nisekoi/[HorribleSubs] Nisekoi - 18 [720p].mkv" "ut_kind=multi" "ut_title=[HorribleSubs] Nisekoi - 18 [720p].mkv" "ut_label=Anime”
and the outcome was
(dont mind the error here, probably because the path is set to /)
Code: Select all
Locking /home/0x00/.filebot/logs/amc.log
Parameter: ut_dir = /home/0x00/downloads/Seeding/Anime/Nisekoi/[HorribleSubs] Nisekoi - 18 [720p].mkv
Parameter: ut_kind = multi
Parameter: ut_title = [HorribleSubs] Nisekoi - 18 [720p].mkv
Parameter: ut_label = Anime
Input: /home/0x00/downloads/Seeding/Anime/Nisekoi/[HorribleSubs] Nisekoi - 18 [720p].mkv
Group: [tvs:nisekoi] => [[HorribleSubs] Nisekoi - 18 [720p].mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [Nisekoi]
Fetching episode data for [Nisekoi]
[COPY] Rename [/home/0x00/downloads/Seeding/Anime/Nisekoi/[HorribleSubs] Nisekoi - 18 [720p].mkv] to [/TV Shows/Nisekoi/Season 01/Nisekoi - S01E18 - At the Beach.mkv]
[COPY] Failed to rename [/home/0x00/downloads/Seeding/Anime/Nisekoi/[HorribleSubs] Nisekoi - 18 [720p].mkv]
java.io.IOException: Failed to create folder: /TV Shows/Nisekoi/Season 01
Finished without processing any files
Failure (°_°)