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

bug(core/playback/mpv): jukebox mode under windows - #2767 #2774

Merged
merged 11 commits into from
Apr 14, 2024

Commits on Jan 7, 2024

  1. bug(core/playback/mpv): jukebox mode under windows - navidrome#2767

    Use named pipe for socket path under windows during mpv playback, change function name, unexport function
    
    Signed-off-by: apkatsikas <apkatsikas@gmail.com>
    apkatsikas committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    eb65688 View commit details
    Browse the repository at this point in the history
  2. bug(core/playback/mpv): jukebox mode under windows - navidrome#2767

    Fix typo
    
    Signed-off-by: apkatsikas <apkatsikas@gmail.com>
    apkatsikas committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    b97bf61 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Merge master

    apkatsikas committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    bf29e59 View commit details
    Browse the repository at this point in the history
  2. bug(core/playback/mpv): jukebox mode under windows - navidrome#2767

    Early return for Close on Windows
    
    Signed-off-by: apkatsikas <apkatsikas@gmail.com>
    apkatsikas committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    93bb3ce View commit details
    Browse the repository at this point in the history
  3. bug(core/playback/mpv): jukebox mode under windows - navidrome#2767

    Merge master and move logic into utils function
    
    Signed-off-by: apkatsikas <apkatsikas@gmail.com>
    apkatsikas committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0d5d74b View commit details
    Browse the repository at this point in the history
  4. bug(core/playback/mpv): jukebox mode under windows - navidrome#2767

    Update import and run prettier
    
    Signed-off-by: apkatsikas <apkatsikas@gmail.com>
    apkatsikas committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f3b54f0 View commit details
    Browse the repository at this point in the history
  5. bug(core/playback/mpv): jukebox mode under windows - navidrome#2767

    Update function name
    
    Signed-off-by: apkatsikas <apkatsikas@gmail.com>
    apkatsikas committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    243b529 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. bug(core/playback/mpv): jukebox mode under windows - navidrome#2767

    Create track_close files for both platforms and move MpvTrack Close into new file
    
    Signed-off-by: apkatsikas <apkatsikas@gmail.com>
    apkatsikas committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    f066adc View commit details
    Browse the repository at this point in the history
  2. bug(core/playback/mpv): jukebox mode under windows - navidrome#2767

    Create SocketName function for both platforms, restore name of TempFileName
    
    Signed-off-by: apkatsikas <apkatsikas@gmail.com>
    apkatsikas committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e7186a4 View commit details
    Browse the repository at this point in the history
  3. bug(core/playback/mpv): jukebox mode under windows - navidrome#2767

    Add missing params to SocketName on windows
    
    Signed-off-by: apkatsikas <apkatsikas@gmail.com>
    apkatsikas committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e8a6042 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36568dc View commit details
    Browse the repository at this point in the history