Browse By Art 4.9 [MM2]
-
iffrunner
Here's the last line from the logfile:
UCASE(LEFT(Artists.Artist, 3)) = 'DE ', 4, UCASE(LEFT(Artists.Artist, 3)) = 'L' ', 4, UCASE(LEFT(Artists.Artist, 5)) = 'HET; ', 6, True, 1)) ASC
Some mistyping with the "ignore prepositions when sorting " option, I think....
Ive removed the ";" character after HET and the script works.
I see that the sorting on prepostions is not ignored in the browsebyart window (The Beatles, The Beach Boys all sorted on T)
But no problem.
Thanks for the help and keep up the good work
UCASE(LEFT(Artists.Artist, 3)) = 'DE ', 4, UCASE(LEFT(Artists.Artist, 3)) = 'L' ', 4, UCASE(LEFT(Artists.Artist, 5)) = 'HET; ', 6, True, 1)) ASC
Some mistyping with the "ignore prepositions when sorting " option, I think....
Ive removed the ";" character after HET and the script works.
I see that the sorting on prepostions is not ignored in the browsebyart window (The Beatles, The Beach Boys all sorted on T)
But no problem.
Thanks for the help and keep up the good work
Which node did you click on to see them sorted like this? The prefixes should always be ignored.
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.
-
iffrunner
I'm sorry but this works perfectly for me. Can you tell me what you prefix list is please?
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.
-
iffrunner
I did some testing with common prefixes as "the" or "a" the script works perfect. Even a typical Dutch prefix "De" gives no problems.
I had some Dutch prefix '' 't" and I think that one causes the problem.
It caused no problem with the sorting in the common artist nodes.
Since it occurs only once in my database, I'll work around it.
Thanks anyway !
I had some Dutch prefix '' 't" and I think that one causes the problem.
It caused no problem with the sorting in the common artist nodes.
Since it occurs only once in my database, I'll work around it.
Thanks anyway !
New version (4.6) is now available to download from my website. Changes include...
- Fixed occassional error when creating short titles
- Fixed filenames of cached pages not always valid
- Added link to remove current page from page cache
- Fixed page cache not clearing at startup

- Fixed occassional error when creating short titles
- Fixed filenames of cached pages not always valid
- Added link to remove current page from page cache
- Fixed page cache not clearing at startup
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.
small suggestion
Love the script, using it right now to sort though albums with out album art. Is it possible to sort the albums by artist. I see a by letter option, i would like to see it further broken down by artist within that letter.
Thanks
Willvill
Just found exactly what i was looking for in artist node thanks
Thanks
Willvill
Just found exactly what i was looking for in artist node thanks
you can call me a mediamonkeyite
If you click on the Artists node then you get all the albums grouped by artists, is this not what you mean?
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.
Change the settings in Tools, Options.
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.
First: Browse by Art is a great script, i use it in 95% to browse through my collection.
But there seems to be a problem when an Artist Name starts with a german "Umlaut". I have some Albums from a Band called "Die Ärzte" ("Die" is the German "The") But the band doesn't appear in the Artist Node. In the Album node the Albums can be found. So if i set the Sort Order to "Artist", no Album of this Band is listed. If the Umlaut is somewhere in the middle of the name, everything works fine.
But there seems to be a problem when an Artist Name starts with a german "Umlaut". I have some Albums from a Band called "Die Ärzte" ("Die" is the German "The") But the band doesn't appear in the Artist Node. In the Album node the Albums can be found. So if i set the Sort Order to "Artist", no Album of this Band is listed. If the Umlaut is somewhere in the middle of the name, everything works fine.
@Thollsten - I'll investigate this and try to get it fixed for the next version.
@Dieter - This is used when displaying the tracks in the "Playing" node.
@Dieter - This is used when displaying the tracks in the "Playing" node.
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.
-
Dieter
Great, I see. Thanks for the answer.
There seems to be a small bug in the display of the "playing" window. At the left of each listed track a "-" sign is shown and if you click on it the corresponding track is deleted from the now playing playlist. If you then click a second time on the "-" sign of the same track another track is deleted from the now playing playlist (it seems the track having the same number). Only if you select the menu entry "view, refresh" from the MM menu the contents of the "playing" window is refreshed and the "-" sign is changed into a "+" sign which enables you to re-introduce the previously deleted song into the now playing playlist.
So it seems that refreshing the "playing" window when clicking on - or + does not work.
By the way, pressing F5 or using the refresh entry of the context menu does not refresh the contents of the "playing" window. Only the menu entry "view, refresh" works.
Dieter
There seems to be a small bug in the display of the "playing" window. At the left of each listed track a "-" sign is shown and if you click on it the corresponding track is deleted from the now playing playlist. If you then click a second time on the "-" sign of the same track another track is deleted from the now playing playlist (it seems the track having the same number). Only if you select the menu entry "view, refresh" from the MM menu the contents of the "playing" window is refreshed and the "-" sign is changed into a "+" sign which enables you to re-introduce the previously deleted song into the now playing playlist.
So it seems that refreshing the "playing" window when clicking on - or + does not work.
By the way, pressing F5 or using the refresh entry of the context menu does not refresh the contents of the "playing" window. Only the menu entry "view, refresh" works.
Dieter
When you click a (-) icon it tells the script that a change has been made, but the page only checks if it needs to refresh every X seconds (in the settings) so it won't refresh unless you've enabled this.
Hitting F5 when focused on this view tells Internet Explorer to reload the page it is viewing, it does not tell the script to regenerate the page.
Hitting F5 when focused on this view tells Internet Explorer to reload the page it is viewing, it does not tell the script to regenerate the page.
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.