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
| | |-+  Karma style playlist options
« previous next »
  • Print
Pages: [1]

Author Topic: Karma style playlist options  (Read 3468 times)

Offline haroldpark

  • Member
  • *
  • Posts: 5
Karma style playlist options
« on: September 12, 2006, 04:12:46 AM »
Hey all.
I used to have a Rio Karma until the seemingly inevitable hard drive issues took it from me. While I loved the gapless playback and all I am realising that one of the things I loved most about it was its on-the-fly playlisting abilities. Later versions of Rockbox seem to capture most essentials but there were a couple of things that the Karma did that I am wondering if they are being considered and/or if they are already implemented and I just don't know how to set it up.
The first was the ability to Remove from a playlist any track by a particular artist or from a particular album, instead of having to remove them all separately. That was pretty sweet.
The other thing I am wondering is there any way for a dynamic playlist to be retained without the "Repeat All" switch set. At present if you don't have this enabled and you reach the end of a playlist then it all just vanishes into the ether. With the karma the default was that the playlist hung around whether you paused or stopped the player until you actively replaced it. This just seems more natural to me rather than having to keep it on endless loop and not use the stop button to interrupt playback.
One more thing. I am now using an iRiver h120. The joystick can be a little....fiddly. A few times I have spent large ammounts of time creating an on-the-fly playlist only to accidentally do a short press instead of a long one on the joystick and I lose all 30 or whatever songs in my playlist as it begins playing only the song I meant to add. Is there a way to give a warning when one is about to erase a dynamic playlist like this. Ironically the "Warn when erasing dynamic playlist" switch does not seem to help for this.
Thanks to anyone who got this far.
hh
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Karma style playlist options
« Reply #1 on: September 12, 2006, 04:18:20 AM »
For the "Remove all songs by an artist" or "from an album" the playlist would actually need to know what artist or album any given song is. It doesn't really, since a playlist is actually just a list of filenames. To do that it would have to scan the whole playlist, open every song, and read its ID3 info.

To solve one of your problems, if you press Stop, you can resume the dynamic playlist by tapping the Play button. That lets you stop playback and then continue it later.

I don't know why you want to keep a dynamic playlist around when you reach the end if you DON'T want it to repeat. If you want to save a playlist save it, if you want to hear it again, use repeat, if you don't want it, leave repeat off.

As for the "Warn on clear" thing, I *think* that's a bug.
Logged

Offline dunno

  • Member
  • *
  • Posts: 357
  • if it moves, bite
Re: Karma style playlist options
« Reply #2 on: September 12, 2006, 04:30:25 AM »
If you want to keep a paritcular playlist why not save it, to root or to playlist catalog.
Logged

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: Karma style playlist options
« Reply #3 on: September 12, 2006, 07:32:12 AM »
Quote from: haroldpark on September 12, 2006, 04:12:46 AM
One more thing. I am now using an iRiver h120. The joystick can be a little....fiddly. A few times I have spent large ammounts of time creating an on-the-fly playlist only to accidentally do a short press instead of a long one on the joystick and I lose all 30 or whatever songs in my playlist as it begins playing only the song I meant to add. Is there a way to give a warning when one is about to erase a dynamic playlist like this. Ironically the "Warn when erasing dynamic playlist" switch does not seem to help for this.

That is odd.  "Warn before erasing dynamic playlists" works perfectly on my H120.  It *should* work, as it was design to deal with the exact problem you are describing.  Are you absolutely certain that you have it set to 'on'?
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Karma style playlist options
« Reply #4 on: September 12, 2006, 05:33:01 PM »
Febs: I can confirm that it's doing absolutely nothing on my H120 at the moment. The build is very _slightly_ old (two weeks). If it works in a newer build, it's possible that it was broken during the period he was trying it, in which case:

Update your build and see if the problem goes away. :)
Logged

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: Karma style playlist options
« Reply #5 on: September 12, 2006, 09:26:07 PM »
(Febs checks his H120.)

