Go to file
Mageas 5b934f43bf
Fix: error message
2022-11-02 18:04:29 +01:00
src Fix: error message 2022-11-02 18:04:29 +01:00
.gitignore Initial commit 2022-11-02 11:51:40 +01:00
Cargo.lock Initial commit 2022-11-02 11:51:40 +01:00
Cargo.toml Initial commit 2022-11-02 11:51:40 +01:00
README.md Update: add the ability to append videos to existing playlists 2022-11-02 17:55:13 +01:00
rustfmt.toml Initial commit 2022-11-02 11:51:40 +01:00

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=.