media-sound/tiddl - 3.4.4 (hering-overlay)

Search

Install

Install this version:

emerge -a =media-sound/tiddl-3.4.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-sound/tiddl-3.4.4

Or alternatively:

emerge --autounmask-write -a =media-sound/tiddl-3.4.4

Package Information

Description:
Download Tidal tracks, videos, albums, playlists & artists
Homepage:
https://github.com/oskvr37/tiddl
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
3.4.4 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..15} )

inherit distutils-r1 pypi

DESCRIPTION="Download Tidal tracks, videos, albums, playlists & artists"
HOMEPAGE="https://github.com/oskvr37/tiddl"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/aiofiles[${PYTHON_USEDEP}]
	dev-python/aiohttp[${PYTHON_USEDEP}]
	dev-python/m3u8[${PYTHON_USEDEP}]
	media-libs/mutagen[${PYTHON_USEDEP}]
	dev-python/pydantic[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/requests-cache[${PYTHON_USEDEP}]
	dev-python/typer[${PYTHON_USEDEP}]
	media-video/ffmpeg"

Inherited Eclasses

Dependencies

DEPEND

dev-python/setuptools[]

RDEPEND

dev-python/aiofiles[]
	dev-python/aiohttp[]
	dev-python/m3u8[]
	media-libs/mutagen[]
	dev-python/pydantic[]
	dev-python/requests[]
	dev-python/requests-cache[]
	dev-python/typer[]
	media-video/ffmpeg