mpv.net Mediaplayer, neue Versionen und Support

stax76

Cadet 3rd Year
Registriert
Juni 2010
Beiträge
33
Hallo,

ich möchte mein Projekt mpv.net vorstellen.

mpv.net ist eine moderne grafische Benutzeroberfläche für den beliebten Kommandozeilen Mediaplayer mpv. Lauffähig ab Windows 7.

Der Player ist zugänglicher als mpv, richtet sich aber immer noch ausschließlich an fortgeschrittene Benutzer oder an solche die es werden möchten.

https://github.com/stax76/mpv.net

https://mpv.io/manual/master/

802541
 
Zuletzt bearbeitet:
  • Gefällt mir
Reaktionen: 4nanai und _casual_
Ein Menü für mpv :D ich fasse es nicht. Wie kommt man da überhaupt rein? Per Tastenkürzel? Vom OSD aus sehe ich keinen Zugriff.

Hab zwar nix davon (Linux) aber so verliert mpv etwas von seinem Schrecken. Kommt gerade rechtzeitig zu der Lücke in VLC. Fehlen nur noch Binaries.
 
Ein Menü für mpv :D ich fasse es nicht. Wie kommt man da überhaupt rein? Per Tastenkürzel? Vom OSD aus sehe ich keinen Zugriff.

via Kontextmenu:

https://github.com/stax76/mpv.net#context-menu-screenshot

Hab zwar nix davon (Linux) aber so verliert mpv etwas von seinem Schrecken. Kommt gerade rechtzeitig zu der Lücke in VLC. Fehlen nur noch Binaries.

mpv.net baut auf nicht portabler Windows Technologie auf, muss aber sagen, dass mpv meine Denkweise verändert hat, plötzlich finde ich die Kommandozeile (PowerShell) und Plattformunabhängigkeit spannend.
 
5.0
  • changed icon design
  • libmpv was updated to shinchiro 2019-07-14
  • new or improved config editor settings: screenshot-directory,
    screenshot-format, screenshot-tag-colorspace, screenshot-high-bit-depth,
    screenshot-jpeg-source-chroma, screenshot-template, screenshot-jpeg-quality,
    screenshot-png-compression, screenshot-png-filter
  • mpv.conf preview feature added to config editor, it previews the mpv.conf content
  • in the entire project the term addon was replaced with the term extension,
    unfortunately this will break user extensions. The reason for this drastic
    change is that there exist too many different terms, addons, addins,
    extensions, modules, packages etc.. mpv.net follows Google Chrome as the worlds
    most popular extendable app, Chrome uses the term Extension.
  • a thread synchronization bug was fixed, the shutdown thread was aborted
    if it was running more than 3 seconds, this caused the rating extension
    to fail if it was waiting for a drive to wake up
  • a new JavaScript was included to show the playlist with a smaller font size,
    the script is located at startup/scripts
  • terminal support added using mpvnet.com !
  • script engine performance and error handling was improved
  • the scripting wiki page was improved
  • the C# scripting host extension was converted from VB to C# because it's not
    only used for hosting but I also use it now to code and debug script code
  • there was a copy paste bug in the file association feature resulting in keys
    from mpv being overwritten instead of using mpv.net keys. Thanks to floppyD!
  • there was a exception fixed that happened opening rar files
  • instead of using the OS theme color there are now default colors
    for dark-color and light-color
 
