I try to rename episode names of a series using a JSON map.
When running nomino, it returns the following error:
$ nomino -ktmp renamed.json
error: No such file or directory (os error 2)
I cannot debug where the actual issue is. I would like a more verbose error message.
episodes.json
{
"Season 01/Episode 01.mp4": "Season01/Episode 01 - Echoes of Thunder.mp4",
"Season 01/Episode 02.mp4": "Season 01/Episode 02 - What Is Done.mp4",
"…": "…",
"Season 05/Episode 09.mp4": "Season05/Episode 09 - Infantis Sanguine.mp4"
}
╭─[/mnt/Series/The Dragon Prince]
╰──╼ls
renamed.json 'Season 01' 'Season 02' 'Season 03' 'Season 04' 'Season 05'
╭─[/mnt/Series/The Dragon Prince]
╰──╼ls Season\ 01/
'Episode 01.mp4' 'Episode 02.mp4' 'Episode 03.mp4' 'Episode 04.mp4' 'Episode 05.mp4' 'Episode 06.mp4' 'Episode 07.mp4' 'Episode 08.mp4' 'Episode 09.mp4' Subs
OS: Debian 12
nomino: v.1.3.4
I try to rename episode names of a series using a JSON map.
When running
nomino, it returns the following error:I cannot debug where the actual issue is. I would like a more verbose error message.
OS: Debian 12
nomino: v.1.3.4