Can't decide what side you wanna listen to on vinyl? I build a small Python tool to randomise your vinyl albums! Pretty simple to use and straight forward!
python3 Vinylizer.py
(R)andomly choose a Album, (A)dd a new one, (D)elete an album, (L)ist all albums, (Q)uit?
-
R: Randomly going through the JSON config and pick a album and a random side.
-
A: Prompts to add a album and its sides.
-
L: List all album available in the JSON config
-
Q: Quit
Customize album manually in JSON (or use the add function).
Example:
[{"name": "Album1", "sides": ["A", "B", "C", "D"]}, {"name": "Album2", "sides": ["A", "B", "C"]}, {"name": "Album3", "sides": ["A", "B", "C", "D", "E", "F"]}]
Email: mr.midnight.7331@gmail.com
Twitter: @MrMidnight53