mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
48 lines
2.7 KiB
XML
48 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
|
||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
||
<metadata>
|
||
<!-- == PACKAGE SPECIFIC SECTION == -->
|
||
<id>spotube</id>
|
||
<version>2.0.0</version>
|
||
<packageSourceUrl>https://github.com/KRTirtho/spotube/tree/master/choco-struct</packageSourceUrl>
|
||
<owners>Kingkor Roy Tirtho</owners>
|
||
<!-- ============================== -->
|
||
|
||
<!-- == SOFTWARE SPECIFIC SECTION == -->
|
||
<title>spotube (Install)</title>
|
||
<authors>Kingkor Roy Tirtho</authors>
|
||
<projectUrl>https://github.com/KRTirtho/spotube/</projectUrl>
|
||
<iconUrl>https://rawcdn.githack.com/KRTirtho/spotube/7edb0bb834eb18c05551e30a891720a6abf53dbe/assets/spotube-logo.png</iconUrl>
|
||
<copyright>2022 Spotube</copyright>
|
||
<!-- If there is a license Url available, it is required for the community feed -->
|
||
<licenseUrl>https://github.com/KRTirtho/spotube/blob/master/LICENSE</licenseUrl>
|
||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||
<projectSourceUrl>https://github.com/KRTirtho/spotube</projectSourceUrl>
|
||
<docsUrl>https://github.com/KRTirtho/spotube#readme</docsUrl>
|
||
<bugTrackerUrl>https://github.com/KRTirtho/spotube/issues/new</bugTrackerUrl>
|
||
<tags>spotube music audio spotify youtube flutter</tags>
|
||
<summary>A lightweight free Spotify 🎧 crossplatform-client 🖥📱 which handles playback manually, streams music using Youtube & no Spotify premium account is needed 😱</summary>
|
||
<description>
|
||
Spotube is a Flutter based lightweight spotify client. It utilizes the power
|
||
of Spotify & Youtube's public API & creates a hazardless, performant & resource
|
||
friendly User Experience
|
||
|
||
# Features
|
||
- Open Source
|
||
- No telementry, diagnostics or user data collection
|
||
- Lightweight & resource friendly
|
||
- Native performance (Thanks to Flutter+Skia)
|
||
- Playback control is on user's machine instead of server based
|
||
- Small size & less data hungry
|
||
- No spotify or youtube ads since it uses all public & free APIs (But it's recommended to support the creators by watching/liking/subscribing to the artists youtube channel or add as favourite track in spotify. Mostly buying spotify premium is the best way to support their valuable creations)
|
||
- Lyrics
|
||
- Downloadable track (WIP)
|
||
</description>
|
||
<releaseNotes>https://github.com/KRTirtho/spotube/releases/tag/v2.0.0</releaseNotes>
|
||
</metadata>
|
||
<files>
|
||
<file src="tools\**" target="tools" />
|
||
</files>
|
||
</package>
|