Search found 5 matches

by queimadus
24 May 2019, 16:27
Forum: Scripting and Automation
Topic: Anime Renamed to Wrong Season by AniDB
Replies: 12
Views: 11512

Re: Anime Renamed to Wrong Season by AniDB

Yes @ZeroByDivide I think you're right. I wasn't considering the absolute vs relative ep ordering. Thanks :)
by queimadus
20 May 2019, 12:00
Forum: Scripting and Automation
Topic: Anime Renamed to Wrong Season by AniDB
Replies: 12
Views: 11512

Re: Anime Renamed to Wrong Season by AniDB

I've retested with "age < 5" and even "age < 3" but got the same result. Parameter: clean = y Parameter: kodi = ***** Parameter: gmail = ***** Parameter: subtitles = en Parameter: artwork = y Parameter: ut_label = anime Parameter: ut_title = [HorribleSubs] Shingeki no Kyojin S3 - 53 [1080p].mkv ...
by queimadus
20 May 2019, 11:32
Forum: Ubuntu & Desktop Linux
Topic: Failed to hardlink when --action=duplicate
Replies: 7
Views: 6919

Re: Failed to hardlink when --action=duplicate

Seems like it does. [ osmc@vero /tmp/test ]$ ls [ osmc@vero /tmp/test ]$ echo hello > foo [ osmc@vero /tmp/test ]$ cp --reflink foo bar cp: failed to clone 'bar' from 'foo': Inappropriate ioctl for device [ osmc@vero /tmp/test ]$ ls bar foo [ osmc@vero /tmp/test ]$ cat bar [ osmc@vero /tmp/test ...
by queimadus
19 May 2019, 21:53
Forum: Ubuntu & Desktop Linux
Topic: Failed to hardlink when --action=duplicate
Replies: 7
Views: 6919

Failed to hardlink when --action=duplicate

I think I may have found a bug when the action is set to duplicate and the underlying OS doesn't fully support for the first approach. After digging through the code, I saw that when the action is set to "duplicate" it will try to "clone", if that fails fallback to "duplicate" and if that fails ...
by queimadus
19 May 2019, 21:42
Forum: Scripting and Automation
Topic: Anime Renamed to Wrong Season by AniDB
Replies: 12
Views: 11512

Re: Anime Renamed to Wrong Season by AniDB

I'm experiencing the same issue and I'm using the latest version. I set the ut_label=anime and even tried adding --filter "age < 7" but it gets renamed incorrectly. Parameter: clean = y Parameter: kodi = ***** Parameter: gmail = ***** Parameter: subtitles = en Parameter: artwork = y Parameter: ut ...