With vinyl records making such a comeback, this is a software to help you manage your growing collection! Records can be given tags and ratings to help you sort through your collection and decide what to listen to next.
Source | Link |
---|---|
Repository: | https://github.com/Drag0nCodes/MyRecordCollection |
Getting the App Running
To just use the app, you can keep only the "My Record Collection" folder. Run the MyRecordCollection-vx.x.x.exe file. Optionally, create a shortcut to this file and place it where you want.
Modifying the App
To modify and complie the code, use Qt and open the CMakeLists.txt file. Build the project and move/copy the "resources" folder from "other files" to the build folder. Then the project can be run and a "user data" folder will be created in the build's resources folder automatically.
Tutorial
The application provides help information in the Menu Bar > Help > About. This information can also be found as text files in the "other files > resources > about text" folder.
MIT License
Copyright (c) [2024] [Colin Brown]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.