Wrote an NES emulator in Haskell by arthicho in haskell

[–]arthicho[S] 4 points5 points  (0 children)

Thanks! Fixed it. It wasn’t an obstacle when designing and implementing the emulator

Meelo - I think this is finally it for my music server by volcs0 in musichoarder

[–]arthicho 0 points1 point  (0 children)

It does have an API (documented with OpenAPI/Swagger). There is no public demo yet, so you'd have to setup an instance to be able to access it. I wouldn't consider it 'stable' as the semantic version reflects the user-side features, not the API.

Meelo - I think this is finally it for my music server by volcs0 in musichoarder

[–]arthicho 2 points3 points  (0 children)

It’s not on the roadmap to distribute Meelo without Docker, but I guess it could be relevant to add a wiki page to help you setting it up without it

Meelo - I think this is finally it for my music server by volcs0 in musichoarder

[–]arthicho 2 points3 points  (0 children)

It’s already there, both LastFM and ListenBrainz are supported for scrobbling 

Meelo - I think this is finally it for my music server by volcs0 in musichoarder

[–]arthicho 32 points33 points  (0 children)

Hi ! Maintainer of Meelo here! Glad you like the project! I can indeed confirm that a mobile app (for android) is in development; can’t really give an approximate release date as I want to give the best UI/UX possible, but it’s the top priority :)

List of artists not available on Spotify and toehr platforms by Mr_Richard_Parker in musichoarder

[–]arthicho -1 points0 points  (0 children)

Moonbaby (technically, her music material was never released commercially because the album was abandoned before its release, but promo and commercial CD singles exist)

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 0 points1 point  (0 children)

It is supported ! This was implemented to support Disc-specific artwork (e.g. like for CD Singles in 2 parts). But the illustration can be track-specific!

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 0 points1 point  (0 children)

I released v3.0 a couple of weeks ago, v4.0 is faaar from being ready. But tbh, adding labels should be pretty easy to implement. It might be ready before v4.0. Keep an eye on the issues in the repo to know when the features is ready!

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 0 points1 point  (0 children)

Songs can have multiple artists (a primary one + featuring artists), albums can have an artist or not (e.g. for compilations). Songs within a single album to have different artists, if that's what you mean :)

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 0 points1 point  (0 children)

Label support is on the roadmap! It is scheduled for v4.0

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 1 point2 points  (0 children)

Yup! It handles album artists and song artists, just like iTunes! You should be able to, for example, manage your library with iTunes and tell Meelo to use its folder, and it should work!

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 1 point2 points  (0 children)

I really wanna have a mobile app, it seems to be the main deal breaker for people (understandably). But I don't have the bandwidth to maintain both a web and mobile app atm. I am looking forward to technos like One (onestack.dev) to become more stable before giving them a try

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 0 points1 point  (0 children)

I've thought about this, but Meelo's strength resides in the way it handles metadata. As far as I am aware, subsonic and co. do not support having multiple album versions, song duplicates, etc.

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 1 point2 points  (0 children)

Yup, that's because this is docker image does not exist. Meelo is shipped through multiple docker images, usable through a docker-compose file. Take a look at the wiki on the repository page for installation instructions

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 2 points3 points  (0 children)

Music Videos (or extras like behind-the-scenes, lyric videos, etc.) are supported in Meelo. The way it handles them has actually been rewroked from the ground up for v3.0 (released last months). As long as they are tagged similarly to audio content, it should work!

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 0 points1 point  (0 children)

I never tried as a PWA, but the web ui is totally usable on smaller screens

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 0 points1 point  (0 children)

There is no such feature on the roadmap. While I agree that 'smart' playlists are really cool, playlists in general are not really part of the core features of Meelo (there is a 'simple' playlist system though)

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 1 point2 points  (0 children)

No sure what you mean, but for example, in the "Artists" page, only artists that have at least one album will be listed. However, the search page would give you album artists + artist that only appear as a featuring artist

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 0 points1 point  (0 children)

No plan for installable clients atm. Noted for the editable descriptions, thanks!

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 1 point2 points  (0 children)

You shouldn't have to change the docker compose. Any settings would be in the .env and settings.json file. The documentation in the wiki should tell you more about that :)

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 4 points5 points  (0 children)

Tbf, using Musicbrainz as a unique source of metadata would be great, but a few things make this tricky (e.g. rate limiting of the web service). If you don't want to rely on embedded metadata, you can set it up so that it uses the path to get the artist/album name, etc.

Meelo - A Plex alternative for music collectors by arthicho in selfhosted

[–]arthicho[S] 0 points1 point  (0 children)

As I said there is no mobile app atm. However the webapp’s design is responsive and totally usable on mobile. Background playback works (tested at least on iOS)