|
 |
|
01-18-2007, 09:51 AM
|
#136
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
ok i've posted yet another version. I took out the way rr was writing to the playlist files and used the tried and true autoit method. Download the new version and overwrite your existing ratings.exe. Also there was an error in the exectbl "ONSONGSTART" entry. please lookat add to exectbl.ini for this.
I REALLY appreciate u guys sticking in and working the bugs out here. If this version gives you errors please list the following:
1. RR version
2. RR, music, and playlist install paths
3. Are .m3u's being created?
4. Are the songs being written to the correct m3u?
5. Any other issues
Doing it this way will reduce any confusion. Thanks
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
01-18-2007, 11:12 AM
|
#137
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
|
cool, ill give it a spin.
also note, i havnt had any of the issues others were having, all the updates worked fine for me.
|
|
|
01-18-2007, 01:18 PM
|
#138
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,937
|
Quote: Originally Posted by liquid_smoke 
also note, i havnt had any of the issues others were having, all the updates worked fine for me.
Then you're not really trying hard enough.
|
|
|
01-18-2007, 05:41 PM
|
#139
|
|
Maximum Bitrate
Join Date: Sep 2006
Location: Georgia
Posts: 512
|
updated everything, put the exectbl.ini stuff in both my main rr folder and my skins folder
still doesnt work. m3u files are still empty after rating.
Question
should the button that invokes the rating be
"MENU;ratings.skin||RunQW;C:\Program Files\Road Runner\Ratings\ratecheck.exe"
or
"MENU;ratings.skin||RunQW;C:\Program Files\Road Runner\Ratings\ratecheck.exe|$curtrack$"
I got the second method from LSX skin
__________________
Car : 00' Chrysler 300M
Speakers : Rainbow Audio SLC 265 | Subs : Diamond Audio D6 12" Subs X2
Amp's : Hifonics ZXi 6006 AB | Hifonics BXi 1606 D
CarPC: HP Laptop AMD Sempron 3000+ | 1.5GB RAM | DVD+RW | 80GB 5400RPM HD | ATI R200 Video
|
|
|
01-18-2007, 06:13 PM
|
#140
|
|
Maximum Bitrate
Join Date: Sep 2006
Location: Georgia
Posts: 512
|
found something slightly interesting
the m3u files are NOT empty. Well they are in the sense that the proper data isnt being stored. Instead blank lines are being appended to each file
So if I rate 10 songs with a 4 star rating i get 10 blank lines in the m3u file
if you open up the file in a hex editor you can see this
0D 0A 0D 0A 0D 0A 0D 0A 0D 0A 0D 0A 0D 0A 0D 0A
One pair for each line. So it is attempting to write the data. but the plugin itself isnt pulling the song info from roadrunner like said above. Com issue? Would be nice if the plugin could interface with winamp directly for all the info it needed. Course if it could do that then it would be nicer if it used winamps built in rating support.
Oh wells. Best of luck.
__________________
Car : 00' Chrysler 300M
Speakers : Rainbow Audio SLC 265 | Subs : Diamond Audio D6 12" Subs X2
Amp's : Hifonics ZXi 6006 AB | Hifonics BXi 1606 D
CarPC: HP Laptop AMD Sempron 3000+ | 1.5GB RAM | DVD+RW | 80GB 5400RPM HD | ATI R200 Video
|
|
|
01-18-2007, 06:35 PM
|
#141
|
|
Maximum Bitrate
Join Date: Mar 2006
Location: south bend, indiana
Posts: 518
|
1) the latest version (11/12/2006)
2)RR: C:\program files\road runner\
music: C:\Documents and Settings\Owner\Desktop\My Media\MP3s\Music\
playlists: C:\program files\road runner\playlists
--all default
3) yes
4) yes
5) my issue is that when i rate a song, the indicator stars light up, then turn off immediately in my audio_player.skin. everything else is working fine for me tho. i am following all the directions
|
|
|
01-18-2007, 06:36 PM
|
#142
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
Quote: Originally Posted by Ruffy 
updated everything, put the exectbl.ini stuff in both my main rr folder and my skins folder
still doesnt work. m3u files are still empty after rating.
Question
should the button that invokes the rating be
"MENU;ratings.skin||RunQW;C:\Program Files\Road Runner\Ratings\ratecheck.exe"
or
"MENU;ratings.skin||RunQW;C:\Program Files\Road Runner\Ratings\ratecheck.exe|$curtrack$"
I got the second method from LSX skin 
first method is correct. $curtrack worked with old versions of the plugin
Quote: Originally Posted by Ruffy 
found something slightly interesting
the m3u files are NOT empty. Well they are in the sense that the proper data isnt being stored. Instead blank lines are being appended to each file
So if I rate 10 songs with a 4 star rating i get 10 blank lines in the m3u file
if you open up the file in a hex editor you can see this
0D 0A 0D 0A 0D 0A 0D 0A 0D 0A 0D 0A 0D 0A 0D 0A
One pair for each line. So it is attempting to write the data. but the plugin itself isnt pulling the song info from roadrunner like said above. Com issue? Would be nice if the plugin could interface with winamp directly for all the info it needed. Course if it could do that then it would be nicer if it used winamps built in rating support.
Oh wells. Best of luck.
i'm starting to wonder if it has something to do with having autoit and autoit beta installed. i did a quick test on a system that didnt have the beta installed and it didnt work. that would also explain why LS has it working (he uses autoit as much as i do). try updating both autoit and autoit beta.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
01-18-2007, 06:42 PM
|
#143
|
|
Maximum Bitrate
Join Date: Sep 2006
Location: Georgia
Posts: 512
|
Quote: Originally Posted by Sonicxtacy02 
first method is correct. $curtrack worked with old versions of the plugin
i'm starting to wonder if it has something to do with having autoit and autoit beta installed. i did a quick test on a system that didnt have the beta installed and it didnt work. that would also explain why LS has it working (he uses autoit as much as i do). try updating both autoit and autoit beta.
why do we even need autoit again? i thought when you compiled them to a .exe they were self contained.
I'll try the beta. dling it right now
__________________
Car : 00' Chrysler 300M
Speakers : Rainbow Audio SLC 265 | Subs : Diamond Audio D6 12" Subs X2
Amp's : Hifonics ZXi 6006 AB | Hifonics BXi 1606 D
CarPC: HP Laptop AMD Sempron 3000+ | 1.5GB RAM | DVD+RW | 80GB 5400RPM HD | ATI R200 Video
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
01-18-2007, 06:46 PM
|
#144
|
|
Maximum Bitrate
Join Date: Sep 2006
Location: Georgia
Posts: 512
|
beta installed
Still blank m3u's
__________________
Car : 00' Chrysler 300M
Speakers : Rainbow Audio SLC 265 | Subs : Diamond Audio D6 12" Subs X2
Amp's : Hifonics ZXi 6006 AB | Hifonics BXi 1606 D
CarPC: HP Laptop AMD Sempron 3000+ | 1.5GB RAM | DVD+RW | 80GB 5400RPM HD | ATI R200 Video
|
|
|
01-18-2007, 06:57 PM
|
#145
|
|
Maximum Bitrate
Join Date: Mar 2006
Location: south bend, indiana
Posts: 518
|
update: ok i accidently clicked on ratecheck.exe, and what do u know, RR loads and my current song is rated correctly. so, in conclusion, every time i reload ratecheck.exe, it does what the name of the app is (it checks to see if the current song is rated, and then does sets the indicators appropriately). so ta da, that works. however, if i rate a song 5 stars or whatever, then go to a new song (which has not been rated), it keeps the old rating up (from the 5 star song) for all the songs that i play until it finds a song that i have rated differently.
basically, ive got it working except whenever i dont have a song rated, it just keeps the rating from the previous song up (even if i run ratecheck after a song change).
so maybe you could create a 0 star.m3u, and have it turn off all the indicators. then i would put all my music into the zero star playlist, and whenever i rate a song differently, it would delete it from the zero star playlist and write it into one of the other 5 playlists. just an idea
by the way, im running autoit normal (not the beta version).
Last edited by tundra2000; 01-18-2007 at 07:02 PM.
|
|
|
01-18-2007, 07:02 PM
|
#146
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
check ur MAIN exectbl.ini for "ONSONGSTART". Do you have that command there? if so delete it. then make sure your skin exectbl.ini has
"ONSONGSTART","RUNQ;$RRPATH$Ratings\ratecheck. exe"
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
01-18-2007, 07:08 PM
|
#147
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
Quote: Originally Posted by Ruffy 
why do we even need autoit again? i thought when you compiled them to a .exe they were self contained.
I'll try the beta. dling it right now
u shouldnt need it but at this point i'm guessing what the problem is. There's nothing wrong with the script. It works on my computers, my friends computers, and LS confirmed it works on his. The question now is whats the difference between all these rr installs and the ones that arent working. If you're run the debugger version i posted yesterday and it showed you the track playing there is absolutely NOTHING that should stop execution... cause after that its just a matter of writing a line to a txt file. ive tried multiple ways of doing this... and all of them worked for the pcs mentioned earlier. I gotta find out why it doesnt work for the others
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
01-18-2007, 07:09 PM
|
#148
|
|
Maximum Bitrate
Join Date: Sep 2006
Location: Georgia
Posts: 512
|
is there supposed to be a space between ratecheck. and exe?
"ONSONGSTART","RUNQ;$RRPATH$Ratings\ratecheck. exe"
__________________
Car : 00' Chrysler 300M
Speakers : Rainbow Audio SLC 265 | Subs : Diamond Audio D6 12" Subs X2
Amp's : Hifonics ZXi 6006 AB | Hifonics BXi 1606 D
CarPC: HP Laptop AMD Sempron 3000+ | 1.5GB RAM | DVD+RW | 80GB 5400RPM HD | ATI R200 Video
|
|
|
01-18-2007, 07:13 PM
|
#149
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
no sorry that was a typo
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
01-18-2007, 07:15 PM
|
#150
|
|
Maximum Bitrate
Join Date: Sep 2006
Location: Georgia
Posts: 512
|
well my main execbtl is empty
my skins execbtl has the line. tried with both a space between ratecheck. and exe, and without just as ratecheck.exe
doesnt work.
__________________
Car : 00' Chrysler 300M
Speakers : Rainbow Audio SLC 265 | Subs : Diamond Audio D6 12" Subs X2
Amp's : Hifonics ZXi 6006 AB | Hifonics BXi 1606 D
CarPC: HP Laptop AMD Sempron 3000+ | 1.5GB RAM | DVD+RW | 80GB 5400RPM HD | ATI R200 Video
|
|
|
|
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 02:02 PM.
| |