Skip to content

Commit

Permalink
small fix + readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
axellse committed Sep 11, 2024
1 parent e30a23f commit 046ff94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# <img src="https://github.com/pyrretsoftware/termusic/raw/main/images/icon.png" width="32"/> termusic

A minimal and lightweight terminal music player. Uses the cobalt api and ffplay to stream and play audio from youtube.

Termusic is designed to sit in the corner of your screen while you work, study, or play video games, while taking up as little screen real estate as possible.
# Getting started!
First, make sure you have node.js version **18** or later, [npm](https://npmjs.org), aswell as [ffmpeg](https://ffmpeg.org) installed on your system.

Expand Down
2 changes: 2 additions & 0 deletions ui/uiManagers/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ export async function startMoving(length) {
}
await new Promise(resolve => setTimeout(resolve, (1 / FPS) * 1000));
}
passedTimeBars = 0
passedTime = 0
setSongDuration("0:00", "0:00")
listContinue()
})();
Expand Down

0 comments on commit 046ff94

Please sign in to comment.