restore_mplayer.diff 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. diff -Naur pipe-viewer-0.1.8/bin/gtk-pipe-viewer pipe-viewer-0.1.8.patched/bin/gtk-pipe-viewer
  2. --- pipe-viewer-0.1.8/bin/gtk-pipe-viewer 2022-01-21 21:34:05.000000000 -0500
  3. +++ pipe-viewer-0.1.8.patched/bin/gtk-pipe-viewer 2022-01-30 11:34:17.005950305 -0500
  4. @@ -187,6 +187,13 @@
  5. fs => q{--fullscreen},
  6. arg => q{--really-quiet --force-media-title=*TITLE* --no-ytdl *VIDEO*},
  7. },
  8. + mplayer => {
  9. + cmd => q{mplayer},
  10. + srt => q{-sub *SUB*},
  11. + audio => q{-audiofile *AUDIO*},
  12. + fs => q{-fs},
  13. + arg => q{-prefer-ipv4 -really-quiet -title *TITLE* *VIDEO*},
  14. + },
  15. },
  16. video_player_selected => undef, # autodetect it later
  17. diff -Naur pipe-viewer-0.1.8/bin/pipe-viewer pipe-viewer-0.1.8.patched/bin/pipe-viewer
  18. --- pipe-viewer-0.1.8/bin/pipe-viewer 2022-01-21 21:34:05.000000000 -0500
  19. +++ pipe-viewer-0.1.8.patched/bin/pipe-viewer 2022-01-30 11:35:25.549944074 -0500
  20. @@ -177,6 +177,14 @@
  21. arg => q{--really-quiet --force-media-title=*TITLE* --no-ytdl *VIDEO*},
  22. novideo => q{--no-video},
  23. },
  24. + mplayer => {
  25. + cmd => q{mplayer},
  26. + srt => q{-sub *SUB*},
  27. + audio => q{-audiofile *AUDIO*},
  28. + fs => q{-fs},
  29. + arg => q{-prefer-ipv4 -really-quiet -title *TITLE* *VIDEO*},
  30. + novideo => q{-novideo},
  31. + },
  32. },
  33. video_player_selected => (