Skip to content

Releases: mocchapi/PyCasts

oops!!! - hotfix

15 Jun 20:39
13d68b6
Compare
Choose a tag to compare

hotfix for v1.1.1 where calculating the timestamp would error resulting in it always saying 00:00:00/00:00:00

v1.1.0

15 Jun 20:12
f130cab
Compare
Choose a tag to compare

bunch of new features:

  • player controls for volume
  • player controls for speed
  • automatic conversion & resizing of thumbnails to save you the hassle of having to make them yourself
  • option to delete entire library (useful for if you keep getting filenotfound errors)

important note:
Pillow is now a dependency.
use pip3 install -r requirements.txt on linux or pip install -r requirements-nonlinux.txt on other OS' to install

this version is fully backwards compatible with older versions, you do not have to rebuild your library

v1.0.0

24 May 19:46
7c385c1
Compare
Choose a tag to compare

Initial release!

After a few months and a whole rewrite, PyCasts v1.0.0 is here!
Installation is easy:

  • download the source code
  • unzip it in a directory of your choice
  • download & install VLC player from here
  • and finally, install the python libraries by running pip install -r requirements.txt

To launch PyCasts just run main.py