Cue Reader 5.6 - Updated 20/07/2014
Re: Cue Reader 5.2 [MM2+3]
Just doesn`t install on Windows 7 RC Beta 7077 + mediamonkey 3.1.0.1232
-
- Posts: 23640
- Joined: Wed Aug 09, 2006 10:20 am
- Location: NJ, USA
- Contact:
Re: Cue Reader 5.2 [MM2+3]
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".gamarjoba wrote:Though, seems to be workig if installed manually. thanks
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?
Please no PMs in reply to a post. Just reply in the thread.
Need help? Got a suggestion? Can't find something?
Please no PMs in reply to a post. Just reply in the thread.
Re: Cue Reader 5.2 [MM2+3]
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!!
-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]
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.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Cue Reader 5.2 [MM2+3]
Do you know how to pass ACUEL's track info to the last.fm plugin?
Re: Cue Reader 5.2 [MM2+3]
Well it's a track like any other, so the plugin will treat it like any other.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Cue Reader 5.2 [MM2+3]
I'm not sure about that as there is no On track End Event that trigger Last.fm plugin to submit.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
Refreshing folders
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?
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]
"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.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Cue Reader 5.2 [MM2+3]
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.
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]
for which zone?olafbj wrote: "N.B. You will need the Internet Explorer security setting "Initialise and script ActiveX controls not marked as safe" set to at least prompt if not enable (otherwise you will get the error messge "ActiveX component can't create object: 'SongsDB.SDBApplication' ") - this is all the script is doing, connecting to MM."
![]()
![]()
Re: Cue Reader 5.2 [MM2+3]
Because I'm a sucker for details I added a couple of lines to the MapXML function:
(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!
Code: Select all
If hold = "" Then
hold = " "
End If
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!