Website where I push my personal albums.json file.
This is a graphical user interface (GUI) application for managing a list of music albums. The user can add, remove, and update albums, and view the list of all albums. The application is built using PyQt5 and stores the list of albums in a file called 'albums.json'.
FTP upload feature enables to push albums.json to a webserver. Index.html & javascript to load json data to website also uploaded.
Fun fact: Started as a try-out for coding with chatGPT-3 but grew bigger.
Figure 1 - Run MusicGUI.py graphical user interface to manipulate JSON
Figure 2 - Web server loading albums.json
Figure 3 - Transmit albums.json over FTP by GUI button "Upload json to website"
cridentials.txt contains FTP login cridentials. AUR location /usr/lib/album-manager-gui/cridentials.txt
albums.json contains album data - IMPORTANT! Uninstalling through pacman will delete this file. Make a backup if you want to save it. AUR location /usr/lib/album-manager-gui/albums.json
- Added musicbrainz api album search feature
- Improved output field layout
- Added PKGBUILD AUR installer
- Added website files, albums in albums.json file are loaded to html with javascript
- Added FTP upload feature from button in the GUI
- Minimum table width reduced in GUI
- Begin to write code on GUI
- Python 3.10 or above
- PyQt5
- json
- Clone the repository
git clone https://github.com/joeraven0/album-manager-gui.git
- Install the dependencies
pip install pyqt5 json
- Setup FTP cridentials in cridentials.txt (optional for publishing online)
- cridentials.txt
- Upload to web server (optional for publishing online)
- index.html
- styles.css
- albums.js
- albums.json (or upload through gui)
- Run the script
python MusicGUI.py
- Clone the repository
git clone https://github.com/joeraven0/album-manager-gui.git
- Install the dependencies
pip install pyqt5 json
- Build the package
makepkg
- Install
pacman -U album-manager-gui-X.X-X-any.pkg.tar.zst
- Set your FTP-cridentials (optional)
nano /usr/lib/album-manager-gui/cridentials.txt
- Enter the artist, title, year, and number of copies in stock for the album you want to add.
- Click the "Add album" button to add the album to the list.
- To remove an album, select the album in the table and click the "Remove album" button.
- To update an album, select the album in the table, make the necessary changes in the input fields, and click the "Update album" button.
- To view the list of all albums, click the "Print All Albums" button.
- Upload through FTP, click the "Upload json to website" button. (optional)
Free for everyone, always. Microsoft have to pay.