Skip to content

Commit

Permalink
Commented mini encode profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
noelsimbolon committed Dec 16, 2021
1 parent ed76f91 commit b8c74fa
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions mpv.conf
Original file line number Diff line number Diff line change
Expand Up @@ -172,25 +172,25 @@ screenshot-template="%f-%wH.%wM.%wS.%wT-#%#00n" # Name format (filen
profile-cond=string.match(p.filename, "SubsPlease")~=nil or string.match(p.filename, "HorribleSubs")~=nil or string.match(p.filename, "Erai%-raws")~=nil
deband=yes

[Mini-Encode #1]
profile-desc=Mini Encode Anime 1
profile-cond=string.match(p.filename, "ASW")~=nil or string.match(p.filename, "DKB")~=nil or string.match(p.filename, "Judas")~=nil
deband=yes

[Mini-Encode #2]
profile-desc=Mini Encode Anime 2
profile-cond=string.match(p.filename, "Cerberus")~=nil or string.match(p.filename, "Nep%_Blanc")~=nil or string.match(p.filename, "Reaktor")~=nil
deband=yes

[Mini-Encode #3]
profile-desc=Mini Encode Anime 3
profile-cond=string.match(p.filename, "Cleo")~=nil or string.match(p.filename, "Akihito")~=nil or string.match(p.filename, "Reaktor")~=nil
deband=yes

[Mini-Encode #4]
profile-desc=Mini Encode Anime 4
profile-cond=string.match(p.filename, "Ember")~=nil
deband=yes
# [Mini-Encode #1]
# profile-desc=Mini Encode Anime 1
# profile-cond=string.match(p.filename, "ASW")~=nil or string.match(p.filename, "DKB")~=nil or string.match(p.filename, "Judas")~=nil
# deband=yes

# [Mini-Encode #2]
# profile-desc=Mini Encode Anime 2
# profile-cond=string.match(p.filename, "Cerberus")~=nil or string.match(p.filename, "Nep%_Blanc")~=nil or string.match(p.filename, "Reaktor")~=nil
# deband=yes

# [Mini-Encode #3]
# profile-desc=Mini Encode Anime 3
# profile-cond=string.match(p.filename, "Cleo")~=nil or string.match(p.filename, "Akihito")~=nil or string.match(p.filename, "Reaktor")~=nil
# deband=yes

# [Mini-Encode #4]
# profile-desc=Mini Encode Anime 4
# profile-cond=string.match(p.filename, "Ember")~=nil
# deband=yes



Expand Down

0 comments on commit b8c74fa

Please sign in to comment.