-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Custom local artist library URI ignored when force-refreshing artist library #810
Comments
After some digging, i found and fixed the bug some what. it seems that the "refresh" icons does not pick up the advanced URI settings defined. As i only needed the artists to be found, i removed a few of the role=albumartist uris. This allowed it to pick up the artist names as is. This is a rough patch however. a more complete fix is to have the refresh button pick up the advanced URI settings as defined within the settings panel. |
@sulph68 Please make sure any of your future tickets use the provided issue templates. |
sulph68 can you provide details on what you did as a work around as I have this same issue and I'm trying to get the artist to show in the interface. Thanks |
hi @On3man, It seems that Iris uses the ID3 tag "album artist", as the filter for the artist. it just wasn't possible for me to go change all my tags. So YMMV. What i did was that i made edits in the app.js file as well as the app.min.js. the former really just to test but the latter is the one that is usually loaded. In both cases, the general steps are to look for
in the app.min.js case, it was more tricky to edit but it works. Hope that works for you too! |
thanks |
FYI - I only needed to change item 1 in both of the files mentioned. |
sounds great! hope a fix will get rolled in officially soon though! ;-) |
Hi
I am trying to get the Artist library to pickup from the ID3 tag of artist using the Advanced URI.
The URI i am using is
local:directory?type=artist
however, it doesn't seem to pick up correctly and continues to only refresh based on albumartist tag.
Is there something special that needs to be done? how would i debug this?
Thanks lots
The text was updated successfully, but these errors were encountered: