Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ChriUwe

Pages: 12 3 ... 10
1
Plugins / Re: Additional Tagging & Reporting Tools
« on: April 02, 2024, 07:30:41 PM »
EDITED

forgot to mention changes in the last version.

$TitleCase and $SentenceCase now have extended syntax:

$TitleCase(input,exceptionWords,wordSplittersASRString,exceptionCharsASRString)
$SentenceCase (input,exceptionWords)

if exceptionWords, wordSplittersASRString or exceptionCharsASRString are completely empty, then ASR defaults are used. if they are whitespaces, then the function won't use any exception words, exception characters, or word splitters at all (excepted words are lowercased by these functions (besides the first and last word of the input string for the $TitleCase function),  words following exception characters are lowercased, and words after 'word splitters' will be capitalized). all characters and words must be separated by spaces. any number of the last parameters can be omitted. they will use ASR defaults in this case.

examples:

Code
$TitleCase("test", ,/ - &) is the same as:

$TitleCase("test", ,/ - &,) i.e., don't use excepted words, use characters / - & as word splitters, and use ASR defaults for characters after which the words must be lowercased.

Code
$TitleCase("test") is the same as:

$TitleCase("test",,,) i.e., use ASR defaults for excepted words, word splitters (spaces are always treated as word splitters), and characters after which the words must be lowercased.

It's about this new function!

2
Plugins / Re: Additional Tagging & Reporting Tools
« on: April 02, 2024, 06:10:04 AM »
I find it a bit strange when a new version is made available, it then contains bugs and you no longer get support for it!
There has been no feedback since March 03!

3
Questions / Re: Link to the photo
« on: March 25, 2024, 12:58:28 PM »
Man that is brilliant, don't know how you came up with that last step!  Thanks for letting us know what worked.  Just for clarification, in step #1 all you did was make sure "embedded" was the only choice checked and at the top, then clicked "Save"--you didn't also click "Rescan Artwork"?
Exactly "Rescan Artwork" I have not executed!

4
Questions / Re: Link to the photo
« on: March 25, 2024, 07:27:29 AM »
I have now tried the following workaround:

Edit -> Edit Preferences -> Tags (1) -> Edit List ...



I selected all files
Context Menu -> Edit -> Artwork



Tools -> Advanced -> Rescan All Files

After that I only have the embedded images and the orphaned links are removed!
It works, but in my opinion it is not a really elegant solution!

5
Questions / Re: Link to the photo
« on: March 24, 2024, 01:14:56 PM »
i made a small tweak to the latest patch version that might help with "Rescan Artwork"

I have tried the latest patch version 3.6.8849.
Unfortunately still no success  ;D

6
Questions / Re: Link to the photo
« on: March 24, 2024, 01:12:33 PM »
If none of the other suggestions here work, you should be able to remove the dead links using Tools > Artwork > Album Artwork Manager but it will be one album at a time.
Right click on the 'dead' artwork and select 'Remove'.

Thank you for this suggestion.
I have already tried this procedure. It would work, but unfortunately it would be very tedious as I would have to change more than 1200 albums!

7
Questions / Re: Link to the photo
« on: March 24, 2024, 09:38:46 AM »
How can I remove them all manually?

8
Questions / Re: Link to the photo
« on: March 23, 2024, 11:18:33 PM »
The images were automatically linked according to a rule. But then I had to change my source path, so that there are now orphaned links that I would like to have removed or updated!

9
Bug Reports / Re: Image links
« on: March 23, 2024, 09:09:48 PM »
Doesn't solve the problem either!

10
Bug Reports / Image links
« on: March 23, 2024, 06:58:45 PM »
Invalid links to the image cannot be removed!
See here:

https://getmusicbee.com/forum/index.php?topic=40920.0

11
Questions / Re: Link to the photo
« on: March 23, 2024, 06:52:14 PM »
Looks like a bug to me!

12
Questions / Re: Link to the photo
« on: March 23, 2024, 09:01:39 AM »
I did it exactly the same way, but unfortunately it doesn't work!
Current version 3.6.8843


13
Questions / Re: Link to the photo
« on: March 23, 2024, 06:50:23 AM »
Thank you for your quick reply.
I have already tried exactly that, but unfortunately the links still remain!

I'm using the latest patch version 3.6.

14
Questions / Link to the photo
« on: March 22, 2024, 08:21:02 PM »
How can I remove the link to the photo from all my images?
I only want to use the embedded images!



How can I get links to the photos from the database that are no longer valid?


15
Plugins / Re: Additional Tagging & Reporting Tools
« on: March 17, 2024, 12:31:35 PM »
Unfortunately I get an error message:



I described my problem here on March 03.

Pages: 12 3 ... 10