mpv-scripts icon indicating copy to clipboard operation
mpv-scripts copied to clipboard

[SimpleBookmark] Sorting method is not working

Open OesieGIT opened this issue 8 months ago • 2 comments

Changing the list_default_sort=added-asc to one of the given options as stated in the SimpleBookmark.conf is not working.

####------Sort Settings-------####
##--Sorts: added-asc, added-desc, time-asc, time-desc, alphanum-asc, alphanum-desc
##--Sorts description: 'added-asc' is for the newest added item to show first. Or 'added-desc' for the newest added to show last. Or 'alphanum-asc' is for A to Z approach with filename and episode number lower first. Or 'alphanum-desc' is for its Z to A approach. Or 'time-asc', 'time-desc' to sort the list based on time.

#--(Sorts). Default sorting method for all the different filters in the list. Choose between available sorts.
list_default_sort=added-asc

In example: Image

MPV shows: Image

Running mpv v0.40.0-119-g1d1535ff9 with a portable_config.

OesieGIT avatar Jun 07 '25 15:06 OesieGIT

Are you sure that the config file is being loaded? Try changing other settings and see if they reflect

Eisa01 avatar Jun 09 '25 17:06 Eisa01

Yes, the changes done in the setting groups_list_and_keybind= are shown in the GUI.

OesieGIT avatar Jun 10 '25 13:06 OesieGIT