Search found 401 matches
- Thu Jun 30, 2016 10:42 am
- Forum: Need Help with Addons?
- Topic: Now Playing HTML Panel 1.5
- Replies: 8
- Views: 24235
Re: Now Playing HTML Panel 1.5
Just a quick bump to announce version 1.5.
- Wed Jun 22, 2016 9:54 am
- Forum: MediaMonkey 4 Addons developer forum
- Topic: Undocking behavior
- Replies: 2
- Views: 3486
Re: Undocking behavior
This should illustrate the disappearing panel issue. I've added a sub to toggle the panel's handle so you can see that manually undocking and docking the panel works. For some reason, if I open the same HTML file in IE it's not controlling the panel. I swear that was working for me before and I don'...
- Tue Jun 21, 2016 3:36 pm
- Forum: MediaMonkey 4 Addons developer forum
- Topic: Undocking behavior
- Replies: 2
- Views: 3486
Undocking behavior
I'm trying to figure out how to natively make my HTML Now Playing Panel go full-screen. I've been able to figure out how to move it around from within the UI: Sub dockPanel(where) Dim panel : set Panel = CreateObject("SongsDB.SDBApplication") Panel.Objects("htmlpanel").dockedTo = where End Sub That ...
- Tue Jun 14, 2016 8:19 am
- Forum: Need Help with Addons?
- Topic: Artist Image Tagger 0.5
- Replies: 2
- Views: 3530
Re: Artist Image Tagger 0.5
Great! Can I ask why MusicBrainz is involved if the source sites aren't MusicBrainz? I'd really love to see this as an auto-tag my whole Library in the background Addon, of course it would also be nice if MM displayed the Artist Artwork when browsing an Artist. Thanks! MusicBrainz is involved becau...
- Mon Jun 13, 2016 2:16 pm
- Forum: Need Help with Addons?
- Topic: Artist Image Tagger 0.5
- Replies: 2
- Views: 3530
Artist Image Tagger 0.5
I wrote this to go along with my Now Playing HTML Panel - it's a script that will help you find artist backdrop images and tag your tracks with them. https://i.imgur.com/emjISKF.png You can choose from three different web sources (FanArt.tv, HTBackdrops.org and TheAudioDB.com) or choose a locally st...
- Wed Apr 27, 2016 4:56 pm
- Forum: Need Help with Addons?
- Topic: Now Playing HTML Panel 1.5
- Replies: 8
- Views: 24235
Re: Now Playing HTML Panel
Is that when you install it? As silly as it sounds, just run the .mmip package again and I bet it'll work. I ran into that a couple times when I was packaging the script, but it was intermittent and could never quite pin it down.
- Wed Apr 27, 2016 12:29 pm
- Forum: Need Help with Addons?
- Topic: Now Playing HTML Panel 1.5
- Replies: 8
- Views: 24235
Re: Now Playing HTML Panel
I'd guess it's because you're running MM3, but that's just a guess. I'm using MM4, myself.sixtiesstereo wrote:I'm getting an "invalid install package" error and it won't install.
Using MM 3.x. on Windows 10. Any ideas?
- Mon Apr 25, 2016 11:36 am
- Forum: Need Help with Addons?
- Topic: Now Playing HTML Panel 1.5
- Replies: 8
- Views: 24235
Re: Now Playing HTML Panel
I've made a couple updates to the script. The new version (0.2) should fix the "Object required: img" error messages that pop up occasionally when the track changes, and the ratings should now display properly.
The download link is in the first post in this thread.
The download link is in the first post in this thread.
- Fri Apr 22, 2016 9:18 am
- Forum: Need Help with Addons?
- Topic: Now Playing HTML Panel 1.5
- Replies: 8
- Views: 24235
Now Playing HTML Panel 1.5
Some fairly hefty changes, mostly revolving around CSS, means this gets to jump to 1.5! http://i.imgur.com/sWuVYB8.png http://i.imgur.com/gafuAVR.png http://i.imgur.com/g2jhRxl.png What's New? An alternate CSS style has been added to highlight artist images. You can choose between the standard layou...
- Tue Jul 28, 2015 8:08 am
- Forum: Need Help with Device Synchronization?
- Topic: LG 4
- Replies: 4
- Views: 1602
Re: LG 4
MM swaps the names of the internal storage and SD card on my LG G3 (running Lollipop) as well. Caught me by surprise when I thought I was syncing music to the SD card only to have it not be there when I looked at the contents in Windows. I don't have any problems browsing the music on the phone, how...
- Wed Jan 28, 2015 3:37 pm
- Forum: Need Help with Addons?
- Topic: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]
- Replies: 2458
- Views: 871412
Re: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2
I know it must be possible, but I've not been able to figure it out:
A node similar to the "Artists with at least one track with track rating >= 4 stars", but filtering out any tracks that aren't rated 4+ stars. Ideally, filtering out any artists with fewer than x tracks rated 4+ stars.
A node similar to the "Artists with at least one track with track rating >= 4 stars", but filtering out any tracks that aren't rated 4+ stars. Ideally, filtering out any artists with fewer than x tracks rated 4+ stars.
- Sat May 31, 2014 9:43 am
- Forum: MediaMonkey 4 Addons developer forum
- Topic: Tunein Radio
- Replies: 3
- Views: 2434
Re: Tunein Radio
Nope. After a while, the XML files were coming up blank (even in my browser). I never could figure it out, although I figured that they were probably blocking my IP address.
- Thu Apr 03, 2014 5:01 pm
- Forum: News and Other Stuff
- Topic: Command line control
- Replies: 5
- Views: 4861
Re: Command line control
Since I am not a programmer or script writer I have to ask, do I just use this code "as is"? That is, is there anything in the code I have to replace or is it simply copy/paste into notepad and save with a .vbs extension? Also, you say you use it to unpause MM as well. This is accomplished simply b...
- Thu Apr 03, 2014 4:55 pm
- Forum: Need help (mma)
- Topic: nomedia
- Replies: 1
- Views: 1647
nomedia
I assume that MediaMonkey respects .nomedia files, correct?
If so, can that be overridden? Personally, I like to keep my local music separate from the music in the Google Play cloud, and having a .nomedia file in my music directory is the only way I can do that.
If so, can that be overridden? Personally, I like to keep my local music separate from the music in the Google Play cloud, and having a .nomedia file in my music directory is the only way I can do that.
- Mon Mar 31, 2014 4:36 pm
- Forum: News and Other Stuff
- Topic: Command line control
- Replies: 5
- Views: 4861
Re: Command line control
You can fake it with a bit of vbscript. For example, this script will pause (or unpause) MediaMonkey if it's running and not stopped. strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" _ & strComputer & "\root\cimv2") Set colProcessList = objWMIServ...