diff --git a/app/db_connector.php b/app/db_connector.php index 30d541b..1ceaef0 100755 --- a/app/db_connector.php +++ b/app/db_connector.php @@ -49,14 +49,23 @@ function get_audio($pdo, $search='%', $sort='aud_date', $sdir='DESC') { $aud_list = ''; echo $aud_list; } + +function get_album_cover($title) { + // TODO: put actual code here, maybe steal from this lib https://github.com/wapmorgan/Mp3Info/blob/master/src/Mp3Info.php + return "nopathyet"; +} diff --git a/app/db_utilities.php b/app/db_utilities.php old mode 100644 new mode 100755 diff --git a/project_files/cursor_blinking.ase b/project_files/cursor_blinking.ase old mode 100644 new mode 100755 diff --git a/project_files/shell_prompt.ase b/project_files/shell_prompt.ase old mode 100644 new mode 100755 diff --git a/public/resources/aud/bbtb.mp3 b/public/resources/aud/bbtb.mp3 old mode 100644 new mode 100755 index b0df38f..9d77d57 Binary files a/public/resources/aud/bbtb.mp3 and b/public/resources/aud/bbtb.mp3 differ diff --git a/public/resources/aud/chronostasis.mp3 b/public/resources/aud/chronostasis.mp3 old mode 100644 new mode 100755 index a80523b..d0ad2fe Binary files a/public/resources/aud/chronostasis.mp3 and b/public/resources/aud/chronostasis.mp3 differ diff --git a/public/resources/img/cursor_blinking.gif b/public/resources/img/cursor_blinking.gif old mode 100644 new mode 100755 diff --git a/public/resources/img/shell_prompt.gif b/public/resources/img/shell_prompt.gif old mode 100644 new mode 100755 diff --git a/public/resources/stylesheet.css b/public/resources/stylesheet.css index 9f3931c..4dcba36 100755 --- a/public/resources/stylesheet.css +++ b/public/resources/stylesheet.css @@ -182,3 +182,9 @@ footer { form > label { margin-left: 1rem; } + +.music_player { + display: flex; + flex-direction: column; + width: 30%; +}