Difference between revisions of "Release Notes MC28"

From JRiverWiki
Jump to: navigation, search
(Created page with "28.0.13 (5/7/2021) 1. Fixed: Opening Netflix from Theater View could result in not giving focus to the website. 2. Changed: Netflix in Theater View can now be closed with Bac...")
 
Line 1: Line 1:
28.0.13 (5/7/2021)
+
'''28.0.13 (5/7/2021)'''
  
 
1. Fixed: Opening Netflix from Theater View could result in not giving focus to the website.
 
1. Fixed: Opening Netflix from Theater View could result in not giving focus to the website.
 
2. Changed: Netflix in Theater View can now be closed with Backspace from the main navigation page.
 
2. Changed: Netflix in Theater View can now be closed with Backspace from the main navigation page.
3. NEW: Added the TreeNode(...) expression.  Mode 0 (the default) returns the full path.  Mode 1 returns the current item.  Mode 2 returns the parent item.
+
3. '''NEW:''' Added the TreeNode(...) expression.  Mode 0 (the default) returns the full path.  Mode 1 returns the current item.  Mode 2 returns the parent item.
  
28.0.12 (5/5/2021)
+
'''28.0.12 (5/5/2021)'''
  
 
1. Fixed: The Netflix website integration can now handle season/episode select properly.
 
1. Fixed: The Netflix website integration can now handle season/episode select properly.
 
2. Fixed: Many style fixes and improvements for the Netflix website integration.
 
2. Fixed: Many style fixes and improvements for the Netflix website integration.
3. NEW: The Playback/LoadDSPPreset function accepts a saved DSP preset file (remember to URL escape).
+
3. '''NEW:''' The Playback/LoadDSPPreset function accepts a saved DSP preset file (remember to URL escape).
4. NEW: Added Playback/SaveDSPPreset to return a saved preset.
+
4. '''NEW:''' Added Playback/SaveDSPPreset to return a saved preset.
  
28.0.11 (5/4/2021)
+
'''28.0.11 (5/4/2021)'''
  
 
1. Fixed: Ripping a CD could fail in the last few builds.
 
1. Fixed: Ripping a CD could fail in the last few builds.
  
28.0.10 (5/3/2021)
+
'''28.0.10 (5/3/2021)'''
  
 
1. Changed: Made the new / improved this version menu item link to v28.
 
1. Changed: Made the new / improved this version menu item link to v28.
Line 25: Line 25:
 
6. Fixed: FLAC radio playback could fail.
 
6. Fixed: FLAC radio playback could fail.
  
28.0.9 (4/29/2021)
+
'''28.0.9 (4/29/2021)'''
  
 
1. Fixed: HDCD analysis would corrupt beats per minute detection.
 
1. Fixed: HDCD analysis would corrupt beats per minute detection.
2. NEW: Added an audio CRC field to the audio analyzer that calculates the CRC32 of the audio data (only calculated for 16-bit and 24-bit stereo currently).
+
2. '''NEW:''' Added an audio CRC field to the audio analyzer that calculates the CRC32 of the audio data (only calculated for 16-bit and 24-bit stereo currently).
3. NEW: Access Netflix through Theater View. (early preview)
+
3. '''NEW:''' Access Netflix through Theater View. (early preview)
  
 
28.0.8 (4/27/2021)
 
28.0.8 (4/27/2021)
  
 
1. Changed: TPDF dither is no longer applied during format conversion with no DSP (since it would change the bits).
 
1. Changed: TPDF dither is no longer applied during format conversion with no DSP (since it would change the bits).
2. NEW: Added the 1x, 2x, etc. to the compression field for DSD files.
+
2. '''NEW:''' Added the 1x, 2x, etc. to the compression field for DSD files.
 
3. Changed: The list of libraries is no longer removed during an upgrade install.
 
3. Changed: The list of libraries is no longer removed during an upgrade install.
 
4. Changed: Made the Value box of the Tag Action Window customization taller.
 
4. Changed: Made the Value box of the Tag Action Window customization taller.
5. NEW: Added select all and unselect all buttons to the MakeMKV title selection dialog.
+
5. '''NEW:''' Added select all and unselect all buttons to the MakeMKV title selection dialog.
6. NEW: Added expanded title information tooltips to the MakeMKV title selection dialog when the cursor is hovering over titles.
+
6. '''NEW:''' Added expanded title information tooltips to the MakeMKV title selection dialog when the cursor is hovering over titles.
  
