Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.
/ Miam-Player Public archive

Release 0.7.3

Compare
Choose a tag to compare
@MBach MBach released this 06 Aug 21:37
· 350 commits to master since this release

I am pleased to announce release 0.7.3 of Miam-Player:

Enhancement:

#10: Support opening a file with a command-line argument

Usage: ./miam-player [options] [files]
Command line helper for Miam-Player

Options:
  -h, --help             Displays this help.
  -d, --directory <dir>  Directory to open.
  -n, --new-playlist     Medias are added into a new playlist.
  -t, --tag-editor       Medias are sent to tag editor.
  -l, --library          Directory is sent to library.
  -p, --play             Play or pause track in active playlist.
  -s, --stop             Stop playback.
  -f, --forward          Play next track.
  -b, --backward         Play previous track.
  -v, --volume <volume>  Set volume of the player.

Arguments:
  files                  Files to open

Example:

./miam-player -t ~/Music/Bonobo/2001_-_Animal_Magic/01_-_Intro.mp3

This is the first step for MPRIS integration on Linux.

#43: 10-band equalizer
Equalizer

#40: Improve Random playback mode

  • Now when one sets Random mode on a playlist, it's guaranteed to have all the tracks played once before it loops again. Inside, tracks are shuffled. It's also possible to Skip Backward or Forward and it keeps the order. It's very usefull when you accidently click twice on Skip Forward button.

#49: Give exitAction the QuitRole role
#50: Don't use title bar icon on Mac OS
#53: Replace star picture in settings with computer generated star: a better support for high DPI screens
Much better Dark Theme in custom colors mode
Update Czech translation (thank you Pavel)
Rename playlists in Playlist Manager or directly when displaying Context Menu on playlist tab
Add keyboard shortcuts in the FileSystem Manager:

  • Enter: go to selected directory
  • Backspace: go up
  • Arrows: select item, expand Tree
  • Other letters: move & highlight matching items

Code cleanup and C++11 features (like nullptr)

Bug fixes

#28: Ignore articles like "the" when sorting Artists
#33: Playlist are doubled
Moreover, it is now possible to restore last session like Firefox. To enable this mode, you have to go in Settings → Playback → Startup & Exit

#52: Automatically hide Extended Search Widget when losing focus
#47