Universal Media Server 歷史版本列表
Universal Media Server 是一種媒體服務器,能夠將視頻,音頻和圖像提供給任何支持 DLNA 的設備。它是免費的,定期更新,並具有比任何其他媒體服務器,包括付費媒體服務器更多的功能。支持所有主要的操作系統,Windows,Linux 和 Mac OS X 的版本。程序流或轉碼視頻,音頻和圖像格式幾乎沒有配置。它由 FFmpeg,MEncoder,tsMuxeR,MediaInfo... Universal Media Server 軟體介紹更新時間:2021-01-13
更新細節:
更新時間:2021-01-13
更新細節:
What's new in this version:
New:
- Source: Windows 10 Insider Preview 21286 21H2 (and 20279 21H1) support
- Unattended: Prompt edition selection option (Dual Architecture not used for this any longer, and auto partitioning works if prompted)
- Tweaks: Feature Updates safeguards (Upgrade block)
Upgrade:
- Unattended: Automatic edition selection of the loaded image switched to a more compatible method
- UI-Translation: Thanks for French
Fixed:
- Fix: Improved handling of existing image driver duplicates (Win7 load image prompts for existing drivers without names)
- Fix: ‘Manual setup’ ISO files leftovers in latest Win10 versions
更新時間:2021-01-12
更新細節:
What's new in this version:
General:
- Retry media lookups that failed due to transient errors
- Fixed automatic file watching
Renderers:
- Improved support for Sony Bluray UBP-X800M2
- Fixed UPnP pushing via Panasonic TVs and Samsung Q9 TVs
- Translation updates via Crowdin:
- Czech (100%)
- Danish (100%)
- English (United Kingdom) (32%)
- Finnish (100%)
- Greek (91%)
- French (100%)
- Japanese (99%)
- Polish (100%)
- Portuguese (100%)
- Portuguese (Brazilian) (100%)
- Romanian (99%)
- Serbian (99%)
- Turkish (100%)
- Dependency updates:
- Bump spotbugs-maven-plugin from 4.1.4 to 4.2.0
DLNA browsing:
- When browsing a TV show in the Media Library, all videos across all seasons are visible.
- There are two new folders within the Movies and TV Shows folders - Filter by Progress and Filter by Information
- Filter by Progress contains the Watched and Unwatched folders which used to sit within the Videos folder in the Media Library
- Filter by Information lets you filter the videos by a new rich metadata set (actors, genres, country, director, genre, IMDb rating, release date).
- Alongside that is a similar folder Filter by Information which lets you filter the videos by API metadata (actors, genres, etc.)
- New folders Recently Added, Recently Played, In Progress and Most Played are in the Media Library
Web interface:
- Added breadcrumbs at the top of each page
- When in the TV Shows area of the Media Library, the TV shows themselves are shown as thumbnails, with covers from the API
- When browsing a TV show, a movie, or a TV episode, any API metadata is displayed along with a large cover image, including actors, awards, classification, country, directors, genres, plot, ratings, year, and total seasons.
- On those pages above, the colors on the pages are based on the cover image
- Clicking on an individual actor, country, director, genre, or start year, takes you to a list of other media that matches that metadata
- The last few items in the Recently Added, Recently Played, In Progress and Most Played folders are displayed on the front page
- Each TV show and movie has an IMDb icon and direct link if one is found
- Folder and media covers are shown
- Fixed bugs with the Back button
- Version has moved to the settings menu
- Minor design updates
General:
- API is enabled even without filename prettifying
- Failed API lookups are debounced by 1 week to avoid network spam
- Changed prettified season/episode number formatting from Series - 101 - Episode to Series S01E01 - Episode
- Fixed some bugs with prettifying to support more files
- Added support for audio playlist thumbnails
- Playlist folders are correctly identified via UPnP
- Fixed automatic file watching
Renderers:
- Improved support for Sony Bluray UBP-X800M2 (thanks, thechrisgregory!)
- Fixed UPnP pushing via Panasonic TVs and Samsung Q9 TVs
Translation updates via Crowdin:
- Czech (100%)
- Danish (100%)
- English (United Kingdom) (32%)
- Finnish (100%)
- Greek (91%)
- French (100%)
- Japanese (99%)
- Polish (100%)
- Portuguese (100%)
- Portuguese (Brazilian) (100%)
- Romanian (99%)
- Serbian (99%)
- Turkish (100%)
Dependency updates:
- Bump jQuery from 1.12.0 to 3.5.1
- Bump spotbugs-maven-plugin from 4.1.4 to 4.2.0
- Bump video.js from 7.2.3 to 7.10.1
更新時間:2021-01-12
更新細節:
更新時間:2021-01-11
更新細節:
更新時間:2021-01-11
更新細節:
What's new in this version:
Added:
- command "delete word" (ie delete entire words under carets) like in VSCode
- command "settings: clear find/replace dialog history"
- command "settings: clear console input history"
- Find dialog: add search options+actions to '...' menu
- Find dialog: allow to hide more buttons (regex, case, words, confirm replace) via "find_hidden_buttons"
- Find dialog: when undocked, show search messages also in Find dialog caption
- Find dialog: "Highlight all" action shows working time in msec
- lexer Python and others with indentation-based folding: implement proposal where blocks can be closed only when brackets ()[]{} are fully closed
- lexer Python: don't find special words before '=', e.g. in 'f(type=v)'
- lexer Python: highlight decorators ('@ddd', '@Ddd.ddd') with special color
- lexers C, C++: better highlight of several operators, like <=> ||= &&= : # ##
- lexers C, C++: better highlight of preprocessor directives
Fixed:
- Find dialog: regression caused by addition in 1.120.0
- Find dialog: code-tree selection was not updated via buttons "find next/previous"
- command "duplicate line (advanced)" regression
- plugin Emmet crash
更新時間:2021-01-10
更新細節:
What's new in this version:
Added:
- Find dialog: allow to hide more buttons (RegEx, Case, Words, Confirm Replace) via "find_hidden_buttons" (thanks @kvichans)
- Find dialog: add search options to '...' menu (thanks @kvichans)
- lexer Python and others with indentation-based folding: implement proposal where blocks can be closed only when brackets ()[]{} are fully closed
- lexer Python: don't find special words before '=', e.g. in 'f(type=v)' (thanks @APEC)
- lexer Python: highlight decorators ('@ddd', '@Ddd.ddd') with special color (thanks @APEC)
Fixed:
- command "duplicate line (advanced)" regression (thanks @kvichans)
- plugin Emmet crash
更新時間:2021-01-08
更新細節:
更新時間:2021-01-08
更新細節:
What's new in this version:
Added:
- command "settings: clear find/replace dialog history"
- command "settings: clear console input history"
- Find dialog: add all search actions to "..." menu
- Find dialog: when undocked, show search messages also in Find dialog caption
- Find dialog: "Highlight all" action shows working time in msec
- lexers C, C++: highlight of several operators, like <=> ||= &&= : # ##
- lexers C, C++: highlight of preprocessor directives
Fixed:
- regression in Find dialog, caused by addition in 1.120.0
- Find dialog: code-tree selection was not updated via buttons "find next/previous"
更新時間:2021-01-06
更新細節: