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:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  playlist creation/editing on linux
« previous next »
  • Print
Pages: [1]

Author Topic: playlist creation/editing on linux  (Read 8097 times)

Offline amishfury

  • Member
  • *
  • Posts: 14
playlist creation/editing on linux
« on: November 02, 2010, 12:49:44 PM »
i find it much easier to just use my pc to edit and create playlists for rockbox

before i was using playlist creator 3 in windows but lately windows has been giving me troubles and i've had to use linux while trying to fix my windows problems

i've tried running playlist creator 3 in linux using wine and while it does run i can't access the settings to modify the extension filters or playlist formatting options

if anyone knows of any linux options that can create a rockbox compatible playlist file or a way to get pc3 running properly in wine please let me know
Logged

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: playlist creation/editing on linux
« Reply #1 on: November 02, 2010, 10:28:19 PM »
I use "find," though if you want to base it on some tags inside the mp3s (like all jazz songs) you will have some troubles.

But to create a playlist of all songs, a simple:
Code: [Select]
find . -name *.mp3 > mp3.m3u
works wonders.
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline amishfury

  • Member
  • *
  • Posts: 14
Re: playlist creation/editing on linux
« Reply #2 on: November 02, 2010, 10:57:10 PM »
Quote from: Yotto on November 02, 2010, 10:28:19 PM
I use "find," though if you want to base it on some tags inside the mp3s (like all jazz songs) you will have some troubles.

But to create a playlist of all songs, a simple:
Code: [Select]
find . -name *.mp3 > mp3.m3u
works wonders.

that's not going to work for me...
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: playlist creation/editing on linux
« Reply #3 on: November 03, 2010, 04:19:12 AM »
Why not?
Logged

Read The Manual Please

Offline amishfury

  • Member
  • *
  • Posts: 14
Re: playlist creation/editing on linux
« Reply #4 on: November 03, 2010, 12:24:38 PM »
because that's a quick and dirty solution that appears to only work for one format at a time... the majority of the files on my player are musepack but a few are vorbis or mp3

also i do occasionally like to create a specific playlist involving a lot of planning and careful track selection/placement in said playlist instead of just dumping everything in one big playlist and shuffling through that

http://www.oddgravity.com/app-opc.php   this is what i was using but as i mentioned... i can't access the settings so it is stuck on defaults which don't work with rockbox and omits .mpc from the extension filters
Logged

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: playlist creation/editing on linux
« Reply #5 on: November 03, 2010, 01:53:54 PM »
find . -name *.mp3 > music.m3u
find . -name *.ogg >> mp3.m3u
find . -name *.whateverelse >> mp3.m3u
...etc
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline audio-i

  • Artist
  • Member
  • *
  • Posts: 266
Re: playlist creation/editing on linux
« Reply #6 on: November 03, 2010, 02:17:22 PM »
http://amarok.kde.org/ ?
Logged

Offline amishfury

  • Member
  • *
  • Posts: 14
Re: playlist creation/editing on linux
« Reply #7 on: November 03, 2010, 02:34:41 PM »
found a workaround with manually modifying settings in the registry
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: playlist creation/editing on linux
« Reply #8 on: November 03, 2010, 08:04:28 PM »
Any decent jukebox program should allow you to save playlists as M3U.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline amishfury

  • Member
  • *
  • Posts: 14
Re: playlist creation/editing on linux
« Reply #9 on: November 03, 2010, 08:21:27 PM »
but would they be compatible with rockbox?

the few native linux apps i tried pointed to /media/Sansa e280/Music/Artist/Album/01 - Title.blah  unless the playlist omitted the /media/Sansa e280 it wouldn't work
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: playlist creation/editing on linux
« Reply #10 on: November 03, 2010, 08:27:54 PM »
Rockbox will strip directories from the left side of the path (base directories) looking for a match. 

I have a file, for example, at "/home/user/Music/Alice in Chains/Dirt/01 - Them Bones.mp3" on my PC.  Suppose this entry is written to a playlist.  If a file at "/Music/Alice in Chains/Dirt/01 - Them Bones.mp3" exists on my player then Rockbox will find it.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline amishfury

  • Member
  • *
  • Posts: 14
Re: playlist creation/editing on linux
« Reply #11 on: November 03, 2010, 10:17:38 PM »
i was not aware it would do that... oh well i got playlist creator to work anyway so no big deal
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  playlist creation/editing on linux
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.1 seconds with 17 queries.