5.1

  • 'Tools > Execute mpv command' was replaced with mpv-repl
  • many wiki pages were improved
  • the logo/icon had a very small cosmetic change
  • the help in the context menu was improved,
    for quick access consider the command palette (F1 key)
  • config options specific to mpv.net are now available from the command line
  • the input editor no longer has known limitations, 'alt gr' and ctrl+alt are working now
  • the help in the input editor was simplified and the filter logic was improved
  • fixed issue in file associations causing mpv.net not to appear in OS default apps
  • 'Tools > Manage File Associations' was replaced by 'Tools > OS Setup',
    it has now a feature to add and remove mpv.net to and from the Path
    environment variable and the OS default apps settings can be opened (Win 10 only)
  • startup folder and config folder being identical was causing a critical issue
    as mpv.net was loading extensions twice and scripts four times, now identical
    folders are no longer permitted
  • error messages are shown when unknown scripts and extensions are found in the startup folder
    because user scripts and extensions are supposed to be located in the config folder instead
  • changing from maximized to fullscreen did not work
  • the search field in the config editor was not always remembered
  • new setting remember-volume added, saves volume and mute on exit
    and restores it on start.
  • it's now enforced that mpv properties on the command line and in
    the mpv.conf config file are lowercase, if not a error is shown
  • gpu-api vulkan was not working if media files were opened via
    command line (that included Explorer)
  • new setting minimum-aspect-ratio added, minimum aspect ratio for the window,
    this was previously hard coded to 1.3
  • new setting auto-load-folder added, for single files automatically load
    the entire directory into the playlist, previously this was forced,
    now it can be disabled
  • new setting themed-menu added, follow theme color in context menu,
    default: no. UI related settings have now a separate UI tab in the config editor
 
5.2
  • bug fix for single-instance not working with unicode filenames
  • bug fix for logo not shown on start
  • osd-visibility.js script was removed because the OSC uses too much memory
  • youtube-dl was updated
  • libmpv was updated to shinchiro 2019-08-04
  • in case mpv.net was started from a terminal it sets now the mpv property input-terminal to yes,
    this means mpv.net will now receive and handle input keys from the terminal
  • certain command line properties didn't work (input-terminal, terminal, input-file,
    config, config-dir, input-conf, load-scripts, script, scripts, player-operation-mode)
  • the about dialog shows now the mpv version and build date
  • the dialog that asks for a config folder has now a cancel option
 
Hi everybody,

I'll try not to code for a time so this might be the last release this summer.

I have to admit that I want to spend less time coding or even quit coding altogether but it's a long term goal and I might change my mind.

Have a good time.

5.3
  • added new feature: Open > Open DVD/Blu-ray Drive/Folder...
  • the default of remember-volume has been set to yes
  • scale, cscale, dscale defaults have been set to spline36,
    profile=gpu-hq is not used in the defaults because it starts very slow
  • new menu items have been added to navigate to the first and
    last playlist position, key bindings: Home, End
  • new config setting recent-count added, amount of menu items
    shown under 'Open > Recent'
  • in the config dialog the description for keep-open was corrected
    because unlike mpv, mpv.net will never terminate automatically
  • there was a rare occasion where the mpv.net logo wasn't shown
  • fix excessive memory usage using osd-scale-by-window = no
  • mpv setting osd-scale-by-window added to config dialog
 
  • Gefällt mir
Reaktionen: Yuuji
5.4
  • added taskbar-progress implementation
  • added new setting to start with maximized window
  • long file paths work now even if not enabled by the OS
  • fixed history being written even when history file wasn't created prior
  • libmpv updated to shinchiro 2019-08-31
 
  • Gefällt mir
Reaktionen: ghecko
Was könnte die Ursache sein wenn man kein Audio hat? (5.4.1.0)
Unbenannt.png

Also es ist nicht aktivierbar. In den Einstellungen habe ich auch nichts gefunden was daran etwas ändert.

Edit: Ich habe jetzt ne ältere Version geladen (5.1.0.0 portable) da geht der Ton
 
Nee ist nicht Mute. Ich nutz den Player ja schon seit 2 Monaten.

Ich hatte jetzt nur mal Windows neu aufgesetz und hab mir dadurch die neueste Version von mpv.net geladen.

Alles was soweit Mit dem Sound zu tun hat hab ich schon ausprobiert.
Treiber, Codecs etc. Es bleibt stumm.

Version 5.1.0.0 läuft, also bleib ich erstmal bei der.

Kann auch sein das auch ein Windows Problem ist. Da gibts ja regelmäßig bei den Major Updates irgendwelche Probleme mit dem Sound.

Edit 30.10.2019
Jetzt funzt es wieder mit neueren Versionen
 
Zuletzt bearbeitet:
Zurück
Oben