Search found 9922 matches

by trixmoto
Wed Mar 23, 2016 1:59 pm
Forum: MediaMonkey 5 developer forum
Topic: Porting MM4 scripts
Replies: 57
Views: 87073

Re: Porting MM4 scripts

To be honest, you get hounded even when they're free! At least you can tell them they get what they've paid for though :)
by trixmoto
Fri Aug 14, 2015 3:15 am
Forum: Need Help with Addons? (MMW4)
Topic: Backup 6.0 - Updated 01/07/2014
Replies: 1508
Views: 812347

Re: Backup 6.0 - Updated 01/07/2014

@terrypin - sorry, I'm only occasionally on the forum these days - what error are you getting? As shown in my post 8 weeks ago: https://dl.dropboxusercontent.com/u/4019461/MM-BackupEror-1.jpg Well this is export of M3U files that is failing. It's looping through all the playlists which have been ex...
by trixmoto
Fri Aug 14, 2015 2:58 am
Forum: Need Help with Addons? (MMW4)
Topic: Soundcloud integreation
Replies: 1
Views: 4992

Re: Soundcloud integreation

I've not looked specifically at SoundCloud, but it is possible for MM to stream music from a cloud account, as long as you can get access. I wrote an "MP3 Tunes Locker" script a while ago which did this - it had to update the access token in all of the songs each time you logged in, as the...
by trixmoto
Wed Jul 29, 2015 4:19 am
Forum: Wishlist (MMW4)
Topic: MM Cloud
Replies: 102
Views: 83622

Re: MM Cloud

Yeah, it's certainly been talked about before. I had a conversation with one of the developers a long time ago, and I was planning to try and get something into some sort of alpha state at least, a proof of concept. Unfortunately life took over, and I never found the time. I also have a few ideas on...
by trixmoto
Wed Jul 29, 2015 4:16 am
Forum: Need Help with Addons? (MMW4)
Topic: Batch Art Finder 4.2 - Updated 03/07/2012
Replies: 1693
Views: 739835

Re: Batch Art Finder 4.2 - Updated 03/07/2012

This script is currently useful, because Google keeps changing their search strings and results page source. One day I'll get round to resolving it, and then the next day they'll probably break it again. I'd love to use the proper API to avoid this, but it costs money, and I script for free (althoug...
by trixmoto
Wed Jul 29, 2015 4:14 am
Forum: Need Help with Addons? (MMW4)
Topic: Backup 6.0 - Updated 01/07/2014
Replies: 1508
Views: 812347

Re: Backup 6.0 - Updated 01/07/2014

@chamel - it has to delete all the files in the destination folder otherwise when you uninstall a script, it will still be there in the backup, for example. Just create a "MediaMonkey" (or whatever) folder within the destination that you want and choose that folder. There is an option to n...
by trixmoto
Wed Jul 29, 2015 4:08 am
Forum: Need Help with Addons? (MMW4)
Topic: Monkey Rok 6.2 - Updated 06/07/2014
Replies: 1167
Views: 485519

Re: Monkey Rok 6.2 - Updated 06/07/2014

There isn't a user manual, hopefully the options are fairly self explanatory, or there's this forum. For the Last.Fm username, I think it assumes that if you have Last.Fm, you're using the Last.fm Scrobbler script, and uses the username you've logged into this with.
by trixmoto
Wed Jul 29, 2015 3:59 am
Forum: Need Help with Addons? (MMW4)
Topic: Custom Report 3.2 - Updated 29/07/2014
Replies: 561
Views: 410706

Re: Custom Report 3.2 - Updated 29/07/2014

I'm surprised the script works at all for files which aren't in the library, as MM API is designed to work for files in the library. But I've added it to my list to have a look at why this is behaving differently for different output types.
by trixmoto
Wed Jul 29, 2015 3:54 am
Forum: Need Help with Addons? (MMW4)
Topic: Artist Top Tracks 1.5 - Updated 18/08/2012
Replies: 78
Views: 90218

Re: Artist Top Tracks 1.5 - Updated 18/08/2012

Thanks for posting that, I'm glad you've found the script useful.
by trixmoto
Wed Jul 29, 2015 3:46 am
Forum: Need Help? (MMW4)
Topic: copy multiple files from their shortcuts that point to them
Replies: 3
Views: 2759

Re: copy multiple files from their shortcuts that point to t

Yeah, you could definitely write a script to do this. Unfortunately a rarely find time for scripting at the moment :(
by trixmoto
Mon Jun 29, 2015 2:40 pm
Forum: Off Topic
Topic: World Community Grid
Replies: 0
Views: 3740

World Community Grid

World Community Grid enables anyone with a computer, smartphone or tablet to donate their unused computing power to advance cutting-edge scientific research on topics related to health, poverty and sustainability. Through the contributions of over 650,000 individuals and 460 organizations, World Com...
by trixmoto
Fri Jun 19, 2015 4:08 pm
Forum: MediaMonkey 5 developer forum
Topic: Porting MM4 scripts
Replies: 57
Views: 87073

Re: MM5 Developer API

Wow, a bold and exciting move - I'm looking forward to trying it out. I'm never going to find time to port all my scripts across, but I only learned VBScript for MM scripting, HTML/CSS/Javascript is where I'm more comfortable, so I don't mind the change. Some of my scripts reply on VBscript function...
by trixmoto
Wed Jun 03, 2015 3:03 pm
Forum: Need Help with Addons? (MMW4)
Topic: Genre Finder 5.0 - Updated 05/08/2012
Replies: 992
Views: 767484

Re: Genre Finder 5.0 - Updated 05/08/2012

I'm not sure, I think that should work :-?
by trixmoto
Wed Jun 03, 2015 2:54 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: API, SDBSongData.Artist.ID always 0?
Replies: 1
Views: 4896

Re: API, SDBSongData.Artist.ID always 0?

This has been discussed before... http://www.mediamonkey.com/forum/viewtopic.php?f=19&t=41105&hilit=artist+id The reason it returns 0 is because it would actually need to return a list of IDs, as there could be multiple artists, and the developers decided not to do this for performance reaso...
by trixmoto
Tue May 26, 2015 4:28 pm
Forum: Need Help with Addons? (MMW4)
Topic: Genre Finder 5.0 - Updated 05/08/2012
Replies: 992
Views: 767484

Re: Genre Finder 5.0 - Updated 05/08/2012

This script grabs tags from Last.Fm, so it doesn't matter which field you populate, this is just where the result ends up. You'll need to tailor your white/black lists in order to get tags which are relevant to the fields you're interested in.