festival icon indicating copy to clipboard operation
festival copied to clipboard

Music player

Results 31 festival issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/hinto-janai/festival/issues/67.

feature
shukusai

Implement a way to play music from Telegram channels, AFAIK you need to use the API token from your Telegram account.

## OS & Version Festival v1.3.3 Linux x64 Collection v3 Audio v0 Playlist v0 State v1 Settings v2 512dc7bfc76341c0e06902252c634e24700d7140 ## Bug When switching to a workspace containing Festival in i3...

bug

## What There are some key global data structures that have `static` lifetime. E.g, `AUDIO_STATE`, `RESET_STATE`. Atomics are simpler, easier to use, more performant, and won't ever deadlock. Although these...

shukusai
someday

## What The code for [`Audio`](https://github.com/hinto-janai/festival/tree/main/shukusai/src/audio) is too entwined. The major roles `Audio` plays is: - Audio decoding/demuxing - `Kernel` signal handling - OS media control + metadata handling -...

shukusai
someday

[zbus](https://dbus2.github.io/zbus/) is a Rust implementation of D-Bus, by using this all C dependencies are removed.

## OS & Version Windows x64. Festival GUI `v1.0.0` to `v1.3.3`. ## Bug Festival GUI hangs (stops responding) on song selection on certain Windows builds. It is most likely blocking...

bug
gui

## Version `Festival GUI v1.3.0` ## Bug The `Songs` tab is very laggy. Although the current code only displays the viewport (good), every single `Song` object is iterated through and...

bug
gui

Consider publishing releases to [crates.io](https://crates.io/crates/festival) and possibly contesting the squatted [festival](https://crates.io/crates/festival) crate.

feature