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

Add sort options to playback requests #4786

Merged
merged 16 commits into from
Oct 18, 2023

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    6cfcf36 View commit details
    Browse the repository at this point in the history
  2. Updated CONTRIBUTORS.md

    v0idMrK committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    344a6bf View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Removing bad trailing space

    v0idMrK committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ecba6dc View commit details
    Browse the repository at this point in the history
  2. Contributors file updated correctly

    Adds shortcuts.js function to get sort order
    Added sort order technique to most types of media on playbackmanager.js
    v0idMrK committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f922742 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Added getSortOptions to userSettings.js and cleaned up the shortcuts.…

    …js and list.js to use the above method
    v0idMrK committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    580ad5f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Changed from using sortOptions to using already implemented queryOptions

    Null verification for parentid on shortcuts.js
    itemContextMenu is now obeying to sorting
    v0idMrK committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ee791f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4488a58 View commit details
    Browse the repository at this point in the history
  3. Added queryOptions to MusicGenre call on playbackmanager

    UserSettings added param to function comment
    v0idMrK committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    af61ae0 View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    Restoring "Play All" functionality
    v0idMrK committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ef8d923 View commit details
    Browse the repository at this point in the history
  5. Removed unused imports

    v0idMrK committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c935ba9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Reverting itemContextMenu changes to support folder/playlist ordering…

    … with the "Play" action
    
    Code cleanup
    v0idMrK committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    5d20523 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. itemContextMenu only supports folders and using parentId instead for …

    …lists
    
    Revert line change on playbackmanager.js
    v0idMrK committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d62a36a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Removed unused method

    v0idMrK committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ad5bcb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f8d29a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    b33d927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa40c3f View commit details
    Browse the repository at this point in the history