Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Sort lists (Playlist, Search results, etc.) #48

Open
fromSmolsoft opened this issue Feb 7, 2024 · 1 comment
Open

[Feature] Sort lists (Playlist, Search results, etc.) #48

fromSmolsoft opened this issue Feb 7, 2024 · 1 comment

Comments

@fromSmolsoft
Copy link

fromSmolsoft commented Feb 7, 2024

I hope i haven't overlooked this feature.
There are multiple list views in the app (search results, playlists, related, etc..) , but lists are "randomly" sorted.
e.g. lets say there us show where creators releases episodic content but not in playlist (happens on Dailymotion often). The search-results return mixed order of eps e.g. ep20, ep17, ep01, ep15.
It would help a lot to just quick sort (no the algorithm :P ) either custom playlist or search results by name or/and upload date.

By Name
Default order:

MyShow ep20
MyShow ep17
MyShow ep01
MyShow ep15
...

Sorted order :

MyShow ep01
MyShow ep02
MyShow ep03
MyShow ep04
...

By Date
Default order:

How I found new place      (2022/03/01)
When was it raining inside (2021/01/12)
You are sorting it wrong    (2024/05/06)
...

Sorted order :

When was it raining inside (2021/01/12)
How I found new place      (2022/03/01)
You are sorting it wrong    (2024/05/06)
...

Now you can manually drag & drop items to sort it but it's tedious for longer lists or when going trough search results.

@3unjee
Copy link
Member

3unjee commented Apr 24, 2024

Greetings @fromSmolsoft, I confirm there's no sorting implemented on MotionBox at this moment. The playlist are displayed as is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants