Page 15 of 22

Posted: Thu Dec 15, 2016 8:25 am
by musoware
2.6.08
Inactivity Screensaver only turns off standard windows inactivity timeouts (screen saver, screen off and sleep) - but still allows manual sleep.

Posted: Thu Dec 22, 2016 12:44 pm
by musoware
2.6.09
Play Now icon also shown over album cover (on hover) next to Enqueue button
Streamline Gallery view html generation (45% saving in initial size : should load faster)
Minor fix on back navigation.

Posted: Tue Jan 24, 2017 11:28 pm
by musoware
2.6.10
Enqueue (+) icon added to tracks on Artist "by Track" view.
Add ability to manually stop a folder scan
Use standard version of taglib-sharp (2.1) via nuget rather than patched version

Posted: Fri Jan 27, 2017 7:13 am
by musoware
2.6.11
Bugfix: On Light theme +> icons on hover no longer push artist to right
Shut down local HQPlayer process on exit if Muso started it.

Posted: Tue Feb 07, 2017 5:08 pm
by musoware
2.6.12
Expand hierarchy node on double-click.
Intercept these windows generic media keyboard commands (see https://msdn.microsoft.com/en-us/librar ... 46275.aspx):
. APPCOMMAND_BROWSER_HOME - invokes the Home toolbar button
. APPCOMMAND_BROWSER_REFRESH - invokes the Refresh toolbar button
. APPCOMMAND_HELP - invokes the Help menu item
. APPCOMMAND_MEDIA_REWIND - invokes the Rewind (<<) toolbar button
. APPCOMMAND_MEDIA_FAST_FORWARD - invokes the Forward (>>) toolbar button
. APPCOMMAND_VOLUME_DOWN - invokes the Volume Down toolbar button
. APPCOMMAND_VOLUME_UP - invokes the Volume Up toolbar button
Prevent spurious browser error on clicking Home

Posted: Sun Feb 12, 2017 11:05 am
by musoware
2.6.13
5s delay after starting HQPlayer before trying to open TCP channel, to fix initial handshaking
When .mp3 or .m4a file played, convert to .aiff before playing

Patch 01 - show track being converted (or copied to buffer folder) as pending on the track queue

Posted: Mon Feb 13, 2017 9:48 pm
by musoware
2.6.13 Patch 2 : removed media conversion library as it was making the app about 5x the size, just for the handful of HQPlayer users who want conversion.

So now users who want conversion must download ffmpeg.exe from https://ffmpeg.org/ (32-bit or 64-bit as appropriate), and point Muso to it:
Capture.PNG

Re: Change History

Posted: Tue Feb 14, 2017 7:43 am
by musoware
2.6.13 Patch 03 : Conversion will use buffer folder if specified, but if not will still convert using the local folder C:\users\public\Music\muso\temp for converted files (will clear on each play now)

Patch 04 - Force exit on main window closure.

Posted: Sun Feb 26, 2017 9:37 am
by musoware
2.6.14
Add an option to include Unrated tracks in the track filter:
- if no min rating also specified this means unrated tracks specifically
- if min rating is also specified this means unrated tracks AND tracks at that minimum rating
- if min rating specified and unrated not ticked and this means tracks at that minimum rating only (as before)
tf.PNG
tf.PNG (1.49 KiB) Viewed 27898 times
At album level this means any albums which INCLUDE any tracks that match the above
Works in filtering & the track wizard function (queue random tracks) - which makes it especially useful for queuing up some random tracks that need rating.

Track wizard function from hierarchy view applies filters to tracks queued (doesnt just pick any track from an album that qualifies in the selected node)

Manage Bookmarks window (from Bookmarks menu)
- can delete, rename & re-order bookmarks as required.
MB.PNG

Posted: Mon Feb 27, 2017 9:38 pm
by musoware
2.6.15
Newest Albums toolbar - an option to see and have quick access to the newest albums added to Muso in a persistent toolbar, unaffected by filters, mode or browser view.
newest.PNG
Hover over the albums to see the artist & title, click on the album to go to the album page.