Page 21 of 30
Re: Cue Reader 5.2 [MM2+3]
Posted: Sun Apr 19, 2009 1:05 pm
by gamarjoba
Just doesn`t install on Windows 7 RC Beta 7077 + mediamonkey 3.1.0.1232
Re: Cue Reader 5.2 [MM2+3]
Posted: Sun Apr 19, 2009 1:11 pm
by gamarjoba
Though, seems to be workig if installed manually. thanks
Re: Cue Reader 5.2 [MM2+3]
Posted: Sun Apr 19, 2009 1:17 pm
by gamarjoba
doesn't switch tracks, but reads cue files.
Re: Cue Reader 5.2 [MM2+3]
Posted: Sun Apr 19, 2009 1:17 pm
by nohitter151
gamarjoba wrote:Though, seems to be workig if installed manually. thanks
I guess you didn't start MM as admin (right click MM icon, Run as administrator) and as a result you got "Product installation error".
Re: Cue Reader 5.2 [MM2+3]
Posted: Fri Jun 19, 2009 11:02 am
by Lona
I like the script, but to me it's not yet complete. It would be if:
-it's possible to search through cue sheets too
-it's possible to register playcounts
-it's possible to send individual playcounts to last.fm
The first is impossible for now, it would require a new search engine
The second is impossible if you only read data from the sheet and it would ask for tight integration like the first.
The third asks for a rewrite of the last.fm script or this one to manipulate the name of the song it's playing.
Third would be enough to me, because that way I can play a mix album without having to split and still don't have angry people knocking at my last.fm account. But it's a hell of a start, thanx a lot for the script!!
Re: Cue Reader 5.2 [MM2+3]
Posted: Sat Jun 20, 2009 3:03 am
by trixmoto
There is a script called "Almighty Cue Lord" which breaks a cue sheet into multiple dummy tracks within MM so all of these things would be possible.
Re: Cue Reader 5.2 [MM2+3]
Posted: Sat Jun 20, 2009 12:54 pm
by U'nik
Do you know how to pass ACUEL's track info to the last.fm plugin?
Re: Cue Reader 5.2 [MM2+3]
Posted: Sun Jun 21, 2009 3:55 am
by trixmoto
Well it's a track like any other, so the plugin will treat it like any other.
Re: Cue Reader 5.2 [MM2+3]
Posted: Sun Jun 21, 2009 2:55 pm
by Peke
I'm not sure about that as there is no On track End Event that trigger Last.fm plugin to submit.
Refreshing folders
Posted: Sun Jun 21, 2009 3:44 pm
by DeathAxe
Hi, I discovered a little issue with CueReader, which is a bit annoying in some situations.
When refreshing the database by pressing Ins-Key, which loads the selected folder's content and deletes no longer existing entries from the database, MediaMonkay always asks me for removing the song entries from database, which has been created by CueReader before. Those entries are Songs, which have been added to database from the cue sheet. As MediaMonkay does of course not find the file, it asks for deleting them. As I have several MP3+CUE files, it is hard to select the correct files to delete.
Btw. Could you think about a feature like embedded CUE files? Maybe read the custom1 field from ID3-Tag V2 and use it instead of the cue-sheet?
Re: Cue Reader 5.2 [MM2+3]
Posted: Mon Jun 22, 2009 3:17 am
by trixmoto
"Cue Reader" does not create any song entries, you must be getting confused with another script. Yes, it would be possible to add embedded cue files, I think. I'll add it to my list.
Re: Cue Reader 5.2 [MM2+3]
Posted: Tue Jun 30, 2009 12:27 pm
by Jackie78
Hi,
how can I get rid of the security warnings concerning an active X script not to be secure? It always happens when I play a song with cuesheet.
Re: Cue Reader 5.2 [MM2+3]
Posted: Tue Jun 30, 2009 12:30 pm
by Jackie78
Re: Cue Reader 5.2 [MM2+3]
Posted: Tue Jun 30, 2009 3:12 pm
by Eyal
Re: Cue Reader 5.2 [MM2+3]
Posted: Mon Aug 03, 2009 9:29 am
by Blizz
Because I'm a sucker for details I added a couple of lines to the MapXML function:
Code: Select all
If hold = "" Then
hold = " "
End If
(Right before the MapXML = hold line)
That way, if the field is empty, at least it will output an in the table cell, keeping the table clean.
Awesome script btw, really!