Album Liner Notes / Booklets - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Feature requests (https://moodeaudio.org/forum/forumdisplay.php?fid=8) +--- Thread: Album Liner Notes / Booklets (/showthread.php?tid=701) Pages:
1
2
|
RE: Album Liner Notes / Booklets - swizzle - 11-21-2018 (11-20-2018, 10:29 PM)TheOldPresbyope Wrote:(11-20-2018, 08:26 PM)swizzle Wrote: I think pdf would be the most logical choice as it’s a container that can aggregate disparate image files and would greatly simplify the discoverability, and also allows for full-res text instead of just bitmap. A pdf is handled by the browser so iirc it would just be a linked file. I don’t think an elaborate interface is really beneficial here, I’d just have moode get out of the way and let the browser/plugin do its thing, though for desktop we should have it open in a new tab/window. RE: Album Liner Notes / Booklets - Tim Curtis - 11-21-2018 The main issue is lack of requests for the feature. RE: Album Liner Notes / Booklets - ear5142 - 11-21-2018 I support the request. RE: Album Liner Notes / Booklets - vladone - 07-02-2019 Hi Tim, I have recently transitioned from Volumio to Moode because of the the vibrant community around it and the constant push for improvement. I would be very happy if the liner note viewer will make it to the to-do list in near future. I have a lot of classical album liner notes, each liner note saved inside the album folder under the name of "booklet.pdf". I'm happy to help as much as possible with the design of the module from the UX and UI point of view and also testing the prototype. Cheers, Vlad RE: Album Liner Notes / Booklets - michaelagiles - 07-02-2019 Let me add my voice to this request. There are many download sites that include a booklet file of some sort and I have scannedcb a l ot of lp covers that I have transferred over the years. I have been trying to find a good way to make these accessible and linked to the music dir but time and expertise seem to be lacking! BTW - love the polarity switch! mg RE: Album Liner Notes / Booklets - Tim Curtis - 07-02-2019 (07-02-2019, 12:29 PM)vladone Wrote: Hi Tim, Hi Vlad, Added to the TODO list :-) Can you describe the UX/UI? That will determine what coding approach should be used. RE: Album Liner Notes / Booklets - vladone - 07-03-2019 (07-02-2019, 01:46 PM)Tim Curtis Wrote:(07-02-2019, 12:29 PM)vladone Wrote: Hi Tim, Hi Tim, Here is a quick description of how I see it (If needed I can add a diagram later):
in album list view add a booklet icon over the album image and allow for booklet view before playing the album. Hope the explanation is clear. Cheers, Vlad RE: Album Liner Notes / Booklets - Tim Curtis - 07-03-2019 The booklet icon could simply be added to the ellipsis menu for an album. That would enable viewing the PDF before playing the album. RE: Album Liner Notes / Booklets - swizzle - 07-03-2019 @vladone The reason not to just add another icon button to the album art on the album cover view is 1) adding more complexity has a negative impact on performance (by itself it’d be negligible but multiply that by thousands of items it starts to matter), 2) the hit region for the ellipsis is already > the visible button shape to make false presses less of an issue, there’s really not room for another such button that would allow for the primary music play function to still be easy. The ellipsis overflow idea Tim had is less discoverable but better from a ux point of view. If we discount #1 then we could place a non-actionable icon or something to let you know a booklet was available. And obviously we’d need to cache booklet availability for each album but that could be added when we’re generating thumbs or something. |