28.0.7 (4/23/2021)
+
'''28.0.7 (4/23/2021)'''
  
1. NEW: Skins are copied during upgrade from the old install to the new install.
+
1. '''NEW:''' Skins are copied during upgrade from the old install to the new install.
 
2. Changed: JRiver time-shifting DirectShow filter will re-check connection media types when the graph starts running, because some video capture devices change media format (for example audio sample rate) without sending a notification to the graph.
 
2. Changed: JRiver time-shifting DirectShow filter will re-check connection media types when the graph starts running, because some video capture devices change media format (for example audio sample rate) without sending a notification to the graph.
3. NEW: IPTV Support in TV engine.  Live streaming now, no time-shifting or recording yet.  May not work for all URLs.
+
3. '''NEW:''' IPTV Support in TV engine.  Live streaming now, no time-shifting or recording yet.  May not work for all URLs.
4. NEW: Support for Canon .CR3 raw image format.
+
4. '''NEW:''' Support for Canon .CR3 raw image format.
  
28.0.6 (4/21/2021)
+
'''28.0.6 (4/21/2021)'''
  
 
1. Fixed: The context menu on Playing Now "Track Info" was not accessible with the Edge integrated browser.
 
1. Fixed: The context menu on Playing Now "Track Info" was not accessible with the Edge integrated browser.
Line 55: Line 55:
 
5. Fixed: In WMA plugin if "Disable audio buffering to disk" option (Linux only) was used, a file buffer was still created.
 
5. Fixed: In WMA plugin if "Disable audio buffering to disk" option (Linux only) was used, a file buffer was still created.
 
6. Changed: The file type is passed along with Radio Paradise files so it no longer needs to hit the server for it.
 
6. Changed: The file type is passed along with Radio Paradise files so it no longer needs to hit the server for it.
7. NEW: The custom folders (resources, art, skin items, webpages) are copied during an upgrade to the new version.
+
7. '''NEW:''' The custom folders (resources, art, skin items, webpages) are copied during an upgrade to the new version.
  
28.0.5 (4/16/2021)
+
'''28.0.5 (4/16/2021)'''
  
1. NEW: Added the PlaylistTime(...) expression to get the time of a track in the current playlist (a sum of all previous durations) in mode 0, mode 1 adds the current track as well, the remaining time of the playlist in mode 2 and 3 (2 excludes the current track), and mode 4 for the total playlist duration.
+
1. '''NEW:''' Added the PlaylistTime(...) expression to get the time of a track in the current playlist (a sum of all previous durations) in mode 0, mode 1 adds the current track as well, the remaining time of the playlist in mode 2 and 3 (2 excludes the current track), and mode 4 for the total playlist duration.
 
2. Fixed: WASAPI loopback was not working.
 
2. Fixed: WASAPI loopback was not working.
 
3. Fixed: MakeMKV ripping would create processes over and over instead of using the same one.
 
3. Fixed: MakeMKV ripping would create processes over and over instead of using the same one.
 
4. Changed: When making relative paths, if nothing is in common, it doesn't convert to relative (previously would still output something -- but it wouldn't work).
 
4. Changed: When making relative paths, if nothing is in common, it doesn't convert to relative (previously would still output something -- but it wouldn't work).
5. NEW: The export all playlists tool shows a dialog to allow picking the format, whether to use relative paths, and the output path.
+
5. '''NEW:''' The export all playlists tool shows a dialog to allow picking the format, whether to use relative paths, and the output path.
 
6. Fixed: With memory playback enabled, playing some streaming stations with ICY metadata could fail after a while.
 
6. Fixed: With memory playback enabled, playing some streaming stations with ICY metadata could fail after a while.
 
7. Fixed: When playing URLs, two layers of ICY parsing could happen causing hiccups in the audio.
 
7. Fixed: When playing URLs, two layers of ICY parsing could happen causing hiccups in the audio.
 
8. Fixed: MakeMKV processes were not always getting cleaned up when finished.
 
