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
translations translations
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 playlists from PC?
« previous next »
  • Print
Pages: [1]

Author Topic: Create playlists from PC?  (Read 284 times)

Offline jeedai12

  • Member
  • *
  • Posts: 4
Create playlists from PC?
« on: March 20, 2025, 05:01:07 PM »
Is it possible? AI gave me this guide. It it correct?

Here's a step-by-step guide to mass obtain file paths and create 3 playlists for your iPod Classic running Rockbox on Windows 11:

1. Obtain File Paths
Connect your iPod Classic to your Windows 11 PC.

Open File Explorer and navigate to your iPod's music directory.

Open Command Prompt by pressing Win + R, typing "cmd", and pressing Enter.

In Command Prompt, navigate to your iPod's music directory using the cd command.

Use the following command to generate a list of all music file paths:

text
dir /s /b *.mp3 *.m4a *.wav > musicfiles.txt
This will create a file named "musicfiles.txt" containing all music file paths.

2. Create Playlists
Open Notepad or any text editor.

Open the "musicfiles.txt" file generated in step 1.

Create three new text files for your playlists (e.g., "playlist1.m3u8", "playlist2.m3u8", "playlist3.m3u8").

Copy and paste the desired file paths from "musicfiles.txt" into each playlist file.

Ensure each song path is on a new line in the playlist files.

3. Format Playlists for Rockbox
Edit the file paths in each playlist to be relative to the iPod's root directory.
For example, change:

text
E:\Music\Artist\Album\Song.mp3
to:

text
/Music/Artist/Album/Song.mp3
Save the playlist files with the ".m3u8" extension.

4. Transfer Playlists to iPod
Create a "Playlists" folder in the root directory of your iPod if it doesn't exist already.

Copy the three playlist files (playlist1.m3u8, playlist2.m3u8, playlist3.m3u8) to the "/Playlists/" folder on your iPod.

5. Verify Playlists in Rockbox
Safely eject your iPod from the PC.

Boot into Rockbox on your iPod Classic.

Navigate to the Playlist Catalog in Rockbox.

You should now see your three new playlists available for playback.

By following these steps, you'll have successfully created and transferred three custom playlists to your iPod Classic running Rockbox. Remember that Rockbox will automatically recognize both .m3u and .m3u8 playlist formats.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 9369
Re: Create playlists from PC?
« Reply #1 on: March 20, 2025, 06:50:19 PM »
I would use a windows program like WMP, foobar, iTunes, etc rather than the command line.
Logged

Offline jeedai12

  • Member
  • *
  • Posts: 4
Re: Create playlists from PC?
« Reply #2 on: March 24, 2025, 02:03:30 AM »
How would I do that?
Logged

Offline Doghouse Reilly

  • Member
  • *
  • Posts: 5
Re: Create playlists from PC?
« Reply #3 on: April 26, 2025, 12:28:32 PM »
This little program works beautifully, I have used it on Win XP, 7, and 10.

https://playlist-creator.informer.com/download/
Logged

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

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

Page created in 0.089 seconds with 21 queries.