Warning, /multimedia/audiotube/README.md is written in an unsupported language. File is not indexed.

0001 # AudioTube
0002 
0003 AudioTube is a client for YouTube Music.
0004 
0005 <a href='https://flathub.org/apps/details/org.kde.audiotube'><img width='190px' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-i-en.png'/></a>
0006 
0007 ## Links
0008 * Project page: https://invent.kde.org/multimedia/audiotube
0009 * File issues: https://bugs.kde.org/describecomponents.cgi?product=audiotube
0010 
0011 # Dependencies
0012 
0013 It depends on Qt, Kirigami, KI18n, KCoreAddons and KCrash in addition to a few python packages:
0014  * ytmusicapi
0015  * yt_dlp
0016 
0017 YouTube uses webp images for the cover art, so you will need to install qtimageformats.
0018 
0019 # Troubleshooting
0020 
0021 AudioTube only needs Python 3. If cmake still selects Python 2, you can pass `-DPYTHON_EXECUTABLE=/usr/bin/python3` to correct that.