Skip to content

Releases: jplsek/MPCParty

Version 1.1.0

09 Aug 00:25
Compare
Choose a tag to compare

Additions

  • Add MPD priority support.
  • Add filename search support to the playlist.

Improvements

  • A known bug when saving a playlist now gives a more descriptive warning when it occurs.

Bug fixes

  • Fixed an error when trying to list playlists when there were none.
  • Fixed the downloader location chooser not working.

Development changes

  • Changed dependency management to yarn.
  • Add basic style rules.
  • New code is in ES6+.

Updated most dependencies to their latest versions that are compatible.

Version 1.0.0

23 Jul 20:02
Compare
Choose a tag to compare

Improvements

  • Improved Drag and Drop system
  • Performance improvements
  • Minor mobile improvements
  • Playlist buffer -> Playlist editor

Bug fixes

  • Fixed the table headers going to the top of the page on a refresh
  • Fixed an issue when the downloader was disabled and something was trying to reference it
  • Album art now shows when parenthesis is in the name

Please read the "Other Notes" in the readme regarding future updates.

Version 0.4.0

06 Jan 00:16
Compare
Choose a tag to compare

(more like 0.3.0, but ¯\_(ツ)_/¯) (Had to do with config changes during development.)

Additions from 0.2.0

  • Album art will now show up if you set the "library" config variable

Changes from 0.2.0

  • The downloader has been reworked to only download songs instead of have a separate player (this requires the "libarary" config varaible to be set)

And other small additions and fixes!

Huh, thats a lot less changes than I would have thought. Either way, imo this is a much improved version to 0.2.0.

Version 0.2.0

10 Jul 18:40
Compare
Choose a tag to compare

Additions from 0.1.1:

  • Library mode
  • Searching support to the playlist
  • Playlists modal shows song count and have basic hot key support (up, down, enter)
  • mpd's consume mode to the settings
  • Materialish theme
  • "clear" button to most text inputs
  • Drag and drop support to empty playlists
  • Files names (that are not tagged properly) are now included in the search
  • Mini api with "mpcp"

Changes from 0.1.1:

  • Improved drag and drop functionality
  • DOM optimizations
  • Theme modifications
  • Pressing "play" in the download player will now download the video if nothing has been downloaded instead of not doing anything
  • Moved the update database button to left side of the page
  • Multi-selection improvements
  • Player module detection. (In case it fails to load, it will just disable it instead of crashing)
  • Icons are more representative of their function

And other small additions and fixes!

Version 0.1.1

20 Mar 18:26
Compare
Choose a tag to compare

Updates from 0.1.0:

  • Fix config variable "location" to "directory".
  • Using "~" now works for the "directory" variable in config.
  • Playlist Buffer should no longer have the "off by one" bug.
  • Extra white space in playlist titles should now be handled properly.
  • Add database statistics to information modal.

Version 0.1.0

16 Mar 00:59
Compare
Choose a tag to compare

Initial Release of MPCParty.