BUG-minor: Problems with folders, not showing last item

All your suggestions, requests and ideas for future development
Post Reply
schrolli
Posts: 1
Joined: 07 Jul 2014, 10:21

BUG-minor: Problems with folders, not showing last item

Post by schrolli »

Hi,

I am using this naming scheme:

Code: Select all

/movies_folders/{n.space('.').ascii().replaceAll(/[,()+!]/,'').replaceAll('&','und')}.{y}.{audios.language.join('.').upper()}.{imdbid}{try { '.'+ vf } catch (MissingPropertyExceptionmpe) { '.'+ resolution }}{'.'+source}/{n.space('.').ascii().replaceAll(/[,()+!]/).replaceAll('&','und')}.{y}.{audios.language.join('.').upper()}{try { '.'+ vf } catch (MissingPropertyExceptionmpe) { '.'+ resolution }}{'.'+pi}{'of'+pn}
so sort all files in subfolders and don't use imdbid and source in filename.

some movies have the source tag and most have not.

when i check the renamed files on the right, the last item ('source', or when source isn't available 'try-vf-catch-resolution') doesn't appear in the folder name.

but when the line is focused, it is updated and the last item is shown. when you move on and select another list item, the unselected folder is missing again its last item.

two examples:

movie with source-variable set

unselected

Code: Select all

Die.Hard.1988..tt0095016.360p/Die.Hard.1988..360p
selected

Code: Select all

Die.Hard.1988..tt0095016.360p.HDRip/Die.Hard.1988..360p
movie with source-variable unset
unselected

Code: Select all

Sweet.and.Lowdown.1999..tt0158371/Sweet.and.Lowdown.1999..480p
selected

Code: Select all

Sweet.and.Lowdown.1999..tt0158371.480p/Sweet.and.Lowdown.1999..480p
and i even found one without video-format and without resolution (an iso-file) where the imdb-id is missing in the unselected folder.

This Bug is minor, though. It is only a display-error, the folders are renamed correctly as defined in the naming-schema.

hope, you can tear it down to a little fix.

greetings schrolli
User avatar
rednoah
The Source
Posts: 23015
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: BUG-minor: Problems with folders, not showing last item

Post by rednoah »

Fixed with r2295
:idea: Please read the FAQ and How to Request Help.
Post Reply