For the sake of providing a data point for bug-killing, it works on mine with build 060904-1511.  If I have a chance before I go to bed, I'll test a newer build.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Karma style playlist options
« Reply #6 on: September 12, 2006, 09:34:23 PM »
Mine's 06-08-29 and not working. As I said, a bit old.
Logged

Offline bascule

  • Rockbox Expert
  • Member
  • *
  • Posts: 1298
Re: Karma style playlist options
« Reply #7 on: September 14, 2006, 04:22:34 AM »
Well, mine is 06-08-15 on an H120 and the 'warn before erasing dynamic playlist' is working fine for both Filetree and ID3 browsing.

Quote from: haroldpark on September 12, 2006, 04:12:46 AM

The first was the ability to Remove from a playlist any track by a particular artist or from a particular album, instead of having to remove them all separately. That was pretty sweet.
Yeah, that was one of my most-used playlist functions on my Karma and I miss it... :(
Logged
DataBase fanboy and author of the totally overhauled Rockbox Sync Tool

Offline nls

  • Developer
  • Member
  • *
  • Posts: 460
Re: Karma style playlist options
« Reply #8 on: September 21, 2006, 03:01:44 PM »
Quote
The first was the ability to Remove from a playlist any track by a particular artist or from a particular album, instead of having to remove them all separately. That was pretty sweet.

I think this sounds like a nice feature and could probably be implemented in the tagcache browser, like a context menu thing for an album or artist "Remove from current playlist" would get filenames from the cache like when adding to the playlist, it could probably be done for a folder in file view too.

Have you filed a feature request?
Logged

Offline gorman

  • Member
  • *
  • Posts: 28
Re: Karma style playlist options
« Reply #9 on: August 15, 2007, 07:29:58 PM »
Quote from: Llorean on September 12, 2006, 04:18:20 AM
For the "Remove all songs by an artist" or "from an album" the playlist would actually need to know what artist or album any given song is. It doesn't really, since a playlist is actually just a list of filenames. To do that it would have to scan the whole playlist, open every song, and read its ID3 info.
Could this be limited to people using the database option?
Logged

Offline gorman

  • Member
  • *
  • Posts: 28
Re: Karma style playlist options
« Reply #10 on: December 01, 2007, 12:51:07 PM »
Apart from what I asked  in my previous post, I'd like to make a strong case about playlists *not* erasing themselves at the end of their playtime.

You say "save it", "why do you want it around if you haven't saved it", etc. But this behaviour is unlike any media player I have ever seen in my life.

What's the usefulness in having the dynamic playlist erasing by default at the end. What can one gain this way? Why is it that all other players work differently (foobar, Winamp, Karma, Zen, whatever I've ever tried, really)?
Logged

Offline woodensoul

  • Member
  • *
  • Posts: 74
Re: Karma style playlist options
« Reply #11 on: December 04, 2007, 01:27:30 AM »
I actually have a Karma in practically brand new condition, but it hasn't seen hardly any use because I love Rockbox so much.  Anyone interested, let me know.

As for the playlist features, I would also like to see this implemented, in addition to Zen Xtra style playlist viewing and manipulation.  The Zen Xtra allows you to view tracks in the playlist grouped by how they were added.  For example, if you added an entire album, it will display the album name in the playlist and you can move the tracks in the album up or down in the playlist as a group.  It works the same way with artists and genres.  Also you can expand each heading (artist, album, genre) to see each track in the playlist.  Additionally, albums, artists or genres can be removed from the playlist as with the Karma.  I like this feature very much and it is one of the very few things that I wish Rockbox did, but can't yet.
Logged
2 iRiver H120s | iRiver H140 | iRiver H320 | iRiver H20 | 3 Gigabeat F40s | 2 Gigabeat F20s | iPod Video 80GB | Sansa e280 | 2 Sansa Clips | Sansa c200

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Karma style playlist options
« Reply #12 on: December 04, 2007, 01:47:55 AM »
Bear in mind, Rockbox uses a standards based playlist format, M3U. Many of these features aren't possible with standard M3U playlists, as Rockbox has both no metadata about the song, nor any stored information about how it was added.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Karma style playlist options
 

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

Page created in 0.12 seconds with 15 queries.