Search found 243 matches

by Christoph
Wed Apr 14, 2021 8:32 am
Forum: MediaMonkey 5 developer forum
Topic: Some questions regarding JS extensions
Replies: 12
Views: 3009

Re: Some questions regarding JS extensions

Thanks, take your time. :)
by Christoph
Tue Apr 13, 2021 2:05 pm
Forum: MediaMonkey 5 developer forum
Topic: Some questions regarding JS extensions
Replies: 12
Views: 3009

Re: Some questions regarding JS extensions

Yeah, a utility method and hint in the docs could help for these cases, thanks. :)
Did you mean double quote (") instead of ampersand (&) as your quoting character?
by Christoph
Mon Apr 12, 2021 3:04 pm
Forum: MediaMonkey 5 developer forum
Topic: Some questions regarding JS extensions
Replies: 12
Views: 3009

Re: Some questions regarding JS extensions

The MM5 search bars may be affected by this (build 2330) Imagine a song with title aaa'aaa . Searching for aaa'aaa returns the song which is correct. However if the song title is aaa"aaa I can't find it by looking for aaa"aaa . On the other hand searching for aaa'aaa or a'a'a'a'a'a also re...
by Christoph
Mon Apr 12, 2021 2:51 pm
Forum: MediaMonkey 5 developer forum
Topic: Some questions regarding JS extensions
Replies: 12
Views: 3009

Re: Some questions regarding JS extensions

Thanks to you both for your answers and your support. Let's take this query as an example: SELECT * FROM Songs WHERE SongTitle LIKE '%a%' The expression %a% may be taken from a search input. Because it's encapsulated with single quotes, entering a search expression like %a'% breaks the query and lea...
by Christoph
Sun Apr 11, 2021 2:57 pm
Forum: MediaMonkey 5 developer forum
Topic: Some questions regarding JS extensions
Replies: 12
Views: 3009

Re: Some questions regarding JS extensions

2) I actually did start work on a .d.ts file a while ago, which contained globally accessible methods and such. If it'd be helpful to you, like to help your IDE with auto code completion and what not, I can continue on it and we could possibly release it with the code. Thanks for the offer. :) If t...
by Christoph
Thu Apr 08, 2021 4:26 pm
Forum: MediaMonkey 5 developer forum
Topic: Some questions regarding JS extensions
Replies: 12
Views: 3009

Re: Some questions regarding JS extensions

Thanks for the response.

Regarding 3)
Thanks. That worked:

Code: Select all

QueryResult.names.forEach((column) => console.log(column.toString()));
Is this considered a stable public API as it isn't documented here? https://www.mediamonkey.com/webhelp/MM5 ... sults.html
by Christoph
Wed Apr 07, 2021 4:17 pm
Forum: MediaMonkey 5 developer forum
Topic: Some questions regarding JS extensions
Replies: 12
Views: 3009

Some questions regarding JS extensions

Hey, at first, thanks for this great reboot of MediaMonkey. Basing it largely on web technology is a very nice way to simplify addon development and get it in line with other tools based on frameworks like Electron. :) Were there any reasons to not base it on Electron? While getting my hands dirty w...
by Christoph
Sun May 17, 2015 12:06 pm
Forum: Bug Reports (MMW4)
Topic: Playback hangs and loops
Replies: 7
Views: 4814

Re: Playback hangs and loops

Does it happen when you are rating or somehow tagging the same track as it's in its last few moments of playback? It's been an issue in MM for quite a long time No, I'm not doing anything however MM performs some tasks when ending a song. See: http://www.mediamonkey.com/support/index.php?/Knowledge...
by Christoph
Fri May 15, 2015 6:22 am
Forum: Wishlist (MMW4)
Topic: Current playlist doesn't get saved when crashing
Replies: 4
Views: 1672

Current playlist doesn't get saved when crashing

When MM crashes or will be killed through the process tab in the task manager the current playlist gets lost. Instead the previous state will be restored.

It seems that MM only saves the playlist during a successful shutdown.

Experienced in 4.1.8.1744 and previous versions.
by Christoph
Fri May 15, 2015 6:18 am
Forum: Bug Reports (MMW4)
Topic: Playback hangs and loops
Replies: 7
Views: 4814

Playback hangs and loops

Quite frequently I'm experiencing an issue where the player suddenly seems to hang and loops the same sound every approx. 5 seconds. The UI still responds but I can't pause the playback. Instead I have to switch to the next or previous track to get it working again. It happens mostly when a song end...
by Christoph
Fri May 31, 2013 12:23 pm
Forum: MediaMonkey for Windows 4 Beta Testing
Topic: Build 1638 - Lyrics don't wrap [#10939]
Replies: 12
Views: 6416

Re: Build 1638 - Lyrics don't wrap

That's right.

Thanks for reporting it in the bug tracker.
by Christoph
Fri May 31, 2013 9:53 am
Forum: MediaMonkey for Windows 4 Beta Testing
Topic: Build 1638 - Lyrics don't wrap [#10939]
Replies: 12
Views: 6416

Re: Build 1638 - Lyrics don't wrap

In the right pane where track info of the currently playing or selected song will be displayed.
by Christoph
Fri May 31, 2013 4:45 am
Forum: MediaMonkey for Windows 4 Beta Testing
Topic: Build 1638 - Lyrics don't wrap [#10939]
Replies: 12
Views: 6416

Build 1638 - Lyrics don't wrap [#10939]

Hi,
when viewing lyrics of a song, they don't wrap if the pane is too small.

Chris
by Christoph
Sun Jun 03, 2012 7:13 pm
Forum: MediaMonkey for Windows 4 Beta Testing
Topic: [1494] Bottom bar flickers when rating songs
Replies: 5
Views: 1680

Re: [1494] Bottom bar flickers when rating songs

Hmm. Ok, some more infos:

This seems to be related to the Vitreous skin which uses Aero in this area. Selecting different skins solves the issue. Changing back to Vitreous brings it up again.
However once when I changed back the skin there was no flickering until the next restart of MM.
by Christoph
Sun Jun 03, 2012 8:46 am
Forum: MediaMonkey for Windows 4 Beta Testing
Topic: [1494] Bottom bar flickers when rating songs
Replies: 5
Views: 1680

Re: [1494] Bottom bar flickers when rating songs

The status bar (x files to tag) isn't coming up. The whole bottom bar (EQ, transport buttons, progress bar, ratings, ...) flickrs. This also happens when loading a new song. It seems to update the bar because some song data changed. So the controls get redrawed. I don't remember that this happened i...