Skip to content

Commit

Permalink
Добавлена поддержка длинных путей для Windows 10 v1607 и новее. Необх…
Browse files Browse the repository at this point in the history
…одимо включить длинные пути в реестре.

https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation
  • Loading branch information
v0lt committed Sep 14, 2024
1 parent 6bedc86 commit 931d30f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Changelog.Rus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ MPCVideoDec
Плеер
Исправлено отображения статического меню DVD-Video при сворачивании-разворачивания окна плеера.
Исправлено зумирование видео кадра.
Добавлена поддержка длинных путей для Windows 10 v1607 и новее. Необходимо включить длинные пути в реестре. https://learn.microsoft.com/ru-ru/windows/win32/fileio/maximum-file-path-limitation
Различные исправления интерфейса.

Обновлены библиотеки:
Expand Down
1 change: 1 addition & 0 deletions docs/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Improved placement of PGS subtitles for cropped videos.
Player
Fixed display of static DVD-Video menu when minimizing/maximizing the player window.
Fixed video frame zooming.
Added support for long paths for Windows 10 v1607 and newer. Long paths must be enabled in the registry. https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation
Various interface fixes.

Updated libraries:
Expand Down
3 changes: 3 additions & 0 deletions src/apps/mplayerc/res/mpc-be.exe.manifest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2,PerMonitor</dpiAwareness>
<heapType xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType>
</windowsSettings>
<windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<ws2:longPathAware>true</ws2:longPathAware>
</windowsSettings>
</application>
</assembly>
3 changes: 3 additions & 0 deletions src/apps/mplayerc/res/mpc-be.exe.manifest.template
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2,PerMonitor</dpiAwareness>
<heapType xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType>
</windowsSettings>
<windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<ws2:longPathAware>true</ws2:longPathAware>
</windowsSettings>
</application>
</assembly>

0 comments on commit 931d30f

Please sign in to comment.