|
 |
|
01-12-2007, 02:18 AM
|
#106
|
|
I see dead kittens
Join Date: Dec 2003
Location: New York
Posts: 2,922
|
Quote: Originally Posted by Ruffy 
this is what i'd prefer
I am gonna begin writing a tag editor plugin for RR (because there is always this one tag that I mess up and I always wished there was a way to change it within RR) and I will see if I can integrate the ratings part of the tag. I'll give Sonic the info so he can integrate it with his plugin.
__________________
Installed
Asus A7N8X-VM - AMD Mobile Athlon 2400
512 Ram - 60GB HD - Opus 150w
Lilliput 7" - Rikaline 6010
[00000000000001100010-] 98% Completed
Check Out My Install!!!
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
01-12-2007, 08:41 AM
|
#107
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
if you write a tag editor it'd be easy for me to adjust my plugin to make use of it... but can rr read the tag information and load songs according to the rating inside the tag is the question.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
01-12-2007, 01:54 PM
|
#108
|
|
I see dead kittens
Join Date: Dec 2003
Location: New York
Posts: 2,922
|
Quote: Originally Posted by Sonicxtacy02 
if you write a tag editor it'd be easy for me to adjust my plugin to make use of it... but can rr read the tag information and load songs according to the rating inside the tag is the question.
Good question, that is something we have to ask guino
__________________
Installed
Asus A7N8X-VM - AMD Mobile Athlon 2400
512 Ram - 60GB HD - Opus 150w
Lilliput 7" - Rikaline 6010
[00000000000001100010-] 98% Completed
Check Out My Install!!!
|
|
|
01-15-2007, 02:47 PM
|
#109
|
|
Super Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
|
ADDTOFILE command in Road Runner
Any luck sonix? One thing that MAY save you a little bit oof coding, is RR now has the ability internally to append a line to a file.
ADDTOFILE;$PLAYLISTPATH$5Star.M3U;=$CURRENTTRACK$"
You would still have to look and see if the song is in that list already, but it would make adding a line to a playlist very easy, instead of having to read the file in, add the line, and then save the file back out again.
I am anxious to get this working in my skin, as it is a fantastic plugin! I have it all skinned and ready to go, just waiting on the bug fixes ect.
|
|
|
01-15-2007, 03:44 PM
|
#110
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
I've been working with enforcer on some fixes. He donated some of his time and code and i'll have the results of that out tomorrow hopefully.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
01-15-2007, 04:08 PM
|
#111
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
|
Still trying to track down that other little bug as well.
|
|
|
01-16-2007, 01:22 PM
|
#112
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
ok friends another version released. There are MANY changes that should make for a faster more streamlined (and easier to setup) experience. Please DELETE the previous ratings folder and any changes made to exectbl.ini. U will also have to copy the new .skin files over ur existing ones. Check post 1 for more details and by all means any bugs please report them.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
01-16-2007, 02:02 PM
|
#113
|
|
Low Bitrate
Join Date: Sep 2004
Location: Brussels - Belgium
Posts: 69
|
Thanks, it's working just fine now!!
Edit: i just noticed that the path of the song in the .m3u is wrong
it writes D: D:\MP3\... where it should be D:\MP3\...
Last edited by raphizzz; 01-16-2007 at 02:19 PM.
Reason: found a bug
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
01-16-2007, 07:18 PM
|
#114
|
|
Maximum Bitrate
Join Date: Mar 2006
Location: south bend, indiana
Posts: 518
|
im pretty sure that i followed all the directions. the buttons are all working / writing to the playlists correctly. very good progress. its very close (at least for me). the only problem i am having is that my indicators wont stay on. they turn on rightwhen i rate a song, but then turn off immediately. any suggestions?
|
|
|
01-16-2007, 07:21 PM
|
#115
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
|
Quote: Originally Posted by raphizzz 
Thanks, it's working just fine now!!
Edit: i just noticed that the path of the song in the .m3u is wrong
it writes D: D:\MP3\... where it should be D:\MP3\...
Actually it's doing that in all playlists, otherwise it seems to be working for me now.
What I would like to see though is:
When rating a previously rated song it puts it's old rating up before you re-rate it.
|
|
|
01-16-2007, 09:53 PM
|
#116
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
Quote: Originally Posted by raphizzz 
Thanks, it's working just fine now!!
Edit: i just noticed that the path of the song in the .m3u is wrong
it writes D: D:\MP3\... where it should be D:\MP3\...
There's something odd in RR that makes some labels show the drive letter and some dont. Easy fix though that will be done first thing tomorrow
Quote: Originally Posted by tundra2000 
im pretty sure that i followed all the directions. the buttons are all working / writing to the playlists correctly. very good progress. its very close (at least for me). the only problem i am having is that my indicators wont stay on. they turn on rightwhen i rate a song, but then turn off immediately. any suggestions?
are you mousing over your indicators? Unfortunately thats the way rr turns them off. Only way around this is to create a flash skin (which i have around here somewhere if you want it)
Quote: Originally Posted by Enforcer 
Actually it's doing that in all playlists, otherwise it seems to be working for me now.
What I would like to see though is:
When rating a previously rated song it puts it's old rating up before you re-rate it.
drive letter issue will be fixed tomorrow. And what you requested should happen if a song is rated. Thats the sole purpose of ratecheck.exe. Thats one thing i forgot to test today but i will tomorrow.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
01-16-2007, 10:11 PM
|
#117
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
|
Quote: Originally Posted by Sonicxtacy02 
are you mousing over your indicators? Unfortunately thats the way rr turns them off. Only way around this is to create a flash skin (which i have around here somewhere if you want it)
Funny, I don't have this issue
Quote: Originally Posted by Sonicxtacy02 
drive letter issue will be fixed tomorrow. And what you requested should happen if a song is rated. Thats the sole purpose of ratecheck.exe. Thats one thing i forgot to test today but i will tomorrow.
The indicators for the previously rated song are lit when the pop up comes, then disappear, but the current songs rating does not appear.
|
|
|
01-16-2007, 11:21 PM
|
#118
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
|
So sonic, how did you like working with the RR COM interface? Make things a little easier?
It might be about time I give this thing another go, now thats its a more mature plugin...
|
|
|
01-17-2007, 08:46 AM
|
#119
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
Quote: Originally Posted by Blue ZX3 
So sonic, how did you like working with the RR COM interface? Make things a little easier?
It might be about time I give this thing another go, now thats its a more mature plugin...
the inferface rocks  . And i had no idea it was as easy as it is. Definitely saves time and resources. Sadly i have put your getpaths() function to rest.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
01-17-2007, 12:04 PM
|
#120
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
new version released. Check post 1
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
|
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 10:24 PM.
| |