You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
src | 7 months ago | |
.gitignore | 7 months ago | |
Cargo.lock | 7 months ago | |
Cargo.toml | 7 months ago | |
README.md | 7 months ago | |
rustfmt.toml | 7 months ago |
README.md
Piped Playlist Importer
Import your playlists to Piped from text files.
How to use
Usage: piped_playlist_importer [OPTIONS] --authorization <AUTHORIZATION>
Options:
-p, --playlists-directory <PLAYLISTS_DIRECTORY>
Path of the directory containing playlists
-a, --authorization <AUTHORIZATION>
Authorization code found in the local storage of your browser (authToken...)
-i, --instance <INSTANCE>
Authentication instance [default: https://pipedapi.kavin.rocks]
--append
Append videos to existing playlists
-h, --help
Print help information
-V, --version
Print version information
Install instructions
Clone the repository:
git clone https://gitea.heartnerds.org/Mageas/piped_playlist_importer
Move into the project directory:
cd piped_playlist_importer
Install the project with cargo:
cargo install --path=.