Yoda local fork of System76 cosmic-player
Find a file
Cristian Dinu 59cd966a30 fix(args): Eliminate the binary from arguments
For an executable the first argument is always the binary itself.
Because of this we have to skip it.

If we don't skip it, then it will be treated as another URL, therefore
`cosmic-player` will end up opening two URLs, one for the binary and one
for the actual file we want to play.

When opening multiple files `cosmic-player` will show the side panel /
playlist with the list of files.

The regression this commit fixed was introduced by `01be9152`.

Closes #96.
2025-03-27 08:49:09 +01:00
debian Use just vendor for debian packaging 2025-01-09 11:13:43 -07:00
i18n i18n (pt-BR) Update translations 2025-03-26 14:55:40 +00:00
res i18n (pt-BR) Update translations 2025-03-26 14:55:40 +00:00
src fix(args): Eliminate the binary from arguments 2025-03-27 08:49:09 +01:00
.gitignore Fix debian packaging 2024-10-06 18:36:31 -06:00
build.rs feat: add help and version flags to argument parser 2025-03-26 16:42:39 +01:00
Cargo.lock feat: add help and version flags to argument parser 2025-03-26 16:42:39 +01:00
Cargo.toml feat: add help and version flags to argument parser 2025-03-26 16:42:39 +01:00
i18n.toml Convert to libcosmic and parse audio 2024-01-24 14:31:39 -07:00
justfile Update iced_video_player 2024-12-30 12:57:03 -07:00
LICENSE init 2024-01-23 21:55:34 -07:00
README.md Remove outdated dependencies 2024-10-08 07:58:08 -06:00
shell.nix add shell.nix file 2025-03-13 12:18:18 -06:00

cosmic-player

WIP COSMIC media player