gmusicbrowser Forum

Main board => Questions => Topic started by: mrlee14 on January 18, 2016, 04:01:58

Title: How to scan for new songs/files from cmdline
Post by: mrlee14 on January 18, 2016, 04:01:58
I would like to do something like: gmusicbrowser -cmd 'ScanForNewFiles'   ?
Is this possible from cmdline.
Title: Re: How to scan for new songs/files from cmdline
Post by: Quentin Sculo on January 18, 2016, 22:55:29
There is no command for that currently, as I still haven't finished the new command system.
But you use that for now :
gmusicbrowser -cmd "RunPerlCode IdleScan()"
Title: Re: How to scan for new songs/files from cmdline
Post by: mrlee14 on January 19, 2016, 08:28:56
Thank you very much  8)