Search found 1321 matches
- Thu Feb 05, 2009 1:46 am
- Forum: Wishlist (mmw)
- Topic: No Error reporting for failed tag writes [#5416]
- Replies: 5
- Views: 3035
No Error reporting for failed tag writes [#5416]
My .wma tracks were not being tagged because of an unupdated version of Windows Media Player yet MM reported no errors that it was unable to write the tags. I'm also wondering if it will report the error if the track is read only? If the user is not notified of the errors then they cannot be correct...
- Thu Feb 05, 2009 1:34 am
- Forum: Need Help? (mmw)
- Topic: combining databases for mainly ratings
- Replies: 7
- Views: 790
Re: combining databases for mainly ratings
The only way I can think of is to... 1. Disable tag updating 2. Replace the MM.DB with a backup/converted MM2 MM.DB 3. Start MM, manually sync selected tracks that are missing/wrong ratings etc (you might have to do a search for missing tracks each time) 4. Export M3Us of all playlists needed 5. Rep...
- Wed Feb 04, 2009 3:32 pm
- Forum: Need Help? (mmw)
- Topic: combining databases for mainly ratings
- Replies: 7
- Views: 790
Re: combining databases for mainly ratings
Sorry but the script won't help in this situation.
- Mon Feb 02, 2009 1:40 am
- Forum: Need Help with Addons?
- Topic: Playlist Sandbox v1.5 (10-10-08) [MM3]
- Replies: 66
- Views: 18546
- Sat Jan 31, 2009 3:45 pm
- Forum: MediaMonkey for Windows 4 Beta Testing
- Topic: Error Uninstalling script
- Replies: 1
- Views: 654
Error Uninstalling script
Uninstall.vbs missing Custom Properties Panel Closing MM after also produced an error Both emailed to MM support (I hope) Uninstall.ini [Delete] File={app}\Scripts\PropertiesPanel.ini [Delete] File={app}\Scripts\Auto\PropertiesPanel.vbs [Delete] File={app}\Scripts\PropertiesPanel\content_top.jpg [De...
- Fri Jan 30, 2009 7:33 pm
- Forum: MediaMonkey for Windows 4 Beta Testing
- Topic: Overwriting Node SortGroup and maybe SortCriteria
- Replies: 18
- Views: 5853
Re: Overwriting Node SortGroup and maybe SortCriteria
No Mantis Entry
Not fixed 3.1.0 1220
Not fixed 3.1.0 1220
- Fri Jan 30, 2009 7:30 pm
- Forum: Need Help with Addons?
- Topic: Now Playing Art Node v1.5.2 (31-01-09) [MM3]
- Replies: 26
- Views: 10294
Re: Now Playing Art Node v1.5.2 (31-01-09) [MM3]
New Version
' 31-01-09 Version 1.5.2
' Added VersionLo check for 3.1
' Added Set ini = Nothing each sub
' 31-01-09 Version 1.5.2
' Added VersionLo check for 3.1
' Added Set ini = Nothing each sub
- Fri Jan 30, 2009 1:12 am
- Forum: MediaMonkey 4 Addons developer forum
- Topic: Database format changed
- Replies: 47
- Views: 20831
Re: Database format changed
I asked about this in the sqlite news group and they replied that I should send the results to a temp virtual table? and run seconday etc from there.
ie. blah blah blah limit ---> temp virtual table
blah blah blah from temp virtual table limit ---> temp virtual table2 etc
ie. blah blah blah limit ---> temp virtual table
blah blah blah from temp virtual table limit ---> temp virtual table2 etc
- Wed Jan 28, 2009 2:07 am
- Forum: Wishlist (mmw)
- Topic: Whislist: Embeddable visualization
- Replies: 11
- Views: 3008
Re: Whislist: Embeddable visualization
This has been a long time wish of mine, not just visulisations but "plugins" like mini lyrics etc.
Steegys work is outstanding, many thanks to him, but the time has come for for a real MM solution, please
Steegys work is outstanding, many thanks to him, but the time has come for for a real MM solution, please

- Wed Jan 28, 2009 1:58 am
- Forum: MediaMonkey for Windows 4 Beta Testing
- Topic: 1209: Unorganized tracks, again BUG#5184
- Replies: 12
- Views: 3335
Re: 1209: Unorganized tracks, again BUG#5184
Great News, I might even have to install it just to check it out 

- Wed Jan 28, 2009 1:54 am
- Forum: MediaMonkey for Windows 4 Beta Testing
- Topic: Updating of Songs Table unnecessary when ... BUG#5246
- Replies: 7
- Views: 2657
- Sat Jan 24, 2009 9:26 pm
- Forum: MediaMonkey for Windows 4 Beta Testing
- Topic: Window border cut of scrollbar BUG#5245
- Replies: 2
- Views: 1143
Re: Window border cut of scrollbar BUG#5245
Hmm I wonder if this is causing this
- Sat Jan 24, 2009 5:12 pm
- Forum: MediaMonkey for Windows 4 Beta Testing
- Topic: Updating of Songs Table unnecessary when ... BUG#5246
- Replies: 7
- Views: 2657
Re: Updating of Songs Table unnecessary when ...
No easy script to reproduce it; would require most of DEISync code to reproduce.
- Sat Jan 24, 2009 5:06 pm
- Forum: MediaMonkey for Windows 4 Beta Testing
- Topic: Ctrl + A Triggers OnChangedSelection twice
- Replies: 4
- Views: 1395
Re: Ctrl + A Triggers OnChangedSelection twice
Save as OnSelection.vbs in Scripts\Auto\
Code: Select all
Sub OnStartup
Script.RegisterEvent SDB, "OnChangedSelection","OnSelection"
End Sub
Sub OnSelection
SDB.MessageBox "Onselection Triggered", mtError, Array(mbOk)
End Sub
- Sat Jan 24, 2009 4:59 pm
- Forum: MediaMonkey for Windows 4 Beta Testing
- Topic: Can't use Del or Enter key in Text Box or Text Area in web
- Replies: 4
- Views: 1761
Re: Can't use Del or Enter key in Text Box or Text Area in web
Install Custom Properties Panel, Create a panel with lyrics in it Try and add another line <enter> or <del> a char in the middle As for 1218 testing 1. If there isn't an entry in mantis I have to assume it hasn't been addressed 2. Extensive script testing is impossible on the same PC with 2 versions...