8. Fixed: MakeMKV processes were not always getting cleaned up when finished.
9. NEW: Files ripped using MakeMKV are imported after ripping.
+
9. '''NEW:''' Files ripped using MakeMKV are imported after ripping.
 
10. Changed: Removed unintended double-buffering in mp3 plugin.
 
10. Changed: Removed unintended double-buffering in mp3 plugin.
  
28.0.4 (4/9/2021)
+
'''28.0.4 (4/9/2021)'''
  
1. NEW: Added the token "Bitdepth" to the player window to show the bitdepth of the file playing.
+
1. '''NEW:''' Added the token "Bitdepth" to the player window to show the bitdepth of the file playing.
 
2. Changed: Made the Compare(...) expression look for the <,>,etc. operators and ignore everything else (so spaces or letters won't mess it up).
 
2. Changed: Made the Compare(...) expression look for the <,>,etc. operators and ignore everything else (so spaces or letters won't mess it up).
3. NEW: Setting the date of a picture also updates the EXIF date to match.
+
3. '''NEW:''' Setting the date of a picture also updates the EXIF date to match.
 
4. Fixed: Media Center could create test files for if a directory is writable and leave them in certain cases.
 
4. Fixed: Media Center could create test files for if a directory is writable and leave them in certain cases.
 
5. Fixed: MC could read ID3v2.2 PIC frame incorrectly causing the JPEG image to lose "start of image" marker.
 
5. Fixed: MC could read ID3v2.2 PIC frame incorrectly causing the JPEG image to lose "start of image" marker.
 
6. Changed: The new Edge Browser is now the default internal browser, and the browser selection has been reset.
 
6. Changed: The new Edge Browser is now the default internal browser, and the browser selection has been reset.
 
7. Fixed: YouTube playback was not working for many videos.
 
7. Fixed: YouTube playback was not working for many videos.
8. NEW: When scrolling in a list, if shift is held down it will scroll horizontally.
+
8. '''NEW:''' When scrolling in a list, if shift is held down it will scroll horizontally.
 
9. Fixed: Convolution did not work properly with channels 10 and higher.
 
9. Fixed: Convolution did not work properly with channels 10 and higher.
 
10. Fixed: Filenames that were exactly the MAX_PATH length would not work.
 
10. Fixed: Filenames that were exactly the MAX_PATH length would not work.
11. NEW: Rip using MakeMKV. Users who have MakeMKV installed will now have an option to rip DVD and Blu-Ray using MakeMKV from Media Center. Note: This requires MakeMKV version 1.16.0 or later.
+
11. '''NEW:''' Rip using MakeMKV. Users who have MakeMKV installed will now have an option to rip DVD and Blu-Ray using MakeMKV from Media Center. Note: This requires MakeMKV version 1.16.0 or later.

Revision as of 07:58, 8 May 2021

28.0.13 (5/7/2021)

1. Fixed: Opening Netflix from Theater View could result in not giving focus to the website. 2. Changed: Netflix in Theater View can now be closed with Backspace from the main navigation page. 3. NEW: Added the TreeNode(...) expression. Mode 0 (the default) returns the full path. Mode 1 returns the current item. Mode 2 returns the parent item.

28.0.12 (5/5/2021)

1. Fixed: The Netflix website integration can now handle season/episode select properly. 2. Fixed: Many style fixes and improvements for the Netflix website integration. 3. NEW: The Playback/LoadDSPPreset function accepts a saved DSP preset file (remember to URL escape). 4. NEW: Added Playback/SaveDSPPreset to return a saved preset.

28.0.11 (5/4/2021)

1. Fixed: Ripping a CD could fail in the last few builds.

28.0.10 (5/3/2021)

1. Changed: Made the new / improved this version menu item link to v28. 2. Fixed: If playback was set to include no files from Cloudplay, doing a right-click Play (with Play Doctor and Cloudplay) would not work. 3. Changed: Slovak translation updated (thanks Peter Lukac). 4. Fixed: MC cleared time component of "Date/Time Original" in EXIF erroneously. 5. Fixed: MC could not load EXIF "Date/Time Original" tag if it has no time component. 6. Fixed: FLAC radio playback could fail.

28.0.9 (4/29/2021)

1. Fixed: HDCD analysis would corrupt beats per minute detection. 2. NEW: Added an audio CRC field to the audio analyzer that calculates the CRC32 of the audio data (only calculated for 16-bit and 24-bit stereo currently). 3. NEW: Access Netflix through Theater View. (early preview)

28.0.8 (4/27/2021)

1. Changed: TPDF dither is no longer applied during format conversion with no DSP (since it would change the bits). 2. NEW: Added the 1x, 2x, etc. to the compression field for DSD files. 3. Changed: The list of libraries is no longer removed during an upgrade install. 4. Changed: Made the Value box of the Tag Action Window customization taller. 5. NEW: Added select all and unselect all buttons to the MakeMKV title selection dialog. 6. NEW: Added expanded title information tooltips to the MakeMKV title selection dialog when the cursor is hovering over titles.

28.0.7 (4/23/2021)

1. NEW: Skins are copied during upgrade from the old install to the new install. 2. Changed: JRiver time-shifting DirectShow filter will re-check connection media types when the graph starts running, because some video capture devices change media format (for example audio sample rate) without sending a notification to the graph. 3. NEW: IPTV Support in TV engine. Live streaming now, no time-shifting or recording yet. May not work for all URLs. 4. NEW: Support for Canon .CR3 raw image format.

28.0.6 (4/21/2021)

1. Fixed: The context menu on Playing Now "Track Info" was not accessible with the Edge integrated browser. 2. Fixed: FLAC file playback could crash in 28.0.5. 3. Fixed: Opening CloudPlay with the Edge integrated browser could prompt for additional login details. 4. Changed: Removed unintended double-buffering in mp4 plugin. 5. Fixed: In WMA plugin if "Disable audio buffering to disk" option (Linux only) was used, a file buffer was still created. 6. Changed: The file type is passed along with Radio Paradise files so it no longer needs to hit the server for it. 7. NEW: The custom folders (resources, art, skin items, webpages) are copied during an upgrade to the new version.

28.0.5 (4/16/2021)

1. NEW: Added the PlaylistTime(...) expression to get the time of a track in the current playlist (a sum of all previous durations) in mode 0, mode 1 adds the current track as well, the remaining time of the playlist in mode 2 and 3 (2 excludes the current track), and mode 4 for the total playlist duration. 2. Fixed: WASAPI loopback was not working. 3. Fixed: MakeMKV ripping would create processes over and over instead of using the same one. 4. Changed: When making relative paths, if nothing is in common, it doesn't convert to relative (previously would still output something -- but it wouldn't work). 5. NEW: The export all playlists tool shows a dialog to allow picking the format, whether to use relative paths, and the output path. 6. Fixed: With memory playback enabled, playing some streaming stations with ICY metadata could fail after a while. 7. Fixed: When playing URLs, two layers of ICY parsing could happen causing hiccups in the audio. 8. Fixed: MakeMKV processes were not always getting cleaned up when finished. 9. NEW: Files ripped using MakeMKV are imported after ripping. 10. Changed: Removed unintended double-buffering in mp3 plugin.

28.0.4 (4/9/2021)

1. NEW: Added the token "Bitdepth" to the player window to show the bitdepth of the file playing. 2. Changed: Made the Compare(...) expression look for the <,>,etc. operators and ignore everything else (so spaces or letters won't mess it up). 3. NEW: Setting the date of a picture also updates the EXIF date to match. 4. Fixed: Media Center could create test files for if a directory is writable and leave them in certain cases. 5. Fixed: MC could read ID3v2.2 PIC frame incorrectly causing the JPEG image to lose "start of image" marker. 6. Changed: The new Edge Browser is now the default internal browser, and the browser selection has been reset. 7. Fixed: YouTube playback was not working for many videos. 8. NEW: When scrolling in a list, if shift is held down it will scroll horizontally. 9. Fixed: Convolution did not work properly with channels 10 and higher. 10. Fixed: Filenames that were exactly the MAX_PATH length would not work. 11. NEW: Rip using MakeMKV. Users who have MakeMKV installed will now have an option to rip DVD and Blu-Ray using MakeMKV from Media Center. Note: This requires MakeMKV version 1.16.0 or later.