Replies: 19 comments 1 reply
-
it is also a bad idea to directly manage files in the file system. it seems to me that there are more specialized elements for this. |
Beta Was this translation helpful? Give feedback.
-
I have been trying to work with the code recently and tbh I tend to agree with you. However, we would first have to find a suitable replacement (which may well require restyling). |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I do not know how to do this, but it would be logical to freeze the current version of the player and stop its development, and slowly start making a new one that would take into account the errors of its parent. otherwise we just go around in circles |
Beta Was this translation helpful? Give feedback.
-
Honestly my inclination is to create a simple Audio player app that can handle playing a file on demand (i.e. so if someone downloads a song or recording or something, we can preview it), but to not try to handle all of the library stuff. A lot of folks are moving away from local music collections, and those who like local collections may have an existing music player of choice that they can grab from AppCenter or Flathub. At the same time, I don't want to unnecessarily kill off something that people use, especially if there are people willing to maintain it. The problem is that nobody has been willing and able to maintain Music long-term. |
Beta Was this translation helpful? Give feedback.
-
I don't agree that the demand for such functionality is reduced. Even if you look at this player. A lot of people write about problems with it. So they're using it. |
Beta Was this translation helpful? Give feedback.
-
It would be better to have a rock-solid, well-written and documented audio player for a native app even if it did not have all the bells and whistles at first. Not sure what a minimum viable specification would be or whether it is worth starting from scratch - there are at least a couple of music players written in Vala that might serve as a basis if the basic structure of the code is good. |
Beta Was this translation helpful? Give feedback.
-
@Dirli So, looks like Music2 is based on the elementary Music app? |
Beta Was this translation helpful? Give feedback.
-
Another alternative to consider if we do want to keep the library functionality is to use GNOME Tracker to index and keep a database of the music library. This is what GNOME Music and Photos (for photos) do but I don’t know how well they handle large collections. |
Beta Was this translation helpful? Give feedback.
-
@jeremypw No, it is not correct to say that it is based. This is a rewritten player. I kept the appearance, and the General idea. But I tried to get rid of what I thought was spoiling it. |
Beta Was this translation helpful? Give feedback.
-
@Dirli OK, that's good. |
Beta Was this translation helpful? Give feedback.
-
@davidmhewitt correct me if I'm wrong. The Tracker indexes all files on hard drives and the player then selects music files from there? If this is the case, then the solution is on an amateur. Maybe there's some music I don't want to see yet. But what about the tags? Re-scan them every time on the fly? But it is quite expensive. And playlists? |
Beta Was this translation helpful? Give feedback.
-
I think the drawback of Tracker is I'm not sure if it can really distinguish between audio files and music, so you probably could end up with a lot of junk especially if your work involves audio files My inclination is that a rewrite would probably only be worth it if it was built around streaming services. I'm not sure how many people really curate local audio collections anymore. It seems like this functionality would be secondary and more niche. But I guess this depends on the availability of some API. I think this is why some of us have considered a much more minimal audio previewer and maybe no music app by default |
Beta Was this translation helpful? Give feedback.
-
afaik, Dezzer, Spotify and Apple Music offers a JavaScript SDK, I don't know about YT Music |
Beta Was this translation helpful? Give feedback.
-
Thank you, I heard the opinion of the main project participants |
Beta Was this translation helpful? Give feedback.
-
It is problematic to infer how other people use elementary from the one's own usage or that of one's own generation or region. |
Beta Was this translation helpful? Give feedback.
-
I agree, which is why I raised this topic. Judging by the number of issue, I'm not the only one who would like to see the Music working. but I don't want to argue with the people who determine the main vector of project development. |
Beta Was this translation helpful? Give feedback.
-
I just would like to indicate that even in streaming era not everyone uses these services, there is at least one reason: not everything is present there and for many the preferable way is to listen full albums from their hard disk. Anyway a player with simple UI (like foobar, for instance) is a need. |
Beta Was this translation helpful? Give feedback.
-
What about a rewrite with the app as an mpd client? |
Beta Was this translation helpful? Give feedback.
-
I don't fully understand why you don't want to send this player to history.
chronic errors:
I tried to figure out what was wrong with it, but for a month I couldn't figure out how to fix the errors, I just got more confused, judging by the fact that many errors (including critical ones) are not fixed for years, I'm not the only one. Obviously, the easiest way is to rewrite it
After a bit of research on this topic, here's what would make sense:
unfortunately, it seems to me that it can no longer be fixed, and if it's possible to eventually fix the problem, it will take no less time than rewriting it. Moreover, users actually presented you with a roadmap (pointing out bugs)
PS But the idea and its appearance would very much like to keep, because they are really good)
Beta Was this translation helpful? Give feedback.
All reactions