Search found 5 matches
- 24 May 2019, 16:27
- Forum: Scripting and Automation
- Topic: Anime Renamed to Wrong Season by AniDB
- Replies: 12
- Views: 13817
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 
- 20 May 2019, 12:00
- Forum: Scripting and Automation
- Topic: Anime Renamed to Wrong Season by AniDB
- Replies: 12
- Views: 13817
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 ...
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 ...
- 20 May 2019, 11:32
- Forum: Ubuntu & Desktop Linux
- Topic: Failed to hardlink when --action=duplicate
- Replies: 7
- Views: 8042
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 ...
[ 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 ...
- 19 May 2019, 21:53
- Forum: Ubuntu & Desktop Linux
- Topic: Failed to hardlink when --action=duplicate
- Replies: 7
- Views: 8042
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 ...
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 ...
- 19 May 2019, 21:42
- Forum: Scripting and Automation
- Topic: Anime Renamed to Wrong Season by AniDB
- Replies: 12
- Views: 13817
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 ...
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 ...