Sorting in 4.0.3 results in filenames ending in .1, issue not present in 4.0.2
Posted: July 14th, 2023, 8:32 pm
Recently after upgrading to 4.0.3 I noticed that many of the sort function renamed files were now ending in '.1'.
I have moves and series sorting set to the following.
In 4.0.3 this has started to result in 'Show.Name.S01E01.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nzb' being sorted to '/downloadFolder/Show.Name.S01E01.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb/Show.Name.S01E01.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.1.mkv'
In 4.0.2 the same 'Show.Name.S01E01.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nzb' is sorted to '/downloadFolder/Show.Name.S01E01.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb/Show.Name.S01E01.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv' with no other changes in settings.
Rolling back the same installation from 4.0.3 to 4.0.2 fixes the issue. Going back to 4.0.3 brings the renaming issue back.
I am running from source on Ubuntu 20.04 in a Python 3.11.4 virtualenv. All Python dependencies are updated from the requirements.txt file.
I have moves and series sorting set to the following.
Code: Select all
%dn/%dn.%extIn 4.0.2 the same 'Show.Name.S01E01.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nzb' is sorted to '/downloadFolder/Show.Name.S01E01.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb/Show.Name.S01E01.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv' with no other changes in settings.
Rolling back the same installation from 4.0.3 to 4.0.2 fixes the issue. Going back to 4.0.3 brings the renaming issue back.
I am running from source on Ubuntu 20.04 in a Python 3.11.4 virtualenv. All Python dependencies are updated from the requirements.txt file.