11-04-2018, 01:48 PM
1. Connect via SSH
To use moOde built-in SSH terminal:
- open moOde System config
- turn SSH term server ON
- OPEN Web SSH terminal (userid = pi, password = moodeaudio)
- NOTE: to paste command strings at the prompt, right click in the terminal window then "Paste from browser"
2. Save a copy of thmcache.php
3. Apply the fix
4. Re-generate the thumbnail cache (Sources screen)
-Tim
To use moOde built-in SSH terminal:
- open moOde System config
- turn SSH term server ON
- OPEN Web SSH terminal (userid = pi, password = moodeaudio)
- NOTE: to paste command strings at the prompt, right click in the terminal window then "Paste from browser"
2. Save a copy of thmcache.php
Code:
sudo cp /var/www/command/thmcache.php ./
3. Apply the fix
Code:
sudo sed -i "s/id3-/id3v2-/" /var/www/command/thmcache.php
4. Re-generate the thumbnail cache (Sources screen)
-Tim