|
Post by viper21 on Mar 13, 2020 9:17:36 GMT -5
were you using forward slash or backslash ? / \ Forward... as in %tn%/%tn% where I wanted "position in queue" over "total number of tracks" until those are supported.
|
|
|
Post by GoneMAD on Mar 13, 2020 9:35:04 GMT -5
were you using forward slash or backslash ? / \ Forward... as in %tn%/%tn% where I wanted "position in queue" over "total number of tracks" until those are supported. okay.. most likely due to the forward slash being used in </> i will look into it
|
|
|
Post by GoneMAD on Mar 14, 2020 20:16:03 GMT -5
fyi i am able to get / to work if its not inside a function. I will have to try it inside a function tomorrow
|
|
|
Post by GoneMAD on Mar 15, 2020 14:22:35 GMT -5
App is crashing when using %dn% and the value of the disc number in a track's metadata is empty. After the crash, the metadata area is blank. And the app won't even let me choose a default preset (I can choose "Customize Metadata" from the menu, but nothing happens. Can't even go into Folder or other screens, nothing happens.). Even deleting the custom_metadata.json doesn't help. Only way to rescue the app is by deleting the app data and starting from scratch. I also tried using "$ifgreater(%dn%, 1, CD%dn% %tn%, %tn%)" (ignore the logic of %tn%, it's supposed to be %ps%/%tt% when it's supported). It works when the track has a disc number value in it's metadata, but not when it's empty. And an additional problem, I tried to use a slash as a display string, but the import failed. I used it in "$ifgreater(%dn%, 1, CD%dn% %tn%/%tn%, %tn%/%tn%)" (again, ignore the logic of %tn%/%tn%). How could a slash be entered so that it is displayed as a string? I am running on Android 8. Samsung Galaxy S7. i fixed the disc number being blank thing.. but cannot find any issues with the slash ["<align=center><typeface=sans-serif><size=16>$ifgreater(%dn%, 1, CD%dn% %tn%/%tn%, %tn%/%tn%)"] loads fine for me.. so whatever issues you were having were most likely not related to the slash
|
|
|
Post by Alextremotion on Mar 15, 2020 18:46:24 GMT -5
PLAYCOUNT = %pc% and SKIPCOUNT = %skp% no work.
|
|
|
Post by GoneMAD on Mar 15, 2020 22:01:10 GMT -5
PLAYCOUNT = %pc% and SKIPCOUNT = %skp% no work. thanks.. might not be populated yet. will remove from list til beta 4
|
|
|
Post by viper21 on Mar 16, 2020 2:52:11 GMT -5
["<align=center><typeface=sans-serif><size=16>$ifgreater(%dn%, 1, CD%dn% %tn%/%tn%, %tn%/%tn%)"] loads fine for me.. so whatever issues you were having were most likely not related to the slash Problem was most likely related to %dn% crashing the app when metadata was null.
|
|
|
Post by viper21 on Mar 16, 2020 2:53:42 GMT -5
With %dn% issue now fixed in 3b, I can share my custom metadata profile:
[ { "markupLines" : [ ["<align=center><typeface=sans-serif><size=24><b><wrap>%tn%. %tr%"], ["<size=10><blank>"], ["<align=center><typeface=sans-serif><size=20><b>%ar%"], ["<align=center><typeface=sans-serif><size=20>%al%"], ["<size=10><blank>"], ["<align=left><typeface=sans-serif><size=16>CD%dn%","<align=right><typeface=sans-serif><size=16>%yr%"], ["<align=left><typeface=sans-serif><size=14>%ge%","<align=right><typeface=sans-serif><size=14>$upper(%ext%) %br%"] ] } ]
|
|
|
Post by MotleyGord on Mar 16, 2020 13:18:19 GMT -5
Updated the metadata display setup I'm currently using, at least until there is access to more of the tags and functions! 😋 [ { "markupLines" : [ ["<align=center><typeface=sans-serif-black><size=22><wrap>%tr%"], ["<align=center><typeface=sans-serif><size=16><color=accent><wrap>%ar% • %al% (%yr%)"], ["<align=center><typeface=sans-serif><size=16><color=secondary><wrap><i>$notempty(%cp%)</i>"], ["<size=10><blank>"], ["<align=center><typeface=sans-serif><size=10><color=secondary>%sr%Hz", "<align=center><typeface=sans-serif><size=10><color=secondary>%br%kbps", "<align=center><typeface=sans-serif><size=10><color=secondary>$upper(%ext%)"] ] } ]
|
|
|
Post by MotleyGord on Mar 16, 2020 15:56:08 GMT -5
This is going to be really awesome for adding custom display info. I read through all of the functions and supported information in the forum you mentioned. Besides the things you have already stated are planned, I'd also like to be able to use the $info(name) details for codec, codec_profile, encoding, and _bitspersample in the future.
|
|
|
Post by GoneMAD on Mar 16, 2020 16:53:27 GMT -5
This is going to be really awesome for adding custom display info. I read through all of the functions and supported information in the forum you mentioned. Besides the things you have already stated are planned, I'd also like to be able to use the $info(name) details for codec, codec_profile, encoding, and _bitspersample in the future. gmmp's tag reader / mp3tag does not read in those fields from audio files unfortunately
|
|
svenc
Junior Member
Posts: 85
|
Post by svenc on Mar 24, 2020 2:46:16 GMT -5
Is it possible to calculate? For example I will use kHz instead Hz xxxxhz/1000=xx,xKHz
... and in addition In gmmp 2 I missed the track number AND the max. tracks of an album - not of the queue....
01/10 - title
album has 10 tracks for example.... but the queue contains many albums....
The reason is. All my files +20.000 are tagged with a normal track number 00 - 99 not 01/10 - 99/99
|
|
|
Post by GoneMAD on Mar 24, 2020 9:35:56 GMT -5
|
|
|
Post by xianrex on Mar 24, 2020 10:51:20 GMT -5
Updated the metadata display setup I'm currently using, at least until there is access to more of the tags and functions! 😋 [ { "markupLines" : [ ["<align=center><typeface=sans-serif-black><size=22><wrap>%tr%"], ["<align=center><typeface=sans-serif><size=16><color=accent><wrap>%ar% • %al% (%yr%)"], ["<align=center><typeface=sans-serif><size=16><color=secondary><wrap><i>$notempty(%cp%)</i>"], ["<size=10><blank>"], ["<align=center><typeface=sans-serif><size=10><color=secondary>%sr%Hz", "<align=center><typeface=sans-serif><size=10><color=secondary>%br%kbps", "<align=center><typeface=sans-serif><size=10><color=secondary>$upper(%ext%)"] ] } ] This is a great idea - I'd love to have a separate place to share our metadata display code, so we can see what other users have come up with and learn from it (like the dot from yours)! Here's mine. In a related question, is there a way to comment the code: [ { "markupLines" : [ ["<align=center><wrap><typeface=sans-serif><size=22>%tr%"], ["<size=5><blank>"], ["<align=center><typeface=sans-serif><size=20>%ar%"], ["<size=5><blank>"], ["<align=center><wrap><typeface=sans-serif><size=20><i>%al%</i> $ifgreater(%yr%, 0, • %yr%)"], ["<size=5><blank>"], ["<align=center><wrap><typeface=sans-serif><size=16>$notempty(%co%)"] ] } ]
|
|
|
Post by GoneMAD on Mar 24, 2020 13:14:23 GMT -5
at some point i'll trim down the post to mostly show what people have posted (removing questions / feedback as they get incorporated into the top level post and into the app). Unfortunately json does not allow comments, but related to that i can add an $comment() that will just ignore anything inside it.. which essentially can act as comments
|
|