Well, I have to say that Harmonoid is the best one I’ve found, it has a ton of cool features, it works and it allows you to be able to see your collection by album and it doesn’t use Electron. Right now its development has stalled a bit but it’s still pretty much in good shape, though.

  • Hot Saucerman
    link
    fedilink
    English
    52 years ago

    I’ve been using PlexAmp for a long time, but I’ve had a lifetime subscription to Plex for several years now. They have versions for Linux and a headless version you can run on a Raspberry Pi (this one still requires PlexPass).

  • @Pantherina@feddit.de
    link
    fedilink
    42 years ago

    Haha currently I use VLC beta from the Ubuntu PPA, ran through Distrobox as I am on Fedora and they dont seem to damn care about RPMs. Also no beta Flatpak, even though this beta is sooo good, new UI and flac fixes.

  • @eeleech@lemm.ee
    link
    fedilink
    32 years ago

    I find it interesting how large the difference between tastes regarding music players is. After the development of Cantata ceased, I was unable to find any mpd client that I liked and decided to write my own instead (if anyone is interested, the code is available at https://github.com/dokutan/cmpdc)

  • megane-kun
    link
    fedilink
    English
    2
    edit-2
    2 years ago

    Looks great, and it works great on my desktop. I also quite like its simplicity.

    However, after playing around with it for a bit, I noticed one glaring flaw. It stores its playlists in one (potentially) huge playlists.json file. It’s great if you’re manually creating playlists from scratch. However, I’ve had several playlists that I’ve compiled from my time in iTunes, and then Media‌Monkey, all of which are now in an m3u format. I can play them in Harmonoid just fine, though it only shows song info for the first song in the playlist, even though it does play the rest of the songs just fine.

    Meanwhile, since Harmonoid also has a mobile version, I also played around with it. My playlists worked better over there as it shows the track information for all tracks, not just the first one. I haven’t dug up the files to see how they’re being stored, though.

    I guess a feature like “playlist import/export” can be requested. Personally though, looking at the JSON data within the playlist.json file, however, IDK:

    spoiler
    {
        "playlists": [
            {
                "name": "History",
                "id": -2,
                "tracks": [
                    {
                        "uri": "file:///home/user/Music/ArtistName/AlbumName/TrackNumberAndTrackName.mp3",
                        "trackName": "TrackName",
                        "albumName": "AlbumName",
                        "trackNumber": 1,
                        "discNumber": 1,
                        "albumLength": 1,
                        "albumArtistName": "AlbumArtistName",
                        "trackArtistNames": [
                            "TrackArtistNames"
                        ],
                        "genres": [
                            "Genre"
                        ],
                        "timeAdded": 1554270035,
                        "duration": 0,
                        "bitrate": 0
                    },
                    // More tracks…
                ]
            },
            {
                "name": "Liked Songs",
                "id": -1,
                "tracks": []
            }
        ]
    }
    
  • meseek #2982
    link
    fedilink
    22 years ago

    Really pretty! Honestly such good Ux. Love the player at the bottom.

  • @Knecht@feddit.de
    link
    fedilink
    12 years ago

    Been looking for an alternative for iTunes for ages. iTunes runs like hot garbage on my PC, but for me it just seemed like there just wasn’t anything like it for offline music playback an d management. This looks very promising, I’ll definitely check it out. Thanks!

  • kitonthenet
    link
    fedilink
    12 years ago

    thanks op, I’ve been meaning to rip my digital music collection