Aquileo | Activity for Music Library & Playerhttps://sourceforge.net/p/musiclibraryplayer/activity/Recent activity for Music Library & PlayerenSun, 10 May 2026 13:42:02 -0000Aquileo | Music Library & Player released /MusicLibraryPlayerV3.0.1.ziphttps://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV3.0.1.zip/downloadMusic Library & PlayerSun, 10 May 2026 13:42:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV3.0.1.zip/downloadAquileo | Music Library & Player updated /README.mdhttps://sourceforge.net/projects/musiclibraryplayer/files/README.md/downloadMusic Library & PlayerSun, 10 May 2026 13:42:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/README.md/downloadAquileo | Music Library & Player released /README.mdhttps://sourceforge.net/projects/musiclibraryplayer/files/README.md/downloadMusic Library & PlayerMon, 28 Apr 2025 23:47:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/README.md/downloadAquileo | Music Library & Player released /MusicLibraryPlayerV3.0.0.ziphttps://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV3.0.0.zip/downloadMusic Library & PlayerMon, 28 Apr 2025 23:47:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV3.0.0.zip/downloadAquileo | TechErudio modified a comment on ticket #19https://sourceforge.net/p/musiclibraryplayer/tickets/19/?limit=25#6593I actually considered making a similar change. I wanted to move the list to a div on the left side of the screen using css flexbox and use another div on the right to display the player. Using jQuery, I would then load the player into the div on the right anytime an album folder is clicked from the list on the left (without reloading the whole page). I also wanted to add playlists and make it so individual songs could be added and removed from the playlists. I just haven't gotten around to doing...TechErudioSun, 02 Feb 2025 01:48:02 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/19/?limit=25#6593Aquileo | TechErudio posted a comment on ticket #19https://sourceforge.net/p/musiclibraryplayer/tickets/19/?limit=25#6593I actually considered making a similar change. I wanted to move the list to the left side of the screen using css flexbox and use another div on the right to display the player. Using jQuery, I would then load the player into the div on the right anytime an album folder is clicked from the list on the left. I also wanted to add playlists and make it so individual songs could be added and removed from the playlists. I just haven't gotten around to doing all that yet, haha.TechErudioSun, 02 Feb 2025 01:46:57 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/19/?limit=25#6593Aquileo | Rik Sprint posted a comment on ticket #19https://sourceforge.net/p/musiclibraryplayer/tickets/19/?limit=25#5cfei have a player that builds a playlists in a column that allows it to play and browse other folders for music ill continue to try and see if i get the two builds to work as one thanks for the pointersRik SprintSat, 03 Feb 2024 23:41:42 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/19/?limit=25#5cfeAquileo | James Moats posted a comment on ticket #19https://sourceforge.net/p/musiclibraryplayer/tickets/19/?limit=25#4b66The sorting is done via natcasesort PHP function: https://www.php.net/manual/en/function.natcasesort.php I had previously made the player fixed to the top of the page via CSS and that is included in the new 2.0.6 release, but allowing it to keep playing while navigating other directories would be a pretty big redesign that I can't take on right now. Thinking briefly about it, the player and its scripts and styles would need to be separated into a different PHP file and loaded in an iframe. All of...James MoatsSun, 21 Jan 2024 15:57:20 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/19/?limit=25#4b66Aquileo | James Moats posted a comment on discussion General Discussionhttps://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/a22f704ac9/?limit=25#c089I have had some other minor changes in progress in my local copy for years and took this as an opportunity to wrap them up in a new release. I have incorporated a case insensitive image file search. Someone else had asked for PNGs to be supported as well. It now checks for folder.jpg, cover.jpg, [track name].jpg, then those files again as PNGs, then if still not found, does a loop through looking for them again as case insensitive. I don't normally have the album art option enabled, because I usually...James MoatsSun, 21 Jan 2024 15:47:25 -0000https://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/a22f704ac9/?limit=25#c089Aquileo | Music Library & Player updated /README.txthttps://sourceforge.net/projects/musiclibraryplayer/files/README.txt/downloadMusic Library & PlayerSun, 21 Jan 2024 15:36:03 -0000https://sourceforge.net/projects/musiclibraryplayer/files/README.txt/downloadAquileo | Music Library & Player released /MusicLibraryPlayerV2.0.6.ziphttps://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.6.zip/downloadMusic Library & PlayerSun, 21 Jan 2024 15:35:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.6.zip/downloadAquileo | Music Library & Player updated /README.txthttps://sourceforge.net/projects/musiclibraryplayer/files/README.txt/downloadMusic Library & PlayerSun, 21 Jan 2024 15:35:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/README.txt/downloadAquileo | Rik Sprint posted a comment on discussion General Discussionhttps://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/a22f704ac9/?limit=25#65cdmost likely cause is your running the script on a unix server rather than windows. which means you may need to change a couple of lines functions.php (2 hits) Line 1152: elseif ( file_exists($path.'folder.jpg') ) Line 1154: $linkPath = rawurlencode($path.'folder.jpg'); change to functions.php (2 hits) Line 1152: elseif ( file_exists($path.'Folder.jpg') ) Line 1154: $linkPath = rawurlencode($path.'Folder.jpg'); capital "F" in folder is important on unix systemsRik SprintSun, 21 Jan 2024 08:52:28 -0000https://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/a22f704ac9/?limit=25#65cdAquileo | Rik Sprint created ticket #19https://sourceforge.net/p/musiclibraryplayer/tickets/19/Creating a dynamic playlistRik SprintSun, 21 Jan 2024 02:22:55 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/19/Aquileo | Andrew posted a comment on discussion General Discussionhttps://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/9217f3b7e9/?limit=25#00f61. I uploaded the files. After running install.php I got an error Parse error : syntax error, unexpected identifier "version" in icons.svg on line 1 2. in the file "config.php" I add "$root = 'test82a2';" 3. after // this line I have only like att. image. Folder "test82a2" is your script folder. the script is dead, only the left menu works brgs, AndrewAndrewWed, 13 Dec 2023 15:02:10 -0000https://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/9217f3b7e9/?limit=25#00f6Aquileo | Music Library & Player updated /README.txthttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/README.txt/downloadMusic Library & PlayerSat, 12 Dec 2020 18:08:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/README.txt/downloadAquileo | Music Library & Player updated /MusicLibraryPlayerV2.0.5.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.5.zip/downloadMusic Library & PlayerSat, 12 Dec 2020 18:08:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.5.zip/downloadAquileo | Music Library & Player updated /README.txthttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/README.txt/downloadMusic Library & PlayerSat, 12 Dec 2020 17:57:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/README.txt/downloadAquileo | Music Library & Player released /MusicLibraryPlayerV2.0.5.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.5.zip/downloadMusic Library & PlayerSat, 12 Dec 2020 17:57:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.5.zip/downloadAquileo | James Moats modified ticket #18https://sourceforge.net/p/musiclibraryplayer/tickets/18/Too many sub-folders breaks randomizeJames MoatsThu, 03 Dec 2020 15:23:18 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/18/Aquileo | Music Library & Player updated /MusicLibraryPlayerV2.0.4.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.4.zip/downloadMusic Library & PlayerTue, 18 Aug 2020 12:44:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.4.zip/downloadAquileo | James Moats posted a comment on ticket #18https://sourceforge.net/p/musiclibraryplayer/tickets/18/?limit=25#f085/02c1/44a4Too easy! New release 2.0.4 has it.James MoatsTue, 18 Aug 2020 12:06:33 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/18/?limit=25#f085/02c1/44a4Aquileo | Music Library & Player updated /README.txthttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/README.txt/downloadMusic Library & PlayerTue, 18 Aug 2020 12:05:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/README.txt/downloadAquileo | Music Library & Player released /MusicLibraryPlayerV2.0.4.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.4.zip/downloadMusic Library & PlayerTue, 18 Aug 2020 12:05:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.4.zip/downloadAquileo | jim posted a comment on ticket #18https://sourceforge.net/p/musiclibraryplayer/tickets/18/?limit=25#f085/02c1Sorry if I am being too bold, but please consider adding m4a files to version 2.0 I added it to the two locations in functions.php and one location in file.php Tested working on my system for IE, Firefox, and Chrome in windows. And Chrome in Android. For the case in file.php Content-Type: audio/mp4 On Mon, Aug 17, 2020 at 7:39 PM James Moats thejamesmachine@users.sourceforge.net wrote: No problem, I'm glad that fixed it. I'm working on a quick and dirty update to make the deep parsing optional. Doesn't...jimTue, 18 Aug 2020 05:31:19 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/18/?limit=25#f085/02c1Aquileo | Music Library & Player released /MusicLibraryPlayerV2.0.3.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.3.zip/downloadMusic Library & PlayerTue, 18 Aug 2020 00:23:04 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.3.zip/downloadAquileo | Music Library & Player updated /README.txthttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/README.txt/downloadMusic Library & PlayerTue, 18 Aug 2020 00:23:04 -0000https://sourceforge.net/projects/musiclibraryplayer/files/README.txt/downloadAquileo | James Moats modified a comment on ticket #18https://sourceforge.net/p/musiclibraryplayer/tickets/18/?limit=25#50bbIn my quick testing here, the first time I tried to do a random playlist on the parent music folder, the process eventually gave up, after processing a long time. PHP is configured to not show errors/warnings by default. Checking the error.log file showed "PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/mlp/functions.php on line 162". When I refreshed the page, it worked immediately. To be fair, I don't have anywhere near 500 folders. Take a look in the PHP error log...James MoatsMon, 17 Aug 2020 23:41:18 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/18/?limit=25#50bbAquileo | James Moats posted a comment on ticket #18https://sourceforge.net/p/musiclibraryplayer/tickets/18/?limit=25#f085No problem, I'm glad that fixed it. I'm working on a quick and dirty update to make the deep parsing optional. Doesn't really affect random playlists, since those naturally do the same kind of thing, but everything else speeds up quite a bit.James MoatsMon, 17 Aug 2020 23:39:48 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/18/?limit=25#f085Aquileo | jim posted a comment on ticket #18https://sourceforge.net/p/musiclibraryplayer/tickets/18/?limit=25#2b50I doubled the PHP timeout and it loaded all of the songs. Sorry for bothering you over a php configuration issue.jimMon, 17 Aug 2020 23:01:33 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/18/?limit=25#2b50Aquileo | James Moats posted a comment on ticket #18https://sourceforge.net/p/musiclibraryplayer/tickets/18/?limit=25#50bbIn my quick testing here, the first time I tried to do a random playlist on the parent music folder, the process eventually gave up, after processing a long time. PHP is configured to not show errors/warnings by default. Checking the error.log file showed "PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/mlp/functions.php on line 162". When I refreshed the page, it worked immediately (all the files/folders are supposed to be cached in $SESSION variables so it doesn't...James MoatsMon, 17 Aug 2020 13:25:01 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/18/?limit=25#50bbAquileo | James Moats posted a comment on ticket #18https://sourceforge.net/p/musiclibraryplayer/tickets/18/?limit=25#53c5Interesting. I will check it out. Thanks!James MoatsMon, 17 Aug 2020 12:48:48 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/18/?limit=25#53c5Aquileo | jim created ticket #18https://sourceforge.net/p/musiclibraryplayer/tickets/18/Too many sub-folders breaks randomizejimMon, 17 Aug 2020 07:07:58 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/18/Aquileo | James Moats posted a comment on discussion General Discussionhttps://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/c9f8c28c06/?limit=25#2346New release 2.0.2 fixes this issue. It doesn't allow access below the specified root directory and also doesn't show directories that don't eventually lead to playable tracks. Thanks for reporting this!James MoatsMon, 18 May 2020 03:07:23 -0000https://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/c9f8c28c06/?limit=25#2346Aquileo | James Moats modified ticket #17https://sourceforge.net/p/musiclibraryplayer/tickets/17/Don't show directories that don't contain playable filesJames MoatsMon, 18 May 2020 03:05:56 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/17/Aquileo | James Moats posted a comment on ticket #17https://sourceforge.net/p/musiclibraryplayer/tickets/17/?limit=25#8329Fixed in 2.0.2 - Doesn't allow access below the music root and doesn't show directories that don't eventually lead to playable tracks.James MoatsMon, 18 May 2020 03:05:56 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/17/?limit=25#8329Aquileo | Music Library & Player updated /README.txthttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/README.txt/downloadMusic Library & PlayerMon, 18 May 2020 03:01:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/README.txt/downloadAquileo | Music Library & Player released /MusicLibraryPlayerV2.0.2.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.2.zip/downloadMusic Library & PlayerMon, 18 May 2020 03:01:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.2.zip/downloadAquileo | James Moats posted a comment on discussion General Discussionhttps://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/c9f8c28c06/?limit=25#29a4I see what you're saying now. Previously, it would only show directories that contained playable music files. It looks like that was inadvertently changed in the 2.0 redesign. I have written up a ticket, because the way it is currently working is not ideal. Thanks for taking the time to clarify.James MoatsMon, 27 Apr 2020 15:09:54 -0000https://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/c9f8c28c06/?limit=25#29a4Aquileo | James Moats created ticket #17https://sourceforge.net/p/musiclibraryplayer/tickets/17/Don't show directories that don't contain playable filesJames MoatsMon, 27 Apr 2020 15:08:37 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/17/Aquileo | Uwe Scholz posted a comment on discussion General Discussionhttps://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/c9f8c28c06/?limit=25#f218Thank you for you reply. And thanks for MLP. I love straightforward look, and implementation. The password protection advise is indeed wise, and appearently I just overlooked/ignored it. Still, many might remain unanware that it is possible to look into any folder inside the webroot using ?dir=../../../ parameters.Uwe ScholzSun, 26 Apr 2020 04:21:04 -0000https://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/c9f8c28c06/?limit=25#f218Aquileo | James Moats posted a comment on discussion General Discussionhttps://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/c9f8c28c06/?limit=25#c968I apologize about the delay, I didn't see notification of your post. From the ReadMe.txt: "It is advised that you password protect the Music Library & Player directory using htaccess or other method to restrict public access. " Aside from that, it is advised to add a Robots.txt file to your website root directory, denying access to any directories that you don't want indexed by search engines. That really isn't related to this script, it's general "having a website" type info. https://support.go...James MoatsSun, 26 Apr 2020 02:28:36 -0000https://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/c9f8c28c06/?limit=25#c968Aquileo | Uwe Scholz posted a comment on discussion General Discussionhttps://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/c9f8c28c06/?limit=25#513fWhen using MLP on a public webserver, it is easy to crawl folders in the webroot, including folders which were never intended to be visible to the public. For this, anyone can call setup.php, or use the “dir“ URI string parameter. Perhaps not everybody feels comfortable with that. Many are probably not aware of this. Some measures against it could be: - Password protect the folder where index.php resides - Delete setup.php from webserver, after configuration is done - Remove setup menu code from...Uwe ScholzMon, 23 Mar 2020 13:49:24 -0000https://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/c9f8c28c06/?limit=25#513fAquileo | James Moats modified ticket #16https://sourceforge.net/p/musiclibraryplayer/tickets/16/commentJames MoatsThu, 05 Mar 2020 01:11:27 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/16/Aquileo | James Moats posted a comment on ticket #16https://sourceforge.net/p/musiclibraryplayer/tickets/16/?limit=25#5031Each version is documented in the read me txt: Release History * 2.0.1 - 9/24/2019 - trackmode=track won't play without autoplay=true - Missing favicon (404) - Javascript errors in Chrome (index.php > menuClose & liClick ) 2.0.0 - 6/30/2019 - Complete redesign - Removed jwplayer - Removed bootstrap - Removed jquery - Added html5media script for browser compatibility - Reduced number of config options - Added Light and Dark themes - Easily install upgrades non-destructively - Added menu button to...James MoatsThu, 05 Mar 2020 01:08:53 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/16/?limit=25#5031Aquileo | Frank Fileccia posted a comment on ticket #16https://sourceforge.net/p/musiclibraryplayer/tickets/16/?limit=25#dd06OK. I thought you might be able to extract it and publish it without using a database BTW, what's the difference between 1.16 and 2.01? There's no changelogFrank FilecciaSun, 26 Jan 2020 16:36:49 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/16/?limit=25#dd06Aquileo | James Moats posted a comment on ticket #16https://sourceforge.net/p/musiclibraryplayer/tickets/16/?limit=25#9658I'm pretty sure this would require the third party library we talked about previously. It would have to read the ID3 tag from the file and that is overhead I wasn't intending to add to this. I'm sure it is possible to do, but it won't likely be me doing any work on this project any time soon. I have been intending to move it to github to encourage more public participation in its development and support.James MoatsWed, 22 Jan 2020 20:16:37 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/16/?limit=25#9658Aquileo | Frank Fileccia created ticket #16https://sourceforge.net/p/musiclibraryplayer/tickets/16/commentFrank FilecciaMon, 20 Jan 2020 21:41:37 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/16/Aquileo | Frank Fileccia posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#c40dMe again :-) Would it be possible to extract the "comments" in a mp3 file and display them? Artist - song name (in bold) Comment (not bold)Frank FilecciaMon, 20 Jan 2020 21:40:24 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#c40dAquileo | Music Library & Player released /MusicLibraryPlayerV2.0.1.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.1.zip/downloadMusic Library & PlayerTue, 24 Sep 2019 12:01:03 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.1.zip/downloadAquileo | Music Library & Player released /MusicLibraryPlayerV2.0.0.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.0.zip/downloadMusic Library & PlayerSun, 30 Jun 2019 13:49:55 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV2.0.0.zip/downloadAquileo | James Moats modified ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/Album artJames MoatsMon, 06 May 2019 21:28:08 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/Aquileo | Frank Fileccia posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#5e43No need to apologise That seems to have fixed the random play problem. THe file names appearFrank FilecciaThu, 18 Apr 2019 08:41:13 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#5e43Aquileo | James Moats posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#39a0/15e8There's a new 1.1.6 zip file uploaded. Only functions.php changed this time. I diff checked it to make sure I didn't miss anything else.James MoatsThu, 18 Apr 2019 01:09:34 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#39a0/15e8Aquileo | James Moats posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#39a0/9045You're right. So sorry, my source files got mixed up and I was editing on the last version. I'm working on replacing this release with a mashup of the two. Sorry for the trouble.James MoatsThu, 18 Apr 2019 00:54:35 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#39a0/9045Aquileo | Frank Fileccia posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#39a0I downloaded the new release and uploaded functions.php and readme.txt. Now the album art for the playing track doesn't appear anymoreFrank FilecciaWed, 17 Apr 2019 11:50:17 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#39a0Aquileo | James Moats posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#90bfNew release 1.1.6. Again, only functions.php and readme.txt were changed.James MoatsWed, 17 Apr 2019 11:38:16 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#90bfAquileo | Music Library & Player released /MusicLibraryPlayerV1.1.6.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.6.zip/downloadMusic Library & PlayerWed, 17 Apr 2019 11:37:03 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.6.zip/downloadAquileo | James Moats posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#0f2e/4a7eI can't recreate this and don't see any reason for it in the code, but I can see it happen in your site. I have made some changes in that code to fix another bug I saw, so we'll see if it fixes this as well.James MoatsWed, 17 Apr 2019 11:35:49 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#0f2e/4a7eAquileo | James Moats posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#3cbd/62deTo add that link, it would require modifying the getBreadcrumbs() function, which would be fairly easy to do, but would then mean future updates would overwrite that change.James MoatsWed, 17 Apr 2019 11:15:40 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#3cbd/62deAquileo | James Moats modified a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#cebe/b4d1Add that code in index.php after line 101: <div class="row top-row"> <div align="center"><img src="top.jpg" width="100%"></div><br> <div align="center"><font size="+3"><b>Українська Топ-Рок</b></font></div> <br> <div class="col-md-8 col-md-offset-2">James MoatsWed, 17 Apr 2019 11:10:22 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#cebe/b4d1Aquileo | James Moats posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#cebe/b4d1Add that code in index.php after line 101: <div class="row top-row"> ** <div align="center"><img src="top.jpg" width="100%"></div><br> <div align="center"><font size="+3"><b>Українська Топ-Рок</b></font></div>** <br> <div class="col-md-8 col-md-offset-2">James MoatsWed, 17 Apr 2019 11:09:49 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#cebe/b4d1Aquileo | James Moats posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#e90f/da56I noted that in the message of the initial release, it's just how JWPlayer works. I haven't been able to find a solution as of yet.James MoatsWed, 17 Apr 2019 11:06:23 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#e90f/da56Aquileo | Frank Fileccia posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#3cbdI also wanted to add a link back to the main page in the playbar " / music " <a href="http://rfu.in.ua">Home</a> so it would be "Home / music" But I can't seem to figure out where it should go. If you haven't figured it out by now, I'm not a programmer :(Frank FilecciaTue, 16 Apr 2019 18:51:30 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#3cbdAquileo | Frank Fileccia posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#cebeAlso, I want to add a banner image and a title. I added <div align="center"><img src="top.jpg" width="100%"></div><br> <div align="center"><font size="+2"><b>ukraine top rock</b></font></div> Right after the < BODY > tag in index.php , and it looks good. But when you start playing a song the player is on top, most of the banner disappears (maybe the bottom 25% shows if you scroll up), And there is a very big gap between the text and the playlist. How can I fix this so that the banner and title stay...Frank FilecciaTue, 16 Apr 2019 15:39:09 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#cebeAquileo | Frank Fileccia posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#0f2eI found another bug. If you click on Random playlist, the list shows the album art, but not the file name (artist & song title) in the randomized listFrank FilecciaTue, 16 Apr 2019 14:51:55 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#0f2eAquileo | Frank Fileccia posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#e90fThe album art is showing on the top of the page now, but the player is overlapping the bottom 3rd of the imageFrank FilecciaTue, 16 Apr 2019 12:12:21 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#e90fAquileo | James Moats posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#89cbNew release Version 1.1.5 (I know, my version numbering scheme is not correct). The 250x250 album art was properly showing in all play modes except single track. That is now fixed. I also removed file extentions from the playlist. As for installing as an upgrade and not having to refresh the config/setup, that is a feature for the future. Only functions.php and readme.txt were updated, so you can download and extract only those two files to keep your previous config options.James MoatsTue, 16 Apr 2019 01:56:34 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#89cbAquileo | Music Library & Player released /MusicLibraryPlayerV1.1.5.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.5.zip/downloadMusic Library & PlayerTue, 16 Apr 2019 01:51:01 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.5.zip/downloadAquileo | Frank Fileccia posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#e347And is there a way to remove the file extension .mp3 from the playlist?Frank FilecciaSat, 13 Apr 2019 20:20:42 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#e347Aquileo | Frank Fileccia posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#7e2cok, some problems. It's not showing the album art for the playing track at the top. And I would like to suggest some sort of list refresh without having to go through setup. You can see it at http://rfu.in.ua/top20/Frank FilecciaSat, 13 Apr 2019 20:16:42 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#7e2cAquileo | Frank Fileccia posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#47eeOK, I"ll try it out and let you know how it worksFrank FilecciaSat, 13 Apr 2019 10:59:28 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#47eeAquileo | James Moats posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#e73e/847aA new release 1.1.4 is up now with an album_art config option. As requested, it shows 100px in the playlist and 250px in the player. It looks for a jpg with the same track name, then a folder.jpg, then a cover.jpg, in that order of priority. It is tested with images in both jwplayer 6 and 7. There's still some work to do. I haven't figured out how to change the player height back to 40 if there is no album art to display. I don't like that the player controls show over top of the image, but that's...James MoatsSat, 13 Apr 2019 04:32:47 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#e73e/847aAquileo | Music Library & Player released /MusicLibraryPlayerV1.1.4.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.4.zip/downloadMusic Library & PlayerSat, 13 Apr 2019 04:18:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.4.zip/downloadAquileo | Music Library & Player released /MusicLibraryPlayerV1.1.4.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.4.zip/downloadMusic Library & PlayerSat, 13 Apr 2019 04:15:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.4.zip/downloadAquileo | Frank Fileccia posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#e73eThere is an alternative. I was going to ask someone to make the changes to the code I wanted and what I was thinking was that the album art jpg be the same file name as the mp3 file. So when you create the playlist, the album art with the same file name is displayed beside the player for that song. Much easier I think. And users can decide their own display sizes for the jpgsFrank FilecciaThu, 11 Apr 2019 10:23:17 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#e73eAquileo | James Moats posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#61d3/ebd6So, I started writing this out and it looks like it's not as easy as I thought it was going to be. The PHP ID3 stuff I was seeing referenced online is a PECL package that would have to be installed on the server. So, I will likely just fall back and include the getID3 library (http://getid3.org) which is 4.5 MB of files and super overkill for what is needed here. I have always been aware of this and have worked with it before, but hesitated to use it in this project, because it will just make someone...James MoatsThu, 11 Apr 2019 01:25:19 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#61d3/ebd6Aquileo | Frank Fileccia posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#61d3I think it would be great if it displayed in the track list (100x100) to the left of the play button, and displayed in a larger format top center (maybe 250x250) when it was playing I want to use it to create a top 20 playlist, which would change every week. And the ID3 tages are already in the files with the album artFrank FilecciaTue, 09 Apr 2019 13:18:32 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#61d3Aquileo | James Moats posted a comment on ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#3728Hi Frank, I have researched a little and it seems to be very easy to read the ID3 tags from mp3 files with pure PHP calls. Also, there is a separate open source library I have used in the past, but that shouldn't be necessary. Where would you want the album art shown, just when a track is playing, or as thumbnails in the playlist/list of tracks in a directory? Like a big image in the JWPlayer itself? It would end up being an option in the config to enable or disable. I personally prefer to strip...James MoatsMon, 08 Apr 2019 23:42:02 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/?limit=25#3728Aquileo | Frank Fileccia created ticket #14https://sourceforge.net/p/musiclibraryplayer/tickets/14/Album artFrank FilecciaSat, 06 Apr 2019 09:26:21 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/14/Aquileo | James Moats modified ticket #13https://sourceforge.net/p/musiclibraryplayer/tickets/13/Random playlist problemsJames MoatsSat, 02 Jun 2018 20:10:16 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/13/Aquileo | Music Library & Player released /MusicLibraryPlayerV1.1.3.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.3.zip/downloadMusic Library & PlayerSat, 02 Jun 2018 20:08:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.3.zip/downloadAquileo | James Moats created ticket #13https://sourceforge.net/p/musiclibraryplayer/tickets/13/Random playlist problemsJames MoatsSat, 14 Apr 2018 18:21:14 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/13/Aquileo | Music Library & Player released /MusicLibraryPlayerV1.1.2.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.2.zip/downloadMusic Library & PlayerMon, 22 Jan 2018 01:18:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.2.zip/downloadAquileo | James Moats posted a comment on discussion General Discussionhttps://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/54cabade/?limit=25#f8e6You sent an e-mail through the blind e-mail form here, but set up your profile in...James MoatsSun, 15 Jan 2017 16:40:30 -0000https://sourceforge.net/p/musiclibraryplayer/discussion/general/thread/54cabade/?limit=25#f8e6Aquileo | Music Library & Player released /MusicLibraryPlayerV1.1.1.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.1.zip/downloadMusic Library & PlayerFri, 04 Nov 2016 13:57:03 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.1.zip/downloadAquileo | Music Library & Player released /MusicLibraryPlayerV1.1.0.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.0.zip/downloadMusic Library & PlayerFri, 04 Nov 2016 00:01:03 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.1.0.zip/downloadAquileo | Music Library & Player released /MusicLibraryPlayerV1.0.9.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.0.9.zip/downloadMusic Library & PlayerSat, 22 Oct 2016 16:21:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.0.9.zip/downloadAquileo | Music Library & Player released /MusicLibraryPlayerV1.0.8.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.0.8.zip/downloadMusic Library & PlayerThu, 20 Oct 2016 21:34:04 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.0.8.zip/downloadAquileo | James Moats modified ticket #1https://sourceforge.net/p/musiclibraryplayer/tickets/1/Android Browser and Chrome for Android file streamingJames MoatsSun, 09 Oct 2016 15:59:21 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/1/Aquileo | James Moats posted a comment on ticket #1https://sourceforge.net/p/musiclibraryplayer/tickets/1/?limit=25#cf79Resolved in 1.0.7 releaseJames MoatsSun, 09 Oct 2016 15:59:21 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/1/?limit=25#cf79Aquileo | Music Library & Player released /MusicLibraryPlayerV1.0.7.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.0.7.zip/downloadMusic Library & PlayerSun, 09 Oct 2016 15:57:03 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.0.7.zip/downloadAquileo | Music Library & Player released /MusicLibraryPlayerV1.0.6.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.0.6.zip/downloadMusic Library & PlayerMon, 02 May 2016 12:06:40 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.0.6.zip/downloadAquileo | James Moats modified ticket #12https://sourceforge.net/p/musiclibraryplayer/tickets/12/Replace urlencode with rawurlencode to avoid errors with + spacesJames MoatsSat, 30 Apr 2016 17:11:20 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/12/Aquileo | Music Library & Player released /MusicLibraryPlayerV1.0.6.ziphttps://sourceforge.nethttps%3A//sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.0.6.zip/downloadMusic Library & PlayerSat, 30 Apr 2016 17:10:02 -0000https://sourceforge.net/projects/musiclibraryplayer/files/MusicLibraryPlayerV1.0.6.zip/downloadAquileo | James Moats created ticket #12https://sourceforge.net/p/musiclibraryplayer/tickets/12/Replace urlencode with rawurlencode to avoid errors with + spacesJames MoatsSat, 30 Apr 2016 16:53:11 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/12/Aquileo | James Moats posted a comment on ticket #1https://sourceforge.net/p/musiclibraryplayer/tickets/1/?limit=25#2137iPhone/Safari has the same issue, so... I guess use it from a desktop/laptop browser...James MoatsFri, 29 Apr 2016 03:13:57 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/1/?limit=25#2137Aquileo | James Moats created ticket #11https://sourceforge.net/p/musiclibraryplayer/tickets/11/Scroll to show current playing trackJames MoatsTue, 24 Feb 2015 03:59:33 -0000https://sourceforge.net/p/musiclibraryplayer/tickets/11/