From e45aaa344e7e9563e564164441436266fbe6b8ab Mon Sep 17 00:00:00 2001
From: nathansmith117 <nathansmith117@sdf.org>
Date: Sun, 19 May 2024 15:13:10 -0600
Subject: Added mpv section

---
 graveyard.html |  1 +
 index.html     |  1 +
 linuxRoom.html | 20 +++++++++++++++++++-
 3 files changed, 21 insertions(+), 1 deletion(-)

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>
diff --git a/index.html b/index.html
index 1214771..373daed 100644
--- a/index.html
+++ b/index.html
@@ -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>
-- 
cgit v1.2.3