Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner


Reply
 
Share Thread Tools Display Modes
Old 11-21-2008, 04:59 PM   #1
Low Bitrate
 
Join Date: Jan 2008
Posts: 89
aerotight31 is an unknown quantity at this point
Winamp reverts to old playlist

I have searched for the answer to this, but there doesn't seem like there is any real fix. I might be wrong about that, so don't flame me too hard if there is. My Winamp 5.13 will not hold the playlist settings. When I turn off my truck, the computer goes into hibernation. When I turn it back on, instead of playing what was in the playlist, it reverts back to a playlist I created months ago. I have gone into RR Config, and under Music/Music Modes, set it to be always. Any ideas? Thanks for the help.
aerotight31 is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 11-21-2008, 05:16 PM   #2
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,405
Sal R. is an unknown quantity at this point
hibernatereload=false
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2
Sal R. is offline   Reply With Quote
Old 11-21-2008, 05:38 PM   #3
Low Bitrate
 
Join Date: Jan 2008
Posts: 89
aerotight31 is an unknown quantity at this point
I tried that without it working. I have, however, got it working somehow. I kept trying to uninstall Winamp 5.13 and then reunstall it with the same results. So, I tried uninstalling it, and then installing Winamp 2.95. It seemed to work through that. I created a playlist, ran it then shut off the truck. When I restarted it, it started playing where it left off. That was the first created playlist, though, which has always worked. So, I cleared the playlist, and created a new one. Then, I turned off the truck. When I restarted it, the new playlist loaded. That is what wouldn't happen before. So, I installed Winamp 5.13 again, and it all works now. Not sure what was happening, but it seems like a backwards fix. I thought I would post that, just in case anyone else having the same issue wanted to try it. Thanks for the response, though!
aerotight31 is offline   Reply With Quote
Old 01-10-2009, 06:31 PM   #4
Newbie
 
Join Date: Apr 2008
Posts: 6
DizzyPickle is an unknown quantity at this point
[QUOTE=aerotight31;1270774]I tried that without it working. I have, however, got it working somehow. QUOTE]

aerotight31 kindly redirected me from another thread to here (thank you!!), so I'm going to copy/paste my problem statement for future readers of this thread, and then tell you about my attempts to fix it.


Quoting my problem statement:
------
I'm on a recent (Dec08-era) RoadRunner and DigitalFX4, with Winamp 5.541. I can load .m3u and play playlists fine (via the AudioLoadPlaylist.skin UI), including navigating around, shuffle, etc.

However, once I round-trip through a normal RoadRunner Exit or a system hibernate, playlist functionality is busted in weird ways.

- After a graceful RoadRunner Exit & restart (via the exit menu), the playlist window will show songs from Playlist A, with the correct song# and position selected (eg, #5 in the playlist, 30s into the song) - however the song that is actually playing (audio + what's showing from the ID3 tag display) is #5 from Playlist B - a Playlist I had loaded earlier, but I haven't figured out what's special about PlaylistB vs Playlists C, D, & E which were also playing..... Even if I shuffle around several other playlists and then restart, PlaylistB's content is consistently chosen to override what's actually showing in the playlist window. (Suspect something related to winamp.m3u, but I've tried clobbering that whole folder in AppData...and it still persists in choosing PlaylistB! Must be cached somewhere else too...?).

- After I return from hibernate, the playlist playback is completely broken - the playlist window shows it is skipping around among songs, spending about a half-second on each before moving on to a new song. No audio is heard at all. It'll do this indefinitely. The system hibernate is invoked when I turn my car off (and the Carnetix handles the graceful shutdown) - not via the DigitalFX Exit menu.

If I am instead playing a batch of songs selected via the file browser, I am able to resume playback of that same batch of songs (in the middle of the song that happened to be playing at the time) just perfectly from either a restart or a hibernate/resume.

I've tried several different tools/editors for generating the .m3u files, and get the same behavior with each of them. (Incidentally, I've also tried making .WPL playlists work, and get to a similar point - most everything works perfectly until I return from hibernation, at which point *Other* Evil Behavior kicks in...)

I've been tinkering on and off with RoadRunner and DigitalFX for months now and these symptoms have been consistent regardless of software versions. I've even completely flattened the system and reinstalled everything at one point (including changing from VistaSP1 to XPSP3), and the symptom still persists! I've been unable to turn up any reports of similar issues.

I've poked around the skins enough to know about the ReloadPlaylist and the fact that there's some communication that happens there...but I'd assume everything is supposed to work correctly Out Of The Box, right? I can't figure out what I'm doing 'nonstandard' that gives me broken behavior whilst the rest of the world is happily resuming in the middle of their playlist playback!

Help? Any ideas would be MOST appreciated! Thanks,
----- //End Problem Statement


My experience applying the fixes suggested in this thread:
I tried hibernatereload=false, and I believe that did help fix the issues where playlists were getting mixed together and where my non-playlist "play all files in this folder" were not restoring correctly. Unless you're actually doing HORM, avoid setting this! I had no idea what HORM was until recently, and I must have switched it on during previous troubleshooting attempts - "reload my playlist after hibernate" sounded like just the thing to fix my problem! :/


