Releases: defvs/monsterutilities
dev273: Fix downloader, fix artistsTitle for file naming
Please thank our two new contributors for these fixes: @TobiasFaller and @proferabg
- Changed cover art URL which causes an error while downloading. PR #29 , Fixes #27 #28 , by @proferabg
- Fixed a field in the downloads, artistTitle. PR #25 , Fixes #24 , by @TobiasFaller
Thank you for your continued support. Power of Open-Source really shows on this project, thanks to new contributors.
dev271: Fix cover art downloading, add brand sorting
Fix some bugs and add a feature requested by @Rings4
dev269: New Monstercat.com API
Surprise! MonsterUtilities works again.
- Added support for the new Monstercat.com API
- Cleaned up some of the docs
Report all the bugs you find!
dev265: Various fixes, Hotfix for catalog tab, remove width limits for catalog columns
- Various fixes. See commit history.
- Hotfix for catalog fetching, the sheet was renamed.
- Removed the limits for the catalog columns: the width is not constrained anymore, for now the width is not automatic but now you can change the size youself.
dev254: Fix Monstercat API and connect.sid-->cid; advanced export file and bugfix; better cover error management;
New features
- Advanced export file format: you can now add custom fields to the exported player file. See downloader for examples, it is the same fields as there.
- Github releases support: removed the auto-updater, instead show new release available and redirect to Github.
- Fetch changelog from github releases: no more changelog to hardcode!
- 'Compilation' category in the downloader which includes BO and RLxMcat
- Genre column in catalog renamed to Label as to reflect MCatalog changes
Bugfixes
- Colors in catalog not working (Genre --> Label)
- Export file not overwriting on Windows
- Monstercat connect.sid changed to cid
- API not responsive if cid is empty
- Better cover handling, fetching, and error checking
- Connection speed setting not saved
Custom Build dev244 - Fix catalog tab, better player export file, Github releases support
Unofficial : This includes the latest PRs I made for the base repo ( https://github.com/Xerus2000/monsterutilities ) until they get merged.
If your issue is reproducable on the latest master, please don't post issues here, and post them there instead.
Includes pull requests:
xeruf/monsterutilities#122
xeruf/monsterutilities#123
xeruf/monsterutilities#126
xeruf/monsterutilities#128
Bugfixes
- Fix genre colors not being applied in the catalog tab
- Update columns in catalog to follow MCatalog changes
- Player export file not overwriting the entire file
- Better error handling of cover loading
Features
- Intelligent file export: you can specify the format in the settings
- Github releases support (does not work currently, but will when the official update drops)
Downloads
There are two types of downloads :
- Installers (using Install4J) : Theses are either .exe or .sh and will install and add desktop / start menu entries. You can update an older version by installing a newest one.
- Standalone Jars : Standard jars, run using javaw [jar] or java -jar [jar]
Please make sure you select the correct Windows installer for your Java version : x32 or x64. They are not interoperable.
Java 8 is the only working version.
On Linux, Oracle JRE is highly recommended over OpenJRE. If using the latter, make sure you have the openjfx package installed. Player will only work with a modern enough version of gstreamer with .mp3 codec installed (if on openjre, oracle has no issues with mp3).
Custom Build 342 : Fix Streamer Mode (again... sigh)
Unofficial : This includes the latest PRs I made for the base repo ( https://github.com/Xerus2000/monsterutilities ) until they get merged.
If your issue is reproducable on the latest master, please don't post issues here, and post them there instead.
Downloads
There are two types of downloads :
- Installers (using Install4J) : Theses are either .exe or .sh and will install and add desktop / start menu entries. You can update an older version by installing a newest one.
- Standalone Jars : Standard jars, run using
javaw [jar]
orjava -jar [jar]
Please make sure you select the correct Windows installer for your Java version : x32 or x64. They are not interoperable.
Java 8 is the only working version.
On Linux, Oracle JRE is highly recommended over OpenJRE. If using the latter, make sure you have the openjfx
package installed. Player will only work with a modern enough version of gstreamer
with .mp3 codec installed (if on openjre, oracle has no issues with mp3).
Features (Branches
)
- Fixed Streamer Mode again
Custom Build 326 : Bugfixes and latest master
Yes, I know, the version number has decreased because I was lazy and force pushed from master... Don't worry about it, it doesn't affect anything, the program will detect you have a different version and clear its cache by itself. It's just cosmetically wrong.
Unofficial : This includes the latest PRs I made for the base repo ( https://github.com/Xerus2000/monsterutilities ) until they get merged.
If your issue is reproducable on the latest master, please don't post issues here, and post them there instead.
Downloads
There are two types of downloads :
- Installers (using Install4J) : Theses are either .exe or .sh and will install and add desktop / start menu entries. You can update an older version by installing a newest one.
- Standalone Jars : Standard jars, run using
javaw [jar]
orjava -jar [jar]
Please make sure you select the correct Windows installer for your Java version : x32 or x64. They are not interoperable.
Java 8 is the only working version.
On Linux, Oracle JRE is highly recommended over OpenJRE. If using the latter, make sure you have the openjfx
package installed. Player will only work with a modern enough version of gstreamer
with .mp3 codec installed (if on openjre, oracle has no issues with mp3).
Features (Branches
)
-
Latest
master
from Xerus2000/monsterutilities -
Fix #6
Custom Build 329 : Downloader Directory Variables
Unofficial : This includes the latest PRs I made for the base repo ( https://github.com/Xerus2000/monsterutilities )
Downloads
There are two types of downloads :
- Installers (using Install4J) : Theses are either .exe or .sh and will install and add desktop / start menu entries. You can update an older version by installing a newest one.
- Standalone Jars : Standard jars, run using
javaw [jar]
orjava -jar [jar]
Please make sure you select the correct Windows installer for your Java version : x32 or x64. They are not interoperable.
Java 8 is the only working version.
On Linux, Oracle JRE is highly recommended over OpenJRE. If using the latter, make sure you have the openjfx
package installed. Player will only work with a modern enough version of gstreamer
with .mp3 codec installed.
Features (Branches
)
- Downloader directory variables (
downloader-dir-vars
): All fields in the downloader's "Select Folders" dialog are now compatible with variables and subdirectories 😄
This means that you can do things like :[Base Directory (big field above)]/Singles/%renderedArtists%/%title%
which will account to[base dir]/Stonebank/Life & Death/[mp3 and other files]
for example. This works in all fields (except base directory)- Quick Reminder of the (few) variables that I know :
%renderedArtists%
: Artists as shown in the website, it's an already formatted version.%title%
: title of the track / album- using curly braces like
{ %renderedArtists% - something else }
will printStonebank - something else Life & Death
, orLife & Death
if %renderArtists% is empty / null. - There are a lot of other variables that I don't know at all... I'll try to find them.
Custom Build 321 : Player Title Export into text file
Export Player Value was NOT into last release. My mistake. Sorry ! It is now. I hope.
Unofficial : This includes the latest PRs I made for the base repo ( https://github.com/Xerus2000/monsterutilities )
Downloads
There are two types of downloads :
- Installers (using Install4J) : Theses are either .exe or .sh and will install and add desktop / start menu entries. You can update an older version by installing a newest one.
- Standalone Jars : Standard jars, run using
javaw [jar]
orjava -jar [jar]
Please make sure you select the correct Windows installer for your Java version : x32 or x64. They are not interoperable.
Java 8 is the only working version.
On Linux, Oracle JRE is highly recommended over OpenJRE. If using the latter, make sure you have the openjfx
package installed.
Features (Branches
)
- Player Title export (
export-player-value
) : Choose a file where the currently played song's title will be written and updated. Very useful for streamers to customize a text in OBS Studio for example.