mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-02-04 06:36:35 -08:00
add windows version
This commit is contained in:
11
.config/mpv/script-opts/anilistUpdater.conf##os.WSL
Normal file
11
.config/mpv/script-opts/anilistUpdater.conf##os.WSL
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Use 'yes' or 'no' for boolean options below
|
||||||
|
# Example for multiple directories (comma or semicolon separated):
|
||||||
|
# DIRECTORIES=D:/Torrents,D:/Anime
|
||||||
|
# or
|
||||||
|
# DIRECTORIES=D:/Torrents;D:/Anime
|
||||||
|
DIRECTORIES=/mnt/j/anime
|
||||||
|
UPDATE_PERCENTAGE=85
|
||||||
|
SET_COMPLETED_TO_REWATCHING_ON_FIRST_EPISODE=no
|
||||||
|
UPDATE_PROGRESS_WHEN_REWATCHING=yes
|
||||||
|
SET_TO_COMPLETED_AFTER_LAST_EPISODE_CURRENT=yes
|
||||||
|
SET_TO_COMPLETED_AFTER_LAST_EPISODE_REWATCHING=yes
|
||||||
33
.config/mpv/script-opts/autosubsync.conf##os.WSL
Normal file
33
.config/mpv/script-opts/autosubsync.conf##os.WSL
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# Absolute paths to the executables, if needed:
|
||||||
|
|
||||||
|
# 1. ffmpeg
|
||||||
|
ffmpeg_path=/usr/bin/ffmpeg
|
||||||
|
|
||||||
|
# 2. ffsubsync
|
||||||
|
ffsubsync_path=/usr/bin/ffsubsync
|
||||||
|
|
||||||
|
# 3. alass
|
||||||
|
alass_path=/usr/bin/alass
|
||||||
|
|
||||||
|
# Preferred retiming tool. Allowed options: 'ffsubsync', 'alass', 'ask'.
|
||||||
|
# If set to 'ask', the add-on will ask to choose the tool every time:
|
||||||
|
|
||||||
|
# 1. Preferred tool for syncing to audio.
|
||||||
|
# audio_subsync_tool=ask
|
||||||
|
audio_subsync_tool=ffsubsync
|
||||||
|
# audio_subsync_tool=alass
|
||||||
|
|
||||||
|
# 2. Preferred tool for syncing to another subtitle.
|
||||||
|
# altsub_subsync_tool=ask
|
||||||
|
# altsub_subsync_tool=ffsubsync
|
||||||
|
altsub_subsync_tool=alass
|
||||||
|
|
||||||
|
# Unload old subs (yes,no)
|
||||||
|
# After retiming, tell mpv to forget the original subtitle track.
|
||||||
|
unload_old_sub=yes
|
||||||
|
# unload_old_sub=no
|
||||||
|
|
||||||
|
# Overwrite the original subtitle file.
|
||||||
|
# Replace the old subtitle file with the retimed file.
|
||||||
|
# overwrite_old_sub=yes
|
||||||
|
overwrite_old_sub=no
|
||||||
22
.config/mpv/script-opts/immersion-tracker.conf##os.WSL
Normal file
22
.config/mpv/script-opts/immersion-tracker.conf##os.WSL
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
start_tracking_key=ctrl+t
|
||||||
|
data_dir=/home/sudacode/.config/mpv/scripts/immersion-tracker/data
|
||||||
|
csv_file=/truenas/sudacode/japanese/immersion_tracker.csv
|
||||||
|
session_file=/home/sudacode/.config/mpv/scripts/immersion-tracker/data/current_session.json
|
||||||
|
min_session_duration=30
|
||||||
|
save_interval=10
|
||||||
|
enable_debug_logging=no
|
||||||
|
backup_sessions=no
|
||||||
|
max_backup_files=10
|
||||||
|
use_title=yes
|
||||||
|
use_filename=no
|
||||||
|
custom_prefix=[Immersion]
|
||||||
|
max_title_length = 100
|
||||||
|
export_csv=yes
|
||||||
|
export_json=no
|
||||||
|
export_html=no
|
||||||
|
backup_csv=yes
|
||||||
|
show_session_start=yes
|
||||||
|
show_session_end=yes
|
||||||
|
show_progress_milestones=no
|
||||||
|
milestone_percentages=25507590
|
||||||
|
|
||||||
Reference in New Issue
Block a user