Tried 2.95 and 5.13 versions of winamp, and the both showed the same behavior. The main problem still persists, in that when I reload, the playlist just skips from song to song without actually playing anything.

I've narrowed the core cause of this a bit. I use relative paths in my playlists, as I port them around between devices. In order to find a file with a relative path, you need a root path. When I first select a playlist through RR, it correctly supplies Winamp with the "Playlist Folder" as my root path (or, perhaps it just passes along the actual location of the playlist in my filesystem, those are equivalent for me). However, after a restart, Winamp is using "C:\Program Files\Winamp" as the root path (you can see this by minimizing RR, going to the Winamp playlist window, right-clicking on a file and selecting File Properties), and attempting to find song files using paths relative to that location. Of course, that path is garbage and points to a file that doesn't exist, so it skips around trying to load every file on the playlist unsuccessfully.

I also observed that if I shutdown RR, launch winamp directly, start playing a playlist, exit winamp, and relaunch winamp, I get the playlist reloaded correctly and the correct song selected, however the song is not playing at all. I can press 'play' and it'll start playing from the beginning. This indicates that the root folder is getting restored correctly, but the song-in-progress is not actually restarted (and of course the position within the song is also not restored).

That's as far as I've gotten so far...Off to do more research to see if I can resolve the two remaining issues:
A) Get RoadRunner to supply Winamp with the correct Root Path after a restore (or stop interfering with Winamp's ability to remember this itself)
B) Get Winamp to remember the location of the song-in-progress after a successful restart so the song automatically continues playing, rather than having to manually restart from the beginning.

Again, any tips or expert wisdom is very much appreciated!
-D

UPDATE: correction, latest experiments indicate the "Conflating playlists" issue DOES appear to be caused by non-magic versions of Winamp, rather than the HORM switch.
UPDATE2: Winamp 2.95 doesn't have WMA support. I have some WMAs scattered among my collection, surely causing an increase in apparently random failures during my testing...

Last edited by DizzyPickle; 01-10-2009 at 09:45 PM.
DizzyPickle is offline   Reply With Quote
Old 01-11-2009, 09:19 PM   #5
Raw Wave
 
treetop777's Avatar
 
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,915
treetop777 is an unknown quantity at this point
Try "resumer" or "Time restore" WinAmp plugins. Both are supposed to return WA to exactly where it left off.

Don't have that problem so haven't tried them.
treetop777 is offline   Reply With Quote
Old 01-11-2009, 10:41 PM   #6
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
What exactly is a "non-magic versions of Winamp"??? A winamp verion that got discarded by Disney?
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Old 02-04-2009, 03:17 AM   #7
Newbie
 
Join Date: May 2006
Location: Chicago
Posts: 49
lewcamino is on a distinguished road
I think I found the problem. I am using DFX 4.0 and I was having this same issue. I found this in "exit_menu.skin"
Quote:
B01,55,418,366,60,"KillWinamp||QUIT","QUIT"

I think that killwinamp is killing the process so winamp does not get the chance to save its place.

I commented out that lien and created a new one without killwinamp
Quote:
/B01,55,418,366,60,"KillWinamp||QUIT","QUIT"
B01,55,418,366,60,"QUIT","QUIT"

Hope this helps someone.

I will be testing this on a long trip tomorrow. If this does not work for me I will post again, but I think this nailed it.
__________________
I am the stig's cousin.
lewcamino is offline   Reply With Quote
Old 02-17-2009, 04:43 AM   #8
Low Bitrate
 
Join Date: Feb 2005
Location: East Bay, Cali
Posts: 92
Thefdog is on a distinguished road
[QUOTE=lewcamino;1288634]I think I found the problem. I am using DFX 4.0 and I was having this same issue. I found this in "exit_menu.skin"

This worked great for me.

Thanks
Thefdog is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 02-22-2009, 11:03 PM   #9
Low Bitrate
 
Join Date: Feb 2005
Location: East Bay, Cali
Posts: 92
Thefdog is on a distinguished road
Side note...

On a new install of RideRunner and DFX4, I did not do this fix and it still works fine. Instead, I entered .m3u as a file type in the music file type section of the RR Config utility and it works a treat without editing any skin files.

Cheers
Thefdog is offline   Reply With Quote
Old 02-22-2009, 11:57 PM   #10
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Side Note to above Side Note...



Adding that to the music types has nothing to do with that. All that does is when your browsing thur your music, it will also show playlist files.
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Playlist Converter Released for RR SangreDeThor Road Runner 36 02-21-2009 01:19 AM
Winamp Playlists and RR The Great Gatsb Road Runner 3 08-21-2005 08:37 PM
LARGE FONTS in playlist for winamp!!! bankingdom Software & Software Development 28 11-30-2003 03:08 AM
Winamp Playlist Controler jakeep Software & Software Development 3 02-11-2002 03:58 PM
How to enqueue a drive and all subdirectories in a winamp playlist? digital chaos General MP3Car Discussion 1 03-02-2001 07:18 PM



All times are GMT -5. The time now is 12:58 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics