No project description provided
Project description
Medialink
Medialink is a Python CLI-tool for bringing order to your digital film and tv-show library. From a messy collection of badly structured folders and files, Medialink can generate a new folder structure with properly named files and folders for use with services such as Plex, Emby, and Jellyfin. Medialink uses links to the original files, so no files are copied or moved. Since the original files are not modified or moved, it allows torrents and other downloads to continue seeding without interruption.Installation
pipx (Recommended)
Medialink can be installed using pipx, which is a tool to install Python CLI tools in isolated environments. This is the recommended way to install Medialink as it will not interfere with other Python packages on your system.
pipx install medialink
pip
Medialink can also be installed using pip, which is the Python package installer. This is not recommended as it will install Medialink globally on your system and may interfere with other Python packages.
pip install medialink
Usage
TO BE WRITTEN
Developers
If you want to contribute to Medialink, you can clone the repository and install the development dependencies using poetry. Remember to use the --with=dev
flag to install the development dependencies.
git clone
cd medialink
poetry install --with=dev # Installs dev dependencies.
poetry run medialink --help # Run the tool!
License
Medialink is licensed under the MIT License. See LICENSE for more information.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file medialink-0.1.0.tar.gz
.
File metadata
- Download URL: medialink-0.1.0.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d57abdd73424f35a3575856d39b193ecbc7f7fd6f94326fb6246bd01668c2c72 |
|
MD5 | c54637d245c709208d7752f6764262bc |
|
BLAKE2b-256 | 1f57bd854136c0fe9cd5962dd959bacaa43aab6d92439d5c51986bff1600d282 |
File details
Details for the file medialink-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: medialink-0.1.0-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71c2e4edea14e971058cc52dca659a5a799c8943e89983cb39b0de611e98c3f9 |
|
MD5 | 4750868503ba1b7a64664ce38dbff765 |
|
BLAKE2b-256 | 27d9bbf49ed95da62b61b0e3895c38c3629e7493a09d4c2f3a93cd798fbf743c |