|
 |
|
10-26-2006, 09:01 AM
|
#46
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
i know whats going on... the only exe i've updated since i fixed the changes was ratings.exe. the other .exe's will be updated today. ratecheck.exe is what you have running and it needs to be fixed. thats why youre indicators arent working. I'll have somethin out by the end of the day.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
10-26-2006, 09:07 AM
|
#47
|
|
Variable Bitrate
Join Date: Aug 2004
Location: NH
Posts: 296
|
Quote: Originally Posted by liquid_smoke 
that fixes the path issue. For some reason its still not tracking if the song is rated or not. For example, if i rate it 5starts, then go to rate it again, none of the stars are active and it shows it as not rated. Actually a lot of features still aren't working right. If i rate a song to be 5 stars, then rate it as 3 stars, its now located in both playlist, before it would check to make sure no duplicates.
Im still having some other issues though but im not sure if this is because how i have it setup.
In my skin, on the main menu, i have 5 indicators and also in the audio player screen i have 5 indicators, for the 5 stars.
The way i had it setup, before whatever changed in the last RR release, is when you played a song it would check to see what rating it was and set the indicators so you didnt have to guess if it was rated or not.
ill have to dig a little and see if i can figure out whats going on.
EDIT: SonicX, I was typing this up while you were replying to the post.
Same here. As of now, I can get the plug-in to even add the song to the playlist. I press the ratings button, select 5 stars and than go to the playlist and it's not there.
This is on my test laptop. Hopefully by this afternoon, I'll be able to test it in the car. It used to work before the rr update. My laptop at home has the pre-update version of road runner. I guess if I compared what files where changed and what was changed on them?
__________________
Car PC Progress
(>>>>>>>>>>>>---) 90%
"Don't speak about it, be about it"
Last edited by CARLOS_CET; 10-26-2006 at 09:08 AM.
Reason: New Update
|
|
|
10-26-2006, 09:46 AM
|
#48
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
ok new FULL version available. Please note that the new command to launch the skin is:
Code:
"MENU;ratings.skin||RunQW;C:\Program Files\Road
Runner\Ratings\ratecheck.exe|$CURTRACK$"
provided you've updated your skins with CUSTOM this version should be fully functional
Oh and i also included the exectbl.ini entries for my flash skin.. THIS is another reason as to why it wasnt working as intended lol
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Last edited by Sonicxtacy02; 10-26-2006 at 10:14 AM.
|
|
|
10-26-2006, 09:48 AM
|
#49
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
Quote: Originally Posted by CARLOS_CET 
EDIT: SonicX, I was typing this up while you were replying to the post.
Same here. As of now, I can get the plug-in to even add the song to the playlist. I press the ratings button, select 5 stars and than go to the playlist and it's not there.
This is on my test laptop. Hopefully by this afternoon, I'll be able to test it in the car. It used to work before the rr update. My laptop at home has the pre-update version of road runner. I guess if I compared what files where changed and what was changed on them?
download the update... change your launch command as posted in the README and lemme know if it fixes it.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
10-26-2006, 02:24 PM
|
#50
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
@CARLOS_CET
if your using the lsx void skin there are additional steps that need to be done to have it working as before. As soon as i have it back up and running on my end im going to post a list of changes that need to be made to all the .skin files involved.
|
|
|
10-26-2006, 02:28 PM
|
#51
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
Quote: Originally Posted by Sonicxtacy02 
ok new FULL version available. Please note that the new command to launch the skin is:
Code:
"MENU;ratings.skin||RunQW;C:\Program Files\Road
Runner\Ratings\ratecheck.exe|$CURTRACK$"
provided you've updated your skins with CUSTOM this version should be fully functional
Oh and i also included the exectbl.ini entries for my flash skin.. THIS is another reason as to why it wasnt working as intended lol
also for a more universal command you can use this.
Code:
"MENU;ratings.skin||RunQW;$rrpath$Ratings\ratecheck.exe|$CURTRACK$"
this uses the rrpath as a var so no matter what dir RR is installed to the command will still work.
|
|
|
10-26-2006, 02:49 PM
|
#52
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
getting close.
everything is working almost.
every song seems to take the rating of the last song rated.
So for example, if i rate a track as 5 stars, all songs from then on show that they are rated 5 stars.
Rate another song as 3 stars, now all songs are 3 songs, even those previously rated 5 stars.
If i delete all 5 of the m3u files (should wipe all ratings) and restart RR, every song is rated as 3 stars, even though none of those playlist exist yet.
Another thing i noticed, if i rate a song at this point it (5star) it will create the playlist for 5star and 3star.
almost there
|
|
|
10-26-2006, 03:03 PM
|
#53
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
one other thing i noticed, i think the problem is.
example:
5 songs loaded in playlist
rate track 01 as 5 stars, its written to 5 stars.m3u
rate track 02 as 3 stars, its written to 3 stars.m3u and the contents of all other m3u files are cleared.
if i manually edit the m3u files with the songs that should be under that rating, everything works perfect, till i rate another song.
Last edited by liquid_smoke; 10-26-2006 at 03:05 PM.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
10-26-2006, 03:21 PM
|
#54
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
do me a favor and add these to your exectbl.ini and see if it still does that. i'm not having those problems here:
Code:
"ONSONGSTART","SETVARBYCODE;curtrack;trackpath"
"ONSKINSTART","SETVARBYCODE;curtrack;trackpath"
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
10-26-2006, 03:35 PM
|
#55
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
i was just about to ask about the $curtrack$ i didnt see it referenced or set anywhere else and a quick scan of SkinCommands.txt didnt show it so i was wondering if was a typo for a standard command.
you could of prob used $TRACKPATH$ that is a standard RR var instead, that way you dont have to set the var you can just use it.
Everything works perfect now.
Thanks
Last edited by liquid_smoke; 10-26-2006 at 03:38 PM.
|
|
|
10-26-2006, 04:04 PM
|
#56
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
another update
there was some inconsistency in the way star rating.exe was done as opposed to the other .exe's. star rating.exe was still only working with the "whats happening" plugin from ver 1.0. I fixed this in the coding and adapted all my sample skins(and lsx). Any of you using custom skins need to update them again (i know i know). Basically, you just add "$CURTRACK$ to the end of each star rating.exe button. for example:
old button code:
RUNQ;C:\Program Files\Road Runner\Ratings\star rating.exe|5
new button code:
RUNQ;C:\Program Files\Road Runner\Ratings\star rating.exe|5$CURTRACK$
do this for all 5 star rating.exe buttons... or just copy the skin sample over
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
10-26-2006, 04:08 PM
|
#57
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
Quote: Originally Posted by liquid_smoke 
i was just about to ask about the $curtrack$ i didnt see it referenced or set anywhere else and a quick scan of SkinCommands.txt didnt show it so i was wondering if was a typo for a standard command.
you could of prob used $TRACKPATH$ that is a standard RR var instead, that way you dont have to set the var you can just use it.
Everything works perfect now.
Thanks
glad its working for you now and sorry if you lost playlists cause i left that info out lol. in regards to $curtrack$ vs. $trackpath$, well guino was teaching me how to use variables by example when i first started working on the ratings plugin and i kinda just used his example in the code. I could change it now but i'd probably mess somethin else up in the process
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
10-26-2006, 04:17 PM
|
#58
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
yeah, its all working good now so no need for more changes.
dont worry about the lost playlist, they were only temp ones i use on my desktop, i dont care about those. The ones in my car i believe are still good.
|
|
|
10-26-2006, 04:37 PM
|
#59
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
lsx void ratings skin update
only for people using lsxvoid RR skin
STEP1:
download the attached file and unzip it into the lsxvoid skins dir, overwrite any existing files.
STEP2:
DONOT copy and paste, these lines already exist , they just need to be found and updated
ExecTBL.ini entries, found in skin dir, not root of RR
Code:
"ONSKINSTART","SETUPMENULABEL01||SETTOPAPPSALL||SETTOPLABELALL||LSONSKINSTART||SETVARBYCODE;ANTISTATUS;STATUS||SETVARBYCODE;curtrack;trackpath"
"RATINGS","MENU;ratings.skin||RunQW;$rrpath$Ratings\ratecheck.exe|$curtrack$"
"ONSONGSTART","SETVARBYCODE;curtrack;trackpath||ratecheck"
"ratecheck","setind;CUSTOM1starindicator;OFF||setind;CUSTOM2starindicator;OFF||setind;CUSTOM3starindicator;OFF||setind;CUSTOM4starindicator;OFF||setind;CUSTOM5starindicator;OFF||SETVARBYCODE;curtrack;trackpath||RunQ;$rrpath$Ratings\ratecheck.exe|$curtrack$"
"ratecheck2","RunQW;$rrpath$Ratings\ratecheck.exe|$curtrack$"
STEP3:
menu and audio player indicators need to be updated.
in "menu.skin" and "audio_player.skin" edit the 5 indicators in these files so the format is like below
before "!5starindicator"
after "CUSTOM5starindicator"
i would just include the .skin files and ExecTBL.ini for you to copy over your existing ones, but my local copies of these files have other changes that are not compatible with the current released version of lsxvoid. So you have to manually update these files till the next full release of lsxvoid.
if anyone has any serious problems doing the manual update of those files, send them to me and ill update them for you and post them back.
I dont have a local copy of the release ver of lsxvoid, only the unreleased update.
if someone wants to post those files, the only files i would need are
menu.skin
audio_player.skin
ExecTBL.ini (found in skin dir)
but the instructions above should be good to follow.
Last edited by liquid_smoke; 10-26-2006 at 04:40 PM.
|
|
|
10-26-2006, 07:09 PM
|
#60
|
|
Variable Bitrate
Join Date: Aug 2004
Location: NH
Posts: 296
|
Thanks LS and SonicX.
I've been hurting without this plugin for too long. I did the steps that you posted, LS, and everything is working great.
LS, did you want the updated .ini files? I believe that the ones I have are not really modified but not 100%. I can post those. I think that these instructions you listed are pretty easy to follow but let me know if you want me to post the .ini files.
__________________
Car PC Progress
(>>>>>>>>>>>>---) 90%
"Don't speak about it, be about it"
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:52 AM.
| |