zelon88 / HRCloud2

A full-featured home hosted Cloud Drive, Personal Assistant, App Launcher, File Converter, Streamer, Share Tool & More!

Home Page:https://www.HonestRepair.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playlist creation is broken.

zelon88 opened this issue · comments

During the infinit subdir update (which still haunts me, but totally worth it) Playlists have been broken.

I am aware of the issue and working to correct.

Fixed! 9720eab and fdde8c3

Turns out a lot was broken. Conversions, PDFTools, ImageTools, Playlists, and more! Woo!

Anyway, it seems that the PHP in-charge of displaying certain JQuery elements for different filytypes was never removed when it should have been. There was a time in the past when this code served a good purpose, but with recent updates that time has gone.

Instead of looking at each file and deciding which JQuery to serve the client (which would have been relevant in the past), HRC2 was only looking at the last file scanned and rendering whole-page JQuery based on that.

So if the last file in your Cloud was a .Playlist, your playlist feature may have worked while your imagetools might not have. Likewise if the last file was an image, image tools might have worked, but playlists PDFTools might not have.

Now all JQuery should display regardless of filetype. Also, the GET arguments were updated in the displaydirectorycontents/index.php file.

Please note: At this time it appears that while playlist functionality has been restored, album art and ID3 tags get lost during conversion. This is now on the list of things-to-do......