Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Create and import playlists?
« previous next »
  • Print
Pages: [1]

Author Topic: Create and import playlists?  (Read 2607 times)

Offline Racasselle

  • Member
  • *
  • Posts: 8
Create and import playlists?
« on: August 06, 2019, 09:18:56 AM »
Hi, I have an adapted iPod Video 5.5 with an iFlash 256GB SSD and Rockbox. Is it possible to create playlists using external software and then upload them to Rockbox? I connected the iPod to my iMac as an external drive then dragged and dropped songs into a VLC playlist, but the resultant playlist text file is in an incompatible format. Thanks, Richard.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 9191
Re: Create and import playlists?
« Reply #1 on: August 07, 2019, 12:31:25 AM »
Yes normal m3u playlist files are supported.  Make sure when you create them that the paths in the playlist file exist on the device however or it won't work.
Logged

Offline bobba_mosfet

  • Member
  • *
  • Posts: 55
Re: Create and import playlists?
« Reply #2 on: August 07, 2019, 03:22:53 AM »
If you're using *nix then you can do cool things.

I have a monster script that takes care of updating rockbox, hex editing the rockbox.ipod and transcoding all of my flac via ffmpeg and parallel and using rsync for the rest of the music.

Eventually I might share it if anyone is interested, but it has a way to go to be generalised for other peoples use.

Simple way to create a playlist of your music, and make the path relative for the iPod:
Code: [Select]
find "$mount_point/Music/" -type f \( -iname "*.mp3" -o -iname "*.flac" -o -iname "*.m4a" -o -iname "*.ape" -o -iname "*.wav" -o -iname "*.wma" \) -print | sed "s%$mount_point/Music/%%g" | sort > "$playlist_file"
You can also use diff to create an additional playlist only of the newly transferred files. I've been doing this for a long time and its a nice way to see how my collection has changed over time.
Code: [Select]
diff --unchanged-group-format='' "$playlist_file" "$playlist_tmp" > "$playlist_of_sync"
Managed to get to a playlist of 55,000+ tracks, with 32G still free on a 512G msata drive  8)
Logged

Offline Frankenpod

  • Member
  • *
  • Posts: 626
Re: Create and import playlists?
« Reply #3 on: August 07, 2019, 05:53:19 AM »
Quote from: Racasselle on August 06, 2019, 09:18:56 AM
Hi, I have an adapted iPod Video 5.5 with an iFlash 256GB SSD and Rockbox. Is it possible to create playlists using external software and then upload them to Rockbox? I connected the iPod to my iMac as an external drive then dragged and dropped songs into a VLC playlist, but the resultant playlist text file is in an incompatible format. Thanks, Richard.

I use media monkey on a PC and on that there are scripts that will export playlists with suitable settings so that rockbox can use them.  It helps that my music library structure is identical on the PC as on the Ipod.
Logged

Offline Racasselle

  • Member
  • *
  • Posts: 8
Re: Create and import playlists?
« Reply #4 on: August 08, 2019, 06:02:14 AM »
Thanks, folks. I will give Media Monkey a try. So my plan is to connect the iPod to my iMac as an external drive, drag and drop songs from my iPod into an iMac MM playlist and then export them back to the iPod; that way, the playlist pathnames should all be good. If it gets too tricky, then my fallback is to set up artificial playlists as new directories where "Playlist-[name]" is the Artist and then copy song files into them. I realise that the song files will be duplicates but I have the capacity. Thanks again, Richard
Logged

Offline nuraman00

  • Member
  • *
  • Posts: 18
Re: Create and import playlists?
« Reply #5 on: August 29, 2021, 03:43:45 AM »
I have a similar setup.  Similar iPod Video, 375 GB SSD.

Did you try Media Monkey?  How was it?

I've been wondering about this too.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Create and import playlists?
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.03 seconds with 17 queries.