Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: horm and RR playlist resumes thoughts

  1. #11
    Constant Bitrate
    Join Date
    Sep 2003
    Location
    LA, CA
    Posts
    140
    Quote Originally Posted by CornFlake340
    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... ?
    that is what i read...
    since any drive will be connected as pnp after hibernation...
    but if you have RR installed in writable disk...
    i guess the disk has to be connected as you make a save point...

  2. #12
    Low Bitrate
    Join Date
    Feb 2005
    Posts
    59
    Did your code fix allow for ini saving on seperate disk? And you don't want RR saving right before or right after hibernation... you want it saving after each song played or before exit/shutdown... You'd want RR reloading all data a few momments after the hibernate sequence was done from within RR.

  3. #13
    Constant Bitrate
    Join Date
    Sep 2003
    Location
    LA, CA
    Posts
    140
    Quote Originally Posted by CornFlake340
    Did your code fix allow for ini saving on seperate disk? And you don't want RR saving right before or right after hibernation... you want it saving after each song played or before exit/shutdown... You'd want RR reloading all data a few momments after the hibernate sequence was done from within RR.
    yes i did and am testing it on my car... so far it looks good... ^^
    RR acts same, i just changed the path of ini including RR.ini, resume.ini and video.ini and path of playlist including winamp.m3u, videostmp.m3u and videos.m3u...

  4. #14
    Newbie
    Join Date
    Jul 2005
    Location
    Newport News, VA
    Posts
    29
    Quote Originally Posted by guino
    The resume.ini is saved/reloaded when hibernating, exiting, powering off etc..
    Would it be possible to add the same function to open/closewinamp or the skin/sdk?
    Athlon XP 1900+, FIC AT31 Radeon IGP320, 256MB PC2100, Toshiba/IBM 7.2K 180GB HD,
    Sony XA-300 USB Audio -> Sony CDA-M600 HU, Integrated TV-Out -> Lilliput 7" Widescreen TV (CRAP),
    Vector 700 Watt Inverter, USB Keypad Control, Windows XP SP2, RoadRunner

  5. #15
    Low Bitrate
    Join Date
    Feb 2005
    Posts
    59
    Hey iPal... could you explain what you are doing exactly?
    You have RR and winamp installed on the un-writable partition, and your media on a seperate drive that you connect after you make your hibernation point.. and you use the updated code to have RR and Winamp save playlist and current song info to the writable drive?

    Is it working without any problems, and I didn't know you could specify where you had winamp save the playlist. If it is working, Guino, would you add the code to your working project?

  6. #16
    Constant Bitrate
    Join Date
    Sep 2003
    Location
    LA, CA
    Posts
    140
    yes
    and i tried to keep RR running normal without specific line in RR.ini

    try this and let me know...

    RR+.exe

    - save ini files in INI_PATH (INI_PATH need to be set in RR.ini)
    RR.ini
    ini_path=d:\my documents

    - restore volume stored in 'resume.ini' from hibernation
    (INI_PATH need to be set in writable directory also
    HibernateReload and HibernateAware must be set TRUE)

    - change skin automatically by time set in RR.ini
    RR.ini
    autoskin=true
    daystart=0600
    nightstart=1800
    (once you change skin in skin browser, auto_skin will be disable
    then once you change skin back to right skin depending on time, it will be enabled again)

    - added '..' in list to go back to directory where you came from
    when you go in to a item listed on 'BROWSE.RRL'
    (i use BROWSE.RRL to access into CDROM then i noticed i can not go back to music folder)

    - working on dynamic volume
    (need to figure out how to get SPEED from FreeDrive
    FreeDrive is configured to send speed value to roadrunner but not sure how to optain in RR
    this is not FDSPEED showing in RR skin...)

  7. #17
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    -Man, you have no idea how much trouble you're bringing on yourself by having RR in an un-writeable partition. There are numerous amout of files being saved all the time in RR's folder.. to list a few: Mixer Presets, Mappoint data, Playlists, Settings on and on. Also, if Winamp is not on a writeable partition, many playlist functions won't work right (because winamp.m3u won't be written propperly to Winamp's folder). I honestely don't see (or don't understand) the benefits of having winamp and RR on the un-writeable partition.

    -I haven't made the auto switch skin exactly because I want to see about the lat/long sunset calculation.

    -You're taking away from the flexibility of BROWSE.RRL by using the ".." to return to the previous directory -- although it can always be re-adjusted by adding more BROWSE.RRL files. The way to return to your music folder is the "GO HOME" feature (Press and hold the BROWSE button).

    -FD messages should come in through the COMReceive sub and should likely be parsed just like the RDSTEXT and RDSNAME messages are.. I am already planning on doing this pretty soon.
    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."

  8. #18
    Newbie
    Join Date
    Sep 2005
    Location
    Georgia
    Posts
    53
    Guino:

    I think what iPal is trying to do is very similar to what i want myself. here's my setup.

    I've got an ewf protected drive that has Windows and RR on it.
    Music and winamp are on drive 2, unprotected.

    We'd like it so that the resume.ini could be on the 2nd drive (as well as the other drives) so that when we reboot and the OS is reverted to the previous state, all the current settings (music status, movie status, gps status, etc.) will be reloaded.

    Keep in mind, a protected drive doesn't mean that it's unwritable, just that it's changes get wiped on reboot.

    My current solution is a winamp plugin that saves the song status every 5 seconds in the winamp (unprotected) directory. that way after a reboot, it still remebers where it is. it's a workaround, but it works. i just wish RR could take care of this every time it shuts down, rather than having to do it every 5 secs.

  9. #19
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    Quote Originally Posted by TheUni
    Guino:

    I think what iPal is trying to do is very similar to what i want myself. here's my setup.

    I've got an ewf protected drive that has Windows and RR on it.
    Music and winamp are on drive 2, unprotected.

    We'd like it so that the resume.ini could be on the 2nd drive (as well as the other drives) so that when we reboot and the OS is reverted to the previous state, all the current settings (music status, movie status, gps status, etc.) will be reloaded.

    Keep in mind, a protected drive doesn't mean that it's unwritable, just that it's changes get wiped on reboot.

    My current solution is a winamp plugin that saves the song status every 5 seconds in the winamp (unprotected) directory. that way after a reboot, it still remebers where it is. it's a workaround, but it works. i just wish RR could take care of this every time it shuts down, rather than having to do it every 5 secs.
    Have you considered/tried puttin RR on the UNPROTECTED drive ? basically, RR will save resume info onto its own path. If the changes it makes are lost after hibernation, then it won't be able to resume ... there are countless setting files used for saving previous states, and those just wont work on a protected drive -- besides, I'm assuming you'd have to be making a new hibernation restore point everytime a patch/update for RR comes out.
    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."

  10. #20
    Newbie
    Join Date
    Sep 2005
    Location
    Georgia
    Posts
    53
    guino:

    I haven't tried putting RR on the protected drive because microsoft recommends not having ANY other drives plugged in while creating a HORM resume point. I dont know how severe the risk is, but they say it could lead to data corruption due to data in the secondary HD's cache being reloaded while windows may not be in the same state.
    here's the new plan, though:
    I found an old 40gig drive laying around, i'm gonna play with it. i'll format it and leave it blank, then create the HORM point while the drive is installed, but with no data. that way if it gets corrupted, no big deal. only problem is, if RR is going to be on the 2nd HD (as the shell, obviously), how can i create that point with the formatted drive? i seem to be running in circles trying to get this working :\

    Edit:
    Just came across this site that may help us out:
    http://msdn.microsoft.com/library/de...figuration.asp

    It describes how to Dismount a volume thereby making it safe to create a restore point with multiple drives plugged in.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. RR 3-30-05 ... Mappoint ...
    By guino in forum Road Runner
    Replies: 122
    Last Post: 04-06-2005, 01:47 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •