Saturday, March 13, 2021

Managing Large Playlists in Hiby OS

 If you're in the market for a modern PMP (portable media player), I can't recommend the Hiby line enough.  Their range of players cover every price segment.  The cheapest option, the R2, is also the smallest.



This portability comes at a cost though.  Creating and maintaining playlists on such a small screen is less than ideal.  It turns out the operating system (Hiby OS) utilizes the .m3u format for playlists.  This makes it extremely easy to transfer them from your computer to the R2, assuming of course, you're using the same directory structure for your collection.

I use the excellent software MusicBee to manage and play music on the PC.  First, create a test playlist (one or two songs max) on your R2.  This will ensure you know where to add your .m3u files on the sd card, and show the file pathing.  Pop your sd into the computer.  In the root directory, you should see a folder called playlist_data.  Now create a new playlist (or edit an existing one if needed) locally on your machine.  Once you are ready, export it and open this file with a text editor.  I recommend one with advanced features like notepad++ (for my example I'll be using this) or Atom.



The directory pathing will vary based on your setup.  In my case, the music is stored on a NAS, hence what you see above.  We need to edit every line so it matches the pathing in Hiby OS.  Thankfully this is easy to do with a proper text editing program.  For notepad++ the trick is holding ALT + Shift and using the arrow keys to select the text you want to change.


The pathing for Hiby OS is such that your music structure (folders and all) must be under the "a drive".  As you can see in the screenshots, \\FILEBOX\ has been replaced with a:\ across every line in the file.  Since you will have mass selected the beginning of every line at this point, you will only need a few key strokes to edit the entire file.  Now save your changes and move the .m3u playlist files to the aforementioned playlist_data folder on the sd card.  Boot up your R2 (with the sd card inserted) and navigate to the playlist section and choose the option to load.

If you followed these instructions (and the music directory structure of the sd card is matching your computer) the playlists should populate with the correct tracks.  Hope this helps someone out there!

I'd like to note I have only tested this on the R2 player, but in theory should work across all models since they run the same OS.


No comments:

Post a Comment