Skip to content

Releases: Twinx015/Flow

v0.5.1

Choose a tag to compare

@Twinx015 Twinx015 released this 02 Aug 15:45

So fixed some bugs regarding input , radio and also added formats and all that in web and cli mode using ffmpeg.

v0.4.9

Choose a tag to compare

@Twinx015 Twinx015 released this 27 Jul 15:18

So just fixed some bugs and tried to compile this binary , previous one had issues

v0.4.8

Choose a tag to compare

@Twinx015 Twinx015 released this 27 Jul 14:01

So from previous version i was trying to add playlist this time i added playlist , bars , lyrics , more configs and looking forward to add more things in future.

How to install ?

pip install flow-twinx

And

flow

OR download this linux binary ( only for linux ) and

chmod +x ./flow
./flow

v0.4.6

Choose a tag to compare

@Twinx015 Twinx015 released this 21 Jul 02:12

Fixed the web ui files import error.

Error :

  File "/home/.local/lib/python3.14/site-packages/flask/templating.py", line 100, in _get_source_fast
    raise TemplateNotFound(template)
jinja2.exceptions.TemplateNotFound: index.html

v0.4.5

Choose a tag to compare

@Twinx015 Twinx015 released this 20 Jul 16:48

Changes

added a web ui with a pixel theme , use it with --web flag

How to install ?

pip install flow-twinx

And

flow

OR download this linux binary ( only for linux ) and

chmod +x ./flow
./flow

v0.4.3

Choose a tag to compare

@Twinx015 Twinx015 released this 19 Jul 03:21

Added -i , -d and fixed some more bugs tried to add playback but left it.

how to install ?

pip install flow-twinx
``` And 
```bash
flow

OR download this linux binary ( only for linux ) and

chmod +x ./flow
./flow

v0.4.2

Choose a tag to compare

@Twinx015 Twinx015 released this 18 Jul 13:48

It was my mistake i just deleted the -r and -s flags so added them and also added a new feature to repeat no. of time i.e. -t 2 , -t 4 ...

v0.4.1

Choose a tag to compare

@Twinx015 Twinx015 released this 18 Jul 07:46

What is included

  • background playback
  • bars and lyrics support
  • bug fixes
  • better playback support and customization

How to use ?

pip install flow-twinx

and then

flow

If you downloaded the package on linux you can do:

./flow-linux

Flow v0.4.0

Choose a tag to compare

@Twinx015 Twinx015 released this 05 Jul 01:28

This release includes some new features such as SAVVAN playback and bug fixes.

File included:

  • flow.exe
  • flow_twinx.tar.gz
  • source_code.zip

Flow v0.3.0 - Terminal Music Player

Choose a tag to compare

@Twinx015 Twinx015 released this 29 Jun 10:03

This release includes:

  • flow.exe - Windows executable
  • flow_linux_binary - Linux binary
  • source_code.zip - Complete source code

Features

  • Dual-mode operation (online/offline)
  • YouTube streaming via online mode
  • Offline library support
  • Download tracks to local library
  • Repeat & shuffle modes
  • Like/unlike functionality
  • Tab completion for commands

Installation

Extract the binary and run, or use pip: pip install flow-twinx

See README.md for full details.