Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Instruction Guide Sort folders by name
#1
Hi,
I just installed Moode un Raspberry 4 but not all folders on the NAS are sorted alphabetically, do you know how I change this setting?

Thank you so much,
Nicola.
Reply
#2
Post an example.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#3
Sure thanks, just arrive at home.
Reply
#4
This is just an example....

[img]<a href=[/img][Image: Hiwu0G.jpg]" />
Reply
#5
@enjoy

Did you see the "Ignore articles" option in m>Configure>Library>Library Options ?

Regards,
Kent
Reply
#6
@TheOldPresbyope you are the number one, problem solved!!!!! Thank you so much! Wink
Reply
#7
(02-18-2020, 10:57 PM)TheOldPresbyope Wrote: @enjoy

Did you see the "Ignore articles" option in m>Configure>Library>Library Options ?

Regards,
Kent

Are the items in the "Ignore articles" list stored in a text file somewhere? Would be handy if I could then update the list from within windows??
Reply
#8
(02-19-2020, 12:56 PM)kit1cat Wrote:
(02-18-2020, 10:57 PM)TheOldPresbyope Wrote: @enjoy

Did you see the "Ignore articles" option in m>Configure>Library>Library Options ?

Regards,
Kent

Are the items in the "Ignore articles" list stored in a text file somewhere? Would be handy if I could then update the list from within windows??

They're stored in the moOde database:

Code:
pi@moodecd: $ sqlite3 /var/local/www/db/moode-sqlite3.db
SQLite version 3.27.2 2019-02-25 16:06:06
Enter ".help" for usage hints.
sqlite> select * from cfg_system where param = 'ignore_articles';
123|ignore_articles|a,an,the
sqlite3> .exit
pi@moodecd: $

Regards,
Kent
Reply
#9
(02-19-2020, 01:06 PM)TheOldPresbyope Wrote:
(02-19-2020, 12:56 PM)kit1cat Wrote:
(02-18-2020, 10:57 PM)TheOldPresbyope Wrote: @enjoy

Did you see the "Ignore articles" option in m>Configure>Library>Library Options ?

Regards,
Kent

Are the items in the "Ignore articles" list stored in a text file somewhere? Would be handy if I could then update the list from within windows??

They're stored in the moOde database:

Code:
pi@moodecd: $ sqlite3 /var/local/www/db/moode-sqlite3.db
SQLite version 3.27.2 2019-02-25 16:06:06
Enter ".help" for usage hints.
sqlite> select * from cfg_system where param = 'ignore_articles';
123|ignore_articles|a,an,the
sqlite3> .exit
pi@moodecd: $

Regards,
Kent

Thanks for info Kent.
Reply


Forum Jump: