It’s been about a month since my last post. Over the month the work has progressed as follows;
- the code has been updated and rewritten in Python 3
- the basic functions of both random play and song selection playback is working for both Windows and the Raspberry Pi.
- In its current iteration;
- Windows is using Pythons playsound module for MP3 playback
- The Raspberry Pi is using Raspberry Pi OS and is using OMXPlayer for MP3 playback.
- I could not get Pythons playsound module to operate on a Raspberry Pi
- In its current iteration;
- The GUI design for Microsoft Windows has been completed using PySimpleGUI
- In the past day I rendered the GUI out on the Raspberry Pi for the first time.
- It’s not the same render as one gets on Windows.
- Apparently there is a difference in sizes between Linux Characters and Windows Characters! So I’m currently working on that issue.
- In the past day I rendered the GUI out on the Raspberry Pi for the first time.
