Page 1 of 1

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

Posted: 07 Jul 2014, 11:00
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

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

Posted: 07 Jul 2014, 12:29
by rednoah
Fixed with r2295