diff options
author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-19 15:13:10 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-19 15:13:10 -0600 |
commit | e45aaa344e7e9563e564164441436266fbe6b8ab (patch) | |
tree | 52b73fa22d0755253f8f085d20d576cd66fbaf2d | |
parent | edcff9393ff08319a443d7dae4f3f94cfc3cfb52 (diff) |
Added mpv section
-rw-r--r-- | graveyard.html | 1 | ||||
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | linuxRoom.html | 20 |
3 files changed, 21 insertions, 1 deletions
diff --git a/graveyard.html b/graveyard.html index 00e494b..af52c5e 100644 --- a/graveyard.html +++ b/graveyard.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> diff --git a/linuxRoom.html b/linuxRoom.html index b17e4e7..35552ba 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> @@ -36,7 +37,7 @@ table { <li>Web browser: <a href="#librewolf">librewolf</a></li> <li>Mail client: <a href="#claws">claws</a></li> <li>Editor: <a href="#lite-xl">lite-xl</a></li> - <li>Media player: <a href="">mpv</a></li> + <li>Media player: <a href="#mpv">mpv</a></li> <li>Terminal: <a href="">alacritty</a></li> <li>Shell: <a href="">zsh</a></li> <li>Terminal based editor: <a href="">neovim</a></li> @@ -266,6 +267,23 @@ table { </p> </td> </tr> + + <tr> + <td> + <h2 id="mpv">mpv</h2> + <p> + I switched to mpv because vlc was acting weird with audio sometimes when watching anime and nothing + in this world is worse then something getting in the way of anime time! Just like lite-xl and neovim + mpv uses lua for its config files and is really simple by default. It also can play youtube videos + or other online streams just by giving it a url.<br/><br/> + + The only thing I did to config mine + was install a plugin for a nicer interface yet + <a href="https://github.com/nathansmith117/mpvconfig" target="_blank">it has its own repo</a> when it + could just be in the dotfiles repo. Like I said, my dotfiles are kind of fucked up. + </p> + </td> + </tr> </table> </center> </body> |