Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library Tree patterns seem to be broken #112

Closed
Synkro12 opened this issue Jul 23, 2021 · 1 comment
Closed

Library Tree patterns seem to be broken #112

Synkro12 opened this issue Jul 23, 2021 · 1 comment

Comments

@Synkro12
Copy link

Hi kbuffington, hope you're doing well.

I've encountered a fairly annoying issue with my Library Tree patterns, I use a custom pattern to sort my various types of music as can be seen here:

$if($stricmp(%grouping%,Records),%grouping%|%album artist%|'('%originaldate%')' - %album%[ - '('%albumsubtitle%')'][ - '['%edition%']']|%discnumber%.%tracknumber% - %title%,%grouping%[|%series%][|%subseries%][|%subgrouping%]|'('%originaldate%')' - %album%[ - '('%albumsubtitle%')'][ - '['%edition%']']|%discnumber%.%tracknumber% - %title%)

It's not very complex, however I've noticed that two tags are having issues those being the grouping and albumartistsort tags you can see the issues here: https://imgur.com/a/4KFqyDH

It seems as if Georgia is completely ignoring both tags and just sorting with the default sorting vaules, I believe this is a georgia issue since this does not occur when using coverflow with my desktop theme, I also use the same sorting string to sort my files on my Hard Drive and it functions as you'd expect it to.

Thanks,
Synkro

@Synkro12
Copy link
Author

I forgot I made this, but turns out it was user error, the issue can be fixed by having a tag with <> i.e. "%%"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant