Coder Social home page Coder Social logo

stevenmassaro / music-client Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 3.9 MB

Web-based music client

Home Page: https://hub.docker.com/r/stevenmassaro/music-client

Dockerfile 0.13% Java 22.45% HTML 1.42% CSS 2.86% JavaScript 12.92% TypeScript 60.22%

music-client's People

Contributors

dependabot[bot] avatar stevenmassaro avatar

Watchers

 avatar

music-client's Issues

track name should show in file upload window when replacing track

Currently the track ID shows up in the file upload window, this isn't super useful to the user, the title, artist, album would be more useful.

Consider adding a tostring method to the Track object and use the same tostring representation that is used on the purge into dropdown

artwork replacement wizard

Go through the songs that have never had their artwork replaced and prompt the user to replace them. It would be nice to do a comparison between the current artwork and the new artwork.

silently load next song in queue

the next song could be loaded in a music player but is hidden by css, and then when the current song ends, the next song immediately begins playing (and is already cached and ready)

metadata service does not gracefully handle songs with no album art

2023-10-25T17:59:40.713Z ERROR 1 --- [nio-8081-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet]    : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0] with root cause

java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
        at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) ~[na:na]
        at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) ~[na:na]
        at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) ~[na:na]
        at java.base/java.util.Objects.checkIndex(Objects.java:361) ~[na:na]
        at java.base/java.util.ArrayList.get(ArrayList.java:427) ~[na:na]
        at music.service.MetadataService.getAlbumArt(MetadataService.kt:116) ~[music-service-1.18.4.jar!/:1.18.4]
        at musicclient.endpoint.TrackEndpoint.getAlbumArt(TrackEndpoint.java:51) ~[classes!/:1.18.4]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.