Moode Forum
Displaying the file names instead of tags on USB drive - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: Displaying the file names instead of tags on USB drive (/showthread.php?tid=1965)



Displaying the file names instead of tags on USB drive - cdtmbu - 12-09-2019

Hi, I am new to moode and the topic might have been discussed in the past but I was not able to find an answer.

I would like to see the file structure under the attached USB drive. This partially works until I come down to the file level. There I have a mix of fiiles names and tags even in one the folder.

Since I have many files and I know that many are not tagged correctly and tagging is not an option due to time reasons I would like to see the file names only. Is there is an option for it which I am not aware of?  Or if not is there a trick, code change or whatever I can do to reach my goal?

Thanks Chris


RE: Displaying the file names instead of tags on USB drive - cdtmbu - 12-16-2019

Does anybody have a hint for me? Maybe giving a link to the code to be changed and I will try my best to change it. Thanks.


RE: Displaying the file names instead of tags on USB drive - grumbleweed - 12-19-2019

Look in /var/www/js/player.js starting around line 1242.


RE: Displaying the file names instead of tags on USB drive - TheOldPresbyope - 12-19-2019

(12-19-2019, 02:33 PM)grumbleweed Wrote: Look in /var/www/js/player.js starting around line 1242.

@grumbleweed

I expect /var/www/js/playerlib.js was meant.  Wink


RE: Displaying the file names instead of tags on USB drive - grumbleweed - 12-19-2019

(12-19-2019, 03:25 PM)TheOldPresbyope Wrote:
(12-19-2019, 02:33 PM)grumbleweed Wrote: Look in /var/www/js/player.js starting around line 1242.

@grumbleweed

I expect /var/www/js/playerlib.js was meant.  Wink

Indeed, thanks for catching that error Kent. Big Grin

Paul