Hello ciriciao. Are yours , these pictures and musics ?

I like them
For solve this problem you can use SongLists in mmb .
Indeed we put our musics in mmb SongList and it can automatically or manually go to next (and prev) music in list.
So we can do these :
1 - we always must know last used album and selected album for update our SongList on changes
2 - but we can't change SongList when user click on album , because maybe a music is playing from previous album and must not stop it!
- so we just update list when user click on one of the musics of the album ( no album itself )l
3 - So we save list of tracks in an array and when user click on one of the tracks on the selected album ,change the SongList list
4 - For play/pause , we can use of a variable : TRUE = playing , FALSE = paused
* It will have a bug when album was completed but our state is TRUE still
- No matter , we use of CBK_MP3EOF script on the page that work when a music end
now in this script we write a simple code that if current music is the last one then repeat the album and otherwise go to next as usuall
Check these for see changes :
StartPage Code , dborganizer , filecheker , item_script , CBK_MP3EOF* , play_btn , next_btn , prev_btn
I spanned changes with this
************ SSSSSSSSSSSSSSSSSSSSSSSSSS *************
I hope this can help you. and Sorry for my poor english.