-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Adding Jellyfin and Podcasts browse tiles #844
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! The files you've edited are all in the compiled codebase. For your contribution to be persistent, you will need to edit the source files instead.
Everything you need is in the /src
directory.
mopidy_iris/static/app.js
Outdated
case 'SomaFM': | ||
subdirectory.icons = ['/iris/assets/backgrounds/browse-somafm.jpg']; | ||
break; | ||
|
||
case 'Jellyfin': | ||
subdirectory.icons = ['/iris/assets/backgrounds/browse-jellyfin.jpg']; | ||
break; | ||
|
||
case 'Podcasts': | ||
subdirectory.icons = ['/iris/assets/backgrounds/browse-podcasts.jpg']; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These edits are in the compiled application code and will be overwritten next time it is compiled.
Instead, you want to editing the source file: https://github.com/jaedb/Iris/blob/master/src/js/views/Library/Browse.js#L86-L88
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for letting me know where to do the change, I hope now everything is right.
And thank you for your work too, is very useful for me :)
FYI you forgot to relocate your images into the |
Fix Soma FM tile not showing and added Jellyfin and podcasts tiles
Background images from unsplash
Jellyfin icon from their website
Microphone icon from icons8.com