Search for horm support.. this is already implemented.. before hibernation RR saves the playlist, song number and position (time) , upon resume, it reads and restores everything.. you just need to add an INI line to make that happen..
If you have Horm setup for your hibernation every time you load up the hibernation file is resumes from the same song all the time as it goes back to the setting used for the original hibernation file
Now if there was a text file with the last song played and what setting you had for the music playing that is written to every time a song played so when you come out of “Horm” hibernation all RR would have to do would be to read that file to know where it was before."this file could be on mem stick or what ever drive you like"
Would that work for resuming the music from where you left off on a Horm setup?
Just a thought![]()
Search for horm support.. this is already implemented.. before hibernation RR saves the playlist, song number and position (time) , upon resume, it reads and restores everything.. you just need to add an INI line to make that happen..
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
M Pro,
Are you going to JAE this weekend??? I'd really like to have a peek at your CarPC if you are.
Guino...Originally Posted by guino
i just got horm working...
and i did search but what is INI line to make it happen?
i see 'ini path' in RRConfig but it just saves RR.ini in certain path
then i don't think rr read it from the path given...
do i have to install RR in writable partition?
or can i save resume.ini in different drive?
thank you...
I was the one that originally requested this and guino add support but I never fully got it working correctly. I had RR on a writable partition and the ini command was
hibernatereload=true
You have to manually add that to the ini, and if you run the config program after you add it, you have to go back and add it again...
Let me know if you get it working right. I ended up disabling EWF and doing a cold boot everytime because of the random errors I was getting with files and such on my writable partition.
The INI is RR.INI in RR's path in case you wonder.. I know there's a few people using this currently.
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
i read the intruction for ewf and hormOriginally Posted by CornFlake340
and according to it, it is recommended not to connect any other writable partition when making save point...
it may cause random error...
so i think we should keep RR installed in protected partirtion...
and save only resume.ini in writable partition...
guinoOriginally Posted by guino
what is point of 'ini path' in RRConfig?
i think RR should save resume.ini in independent path...
and just wondering...
does RR save info into 'resume.ini' before hibernating? or shutting down?
because there no point to save info before go into hibernation...
once making saving point for HORM, windows just shuts down and i think that is the point where RR should save 'resume.ini'
i don't know if it is the way RR works now...
thank you...
guino
now playlist_path will be "/" if it is empty
bewfore it gets to the line [ if playlist_path = "" then playlist_path = music_path ]
Case "inipath"
INI_PATH = Trim(dt(1))
If INI_PATH <> "" And Right(INI_PATH, 1) <> "\" Then INI_PATH = INI_PATH + "\"
Case "playlistpath"
PLAYLIST_PATH = Trim(dt(1))
If PLAYLIST_PATH <> "" And Right(PLAYLIST_PATH, 1) <> "\" Then PLAYLIST_PATH = PLAYLIST_PATH + "\"
Case "lazytag"
also i added INI_PATH where save 'resume.ini' into...
and change all myPath + "resume.ini" to INI_PATH + "resume.ini"
and also if i change all winamp_path + "winamp. m3u" to PLA YLIST _PATH + "winamp.m3u", RR will save playlist on exit to playlist_path...
this way HORM resume with all info updated each time...
i will compile these and try on my car and let you know...
So where do you save your media files? On the un-writable partition? Or a seperate drive that you would disconnect before making save point, and then turn off, re-connect... turn on... ?
I am not sure I understand what's going on.. The INI path setting in RRConfig wasn't my idea but it is usefull in case you intend to run it to configure RR on a different location/computer.
Playlist path is intended to default at RR's folder.
The resume.ini is saved/reloaded when hibernating, exiting, powering off etc..
I recommend using RR from a writeable partition simply because there are many INIs used and they're all saved in RR's path. Also you may want to add/remove different skin (I know that can be separated -- it is just more organized inside RR's folder). Also anytime there's an update many files change and you'll have to burn your flash card again or whatever.. It should not affect the performance of RR and should be easier on you to update it.
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
Bookmarks