what are those numbers and icons behind the artist name, in the artist's view? Are those the number of albums for this artist?
I'm missing a "Now Playing" screen mockup. would beinterested, how you see that.
Also where to put the Visualisation overlay, if a song is playing? or should vis just run in fullscreen?
And the most importamt thing.
i myself am still on 4:3, so i would need a 4:3 mockup to get interested in doing this plugin.
I find it interesting that more than once in this thread, MP dev's voice the fact that there won't be any changes done to MP in the near future for the music section. Great, no problem. But it seems that they're trying to shut down discussion on this.
More and more, skin developers get tired of the limits set by the Skin Engine, and implement new ways of doing stuff with plugins. So I can't (and won't quietly try to) understand why such an integral part of the software has to be set in stone, just because the people "responsible" (I'm not saying someone is "guilty" of anything) has perfect music collections without any tracks not in albums, home made compilations, etc.
Something that still manages to amaze me. As you might already understand that the metadata must come from somewhere, either from file names in the possible 3rd party music plugin or from the standard ID3 tags from the files itself, you are ought to provide the data somehow (either using the tagger to insert the tags almost automatically for the most if the time, or manually my windows explorer by renaming the files). I cant simply see no other reason that stupidity (sorry, I really don't see any other valid reason) to take the route that takes more effort and is not as robust as the other one.
But human nature is something I have always thought is a little bit strange
...and what comes into those tracks not in albums leave the album as blank or set "unknown". And to home made collection(s) you can use playlists (yes, that what playlists are invented for). Even the playlists are universal (many applications support the same formats).
What comes to the 3rd party music plugin, I see no reason why someone shoudn't implement such. There are lot of missing features in the included one.
Just I would like to propose that no one is trying to reinvent the wheel and start to use something as stupid as file names as the source for metadata for music files when there is a good, more robust & standard way to handle it.
Just think following use cases (top of my head)
- AC/DC <-- / is not a valid file name char
- 01. Metallica - ...And Justice for All - The Frayed Ends of Sanity <-- what is the band, album and track? The order can be quite different when you download the file from a different source so it is impossible to detect it automatically (and you will have to rename all the files to match the specific notation, which would require much less work when done with tagger as it would just use the song order in that case to be able to detect the whole CD content of the internet)
- Apulanta - 07 - Aivan kuin kaikki muutkin - 007 <-- is 007 track name or the 07?
- Therapy? - Pleasure Death <-- again ? is not a valid char in filenames
- : is quite common char used in sing titles, and it is not allowed in filenames
So, using filenames as the metadata source places some restrictions (that artists doesn't have when naming their art) and also it requires actually more work to rename the files as it is impossible to write heuristic code that would be fool proof when it comes to detecting the metadata from the filenames.