Releases: MBach/Miam-Player
Release 0.9.0
- Add the ability to remote control the player with a dedicated App (see https://github.com/MBach/Miam-Player-qt-remote)
- Add custom text colors in options
- OSX style updated (scrollbars, etc)
- 3rd party library QtAV updated
- Package for Debian updated
- Chinese translation updated
- Greek translation added
Release 0.8.0 - Just Like You Imagined
After six months since the last release, I'm very pleased to announce Miam-Player 0.8.0
This new release introduces a new way to play your music: the Unique Library Mode (or Single Library Mode):
- VLC and its wrapper VLC-Qt were replaced by QtAV
- Custom colors are greatly improved (still, there's a minor bug in options dialog)
- Default shortcuts to quickly move the vertical slider in the library: just press letters from A to Z
- New material design theme for media buttons
- Big improvements on performance and memory consumption (lazy loading on every dialog, and multi-threading for scanning music: no more blocking UI)
- Add support for Multimedia keys
- Cover-fetcher plugin: support Amazon provider
- Random mode for playlists: not a real random anymore: tracks cannot be played twice if the whole playlist hasn't been played first.
- New: Chinese translation, thanks to @wang-bin
- Updated: Russian translation, thanks to @Ilya87
Release 0.7.3
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.
#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
Release 0.7.2
Issues fixed in this release:
#13 : Improve display of AddressBar in File Explorer
#15 : Extend the stop button
#17 : Allow custom genres when editing tags
#18 : Keep library up-to-date
#34 : Add opus encoder support
#39 : Pause/resume track leads to playback from the beginning
#41 : Search area in Playlist is too small on Linux / KDE
#44 : Reload cover with higher resolution when increasing size in Options
Release 0.7.1 - "Mňam-Player"
- Redesigned the seekbar
- Allow one to move tabs
- Improved Quick Start widget (shows the default music location if exists)
- Sync remote sources when scanning the whole library
- Improved the playlist manager
- Restrict drop areas other than playlists when moving tracks
- VLC-Qt updated to 0.10.0
- Russian translation!
- And various fixes!
- Windows: Windows 10 Tech Preview compatible