Good ideas are always welcome
> image.jpg could be better of with a regular expression searching for
> *front*.jpg for the front image.
This is a good one.
> Link to Wiki for the album/artist like allmusic.
Can you explain this a little bit more?
> Try to write code for downloading the whole album (I know you've tried it!!)
Maybe you can make use of the free 7-Zip command line version.
http://www.7-zip.org/download.html
> direct link to browse all the albums in the menu bar
This is already possible in two clicks
- Click on * in the menu bar.
- Then click on the right square next to Artist.
Or add this to the menu bar:
browse.php?command=view2&artist=all&filter=all&order=artist
> Better support for double abums (like having folders with cd1 and cd2 in an album folder)
I have made a mechanism with track numbering, like this:
CD1:
101 - .....
102 - .....
103 - .....
CD2:
201 - .....
202 - .....
203 - .....
But an additional directory cd1 and cd2 is a good idea.
> don't know if everyone will like these but when I finished programming it I'll let you know.
I would be very interested in the results.
If you have one or two weeks than I have finished netjukebox 3.76 and can start from there.
Willem