initial commit
This commit is contained in:
1
noire-carnation/config/mpv/.gitignore
vendored
Normal file
1
noire-carnation/config/mpv/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
watch_later/
|
||||
Binary file not shown.
52
noire-carnation/config/mpv/MordenX/README.md
Normal file
52
noire-carnation/config/mpv/MordenX/README.md
Normal file
@@ -0,0 +1,52 @@
|
||||
# ModernX
|
||||
An MPV OSC script based on [mpv-osc-modern](https://github.com/maoiscat/mpv-osc-modern/) that aims to mirror the functionality of MPV's stock OSC while with a more modern-looking interface.
|
||||
|
||||

|
||||
|
||||
# How to install
|
||||
|
||||
Locate your MPV folder. It is typically located at `\%APPDATA%\mpv\` on Windows and `~/.config/mpv/` on Linux/MacOS. See the [Files section](https://mpv.io/manual/master/#files) in mpv's manual for more info.
|
||||
|
||||
Put mordenx.lua into your mpv "\~\~/scripts/" folder. Create the "\~\~/scripts/" folder if you don't already have one and remove any other OSC scripts,
|
||||
then put `Material-Design-Iconic-Font.ttf` in the "\~\~/fonts" folder.
|
||||
|
||||
in mpv.conf:
|
||||
|
||||
```
|
||||
osc = no
|
||||
border = no # Optional, but recommended
|
||||
```
|
||||
`Material-Design-Iconic-Font.ttf` can also be downloaded from [here](https://zavoloklom.github.io/material-design-iconic-font/).
|
||||
|
||||
# How to config
|
||||
|
||||
edit osc.conf in "\~\~/script-opts/" folder, however many options are changed, so refer to the user_opts variable in the script file for details.
|
||||
|
||||
# Thumbnails
|
||||
|
||||
To enable thumbnails in timeline, install [thumbfast](https://github.com/po5/thumbfast). No other step necessary.
|
||||
|
||||
# Buttons
|
||||
|
||||
like the built-in script, some buttons may accept multiple mouse actions, here is a list:
|
||||
|
||||
## Seekbar
|
||||
* Left mouse button: seek to chosen position.
|
||||
* Right mouse button: seek to the head of chosen chapter
|
||||
## Playlist back/forward buttons
|
||||
* Left mouse button: play previous/next file.
|
||||
* Right mouse button: show playlist.
|
||||
## Skip back/forward buttons
|
||||
* Left mouse button: go to previous/next chapter.
|
||||
* Right mouse button: show chapter list.
|
||||
## Jump back/forward buttons
|
||||
* Left mouse button: Jumps forwards/backwards by 5 seconds, or by the amount set in `user_opts`.
|
||||
* Right mouse button: Jumps forwards/backwards by 1 minute.
|
||||
* Shift + Left mouse button: Skips to the previous/next frame.
|
||||
## Cycle audio/subtitle buttons
|
||||
* Left mouse button/Right mouse button: cycle to next/previous track.
|
||||
* Middle mouse button: show track list.
|
||||
## Playback time
|
||||
* Left mouse button: display time in milliseconds
|
||||
## Duration
|
||||
* Left mouse button: display total time instead of remaining time
|
||||
2741
noire-carnation/config/mpv/MordenX/modernx.lua
Normal file
2741
noire-carnation/config/mpv/MordenX/modernx.lua
Normal file
File diff suppressed because it is too large
Load Diff
BIN
noire-carnation/config/mpv/MordenX/preview.png
Normal file
BIN
noire-carnation/config/mpv/MordenX/preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
1
noire-carnation/config/mpv/fonts/Material-Design-Iconic-Font.ttf
Symbolic link
1
noire-carnation/config/mpv/fonts/Material-Design-Iconic-Font.ttf
Symbolic link
@@ -0,0 +1 @@
|
||||
../MordenX/Material-Design-Iconic-Font.ttf
|
||||
26
noire-carnation/config/mpv/mpv.conf
Normal file
26
noire-carnation/config/mpv/mpv.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
# misc
|
||||
border=no
|
||||
osc=no
|
||||
save-position-on-quit
|
||||
|
||||
# subs
|
||||
embeddedfonts=no
|
||||
sub-ass-override=style
|
||||
sub-ass-force-style='FontName=Ubuntu'
|
||||
alang=ja,jpn,Japanese,en,eng,English
|
||||
slang=en,eng,English
|
||||
|
||||
# video
|
||||
vo=gpu
|
||||
gpu-api=vulkan
|
||||
hwdec=auto
|
||||
profile=gpu-hq
|
||||
# scale=ewa_lanczossharp
|
||||
# cscale=ewa_lanczossoft
|
||||
video-sync=display-resample
|
||||
linear-downscaling=no
|
||||
framedrop=no
|
||||
|
||||
|
||||
[720p]
|
||||
ytdl-format=bestvideo[height<=?720]+bestaudio/best
|
||||
1
noire-carnation/config/mpv/script-opts/osc.conf
Normal file
1
noire-carnation/config/mpv/script-opts/osc.conf
Normal file
@@ -0,0 +1 @@
|
||||
windowcontrols=no
|
||||
1
noire-carnation/config/mpv/scripts/modernx.lua
Symbolic link
1
noire-carnation/config/mpv/scripts/modernx.lua
Symbolic link
@@ -0,0 +1 @@
|
||||
../MordenX/modernx.lua
|
||||
1
noire-carnation/config/mpv/scripts/sponsorblock-minimal.lua
Symbolic link
1
noire-carnation/config/mpv/scripts/sponsorblock-minimal.lua
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/mpv/sponsorblock-minimal.lua
|
||||
Reference in New Issue
Block a user