Releases: kozaka-tv/Rocksmith-Servant
0.4.0
What's Changed
- #136 normalized artist and title saved also in the DB song table by @kozaka-tv in #273
- 275 create an example fastapi solution by @kozaka-tv in #276
- #82 - Add check if all modules are not enabled by @skully in #269
- Update starlette requirement from ~=0.37.2 to ~=0.41.0 in the pip group by @dependabot in #281
- #29: Refactor tag validation and add RSPlaylist tag logging. by @kozaka-tv in #282
- 49-tag-manager by @kozaka-tv in #283
New Contributors
- @dependabot made their first contribution in #281
Full Changelog: 0.3.2...0.4.0
0.3.2
What's Changed
- 164 PR: Playlist should be a special dictionary with all the information included from RSPL by @kozaka-tv in #265
Full Changelog: 0.3.1...0.3.2
0.3.1
What's Changed
- Pylint fixes by @kozaka-tv in #259
- 260 scan cdlc files in download dirs discards only one dir and returns nothing by @kozaka-tv in #263
- #261 now on, always a set is returned by @ZsannaK in #264
Full Changelog: v0.3.0...0.3.1
0.3.0
What's Changed
- 146 release creation distribution by @kozaka-tv in #147
- Init added pull request by @kozaka-tv in #148
- 149 update code ql actions by @kozaka-tv in #150
- 144 if the request were edited remove all the tags from that request and add an edited tag by @kozaka-tv in #145
- #151 strip added to the result of the remove_special_chars + test by @ZsannaK in #153
- #28 unused removed by @ZsannaK in #155
- 152 extract song data information from psarc files and store it in the db by @kozaka-tv in #154
- 95 introduce threading for parallel processes by @kozaka-tv in #168
- Create different lists for different states #116 by @kozaka-tv in #157
- 158 remove the old cdlcimporter module or archive as it is not needed anymore by @kozaka-tv in #170
- Fix Build-All-Platforms workflow for Windows and add release job by @skully in #172
- #162 destination_directory and source_directories renamed by @kozaka-tv in #176
- #158 Remove the old CDLCImporter module leftover codes by @kozaka-tv in #179
- #173 - Configurable config file path and db path by @skully in #180
- #163 renamed from song_file_name to song_filename by @ZsannaK in #208
- #7 - Reimplement building for windows by @skully in #210
- #213 TMP dir is also created and logged at start. by @kozaka-tv in #214
- #126 - clean up CI workflow by @skully in #216
- 185 change the directory of the configini file to the root by @kozaka-tv in #219
- 220 fix test and chdir problem by @kozaka-tv in #221
- Convert all the TODO comments from the code to a new issue or discussion by @kozaka-tv in #227
New Contributors
Full Changelog: v0.2.0...v0.3.0
0.2.0
Full Changelog: v0.1.0...v0.2.0
0.1.0
I am happy to announce, that the long waited first release is of Rocksmith Servant is now ready to be used!
The main idea is actually ready to use, I hope that you can try it out without any big complications and that you could give me some feedback regarding bugs and new ideas or any compliments. :)
If you like the idea and wanna support my work, you could donate me on my Patreon page.
Main functions already implemented:
- Songs will be loaded from your CDLC archive directory according to the request of your viewers vie RSPlaylist. No need to wait minutes for enumerating songs!
- According to the information, that the request is in archive and loaded or not, requests will be tagged in your RSPlaylist.
- Setlist (what you played in Rocksmith) is created and saved into a file during your session.
- Downloaded CDLC files will be moved from any directory to some other directory what is hopefully monitored by CFSM. The load problem of CFSM (that sometimes it just not parsing) is solved. No more question "why is the downloaded song not enumerated!?"
- Every time you start Servant, the newly downloaded and from CFSM exported files will be added to the database of Servant (stored locally). You only need to export new files, and you can move them to your archive.
- Added Tampermonkey script (available also online on the Tampermonkey page), to remove some RSPlaylist elements in your browser (like logo, or spaces not needed), to get a more clear and wider page of your playlist. You could get your PHP session ID also with one click what is needed to get the information out from RSPlaylist.
Everything is tested, but probably, there will be some complications. Especially with the config. But who know. Maybe it is perfect! :)
Thank you your contributions and support in advice!