Moode Forum
Thumbnail Columns - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: Community (https://moodeaudio.org/forum/forumdisplay.php?fid=18)
+--- Forum: General Discussion (https://moodeaudio.org/forum/forumdisplay.php?fid=21)
+--- Thread: Thumbnail Columns (/showthread.php?tid=5614)



Thumbnail Columns - mmorr - 06-03-2023

Is there anyway to display fewer than 6 albums across when viewing on a tablet in portrait orientation? I'm using a 1280x800 pixel Samsung tablet. Would be nice to have 3 or 4 columns.

Thanks
Mike


RE: Thumbnail Columns - Tim Curtis - 06-04-2023

You could try changing the setting manually.

Code:
# Four columns
moodeutl -q "update cfg_system set value='4/2' where param='library_thumbnail_columns'"

# Default
moodeutl -q "update cfg_system set value='6/2' where param='library_thumbnail_columns'"



RE: Thumbnail Columns - mmorr - 06-05-2023

(06-04-2023, 01:08 AM)Tim Curtis Wrote: You could try changing the setting manually.

Code:
# Four columns
moodeutl -q "update cfg_system set value='4/2' where param='library_thumbnail_columns'"

# Default
moodeutl -q "update cfg_system set value='6/2' where param='library_thumbnail_columns'"

Thanks, will give it a try.


RE: Thumbnail Columns - Tim Curtis - 06-05-2023

I tested 4 and 3 column settings on my end and no issues. They have been added to the Prefs option for upcoming 8.3.3 release.