mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
55 lines
2.7 KiB
XML
55 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>%{{SPOTUBE_VERSION}}%</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://spotube.krtirtho.dev</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://spotube.krtirtho.dev</docsUrl>
|
||
<bugTrackerUrl>https://github.com/KRTirtho/spotube/issues/new</bugTrackerUrl>
|
||
<tags>spotube music audio youtube flutter</tags>
|
||
<summary>🎧 Open source music client that doesn't require Premium nor uses Electron! Available
|
||
for both desktop & mobile! </summary>
|
||
<description>
|
||
Spotube is a Flutter based lightweight music client. It utilizes the power
|
||
of music metadata providers & Youtube's public API & creates a hazardless, performant
|
||
& resource
|
||
friendly User Experience
|
||
|
||
# Features
|
||
- Open source/libre software
|
||
- Anonymous/guest login
|
||
- Cross platform support
|
||
- No telemetry, diagnostics or user data collection
|
||
- Lightweight & resource-friendly
|
||
- Native performance (Thanks to Flutter+Skia)
|
||
- Playback control is done locally instead of on the server
|
||
- Small size & less data usage
|
||
- No ads since it uses all public & free APIs (It is still recommended
|
||
to support the creators by watching/liking/subscribing to the artists' YouTube channels or
|
||
liking their tracks on different music platforms.)
|
||
- Time synced lyrics
|
||
- Downloadable tracks
|
||
</description>
|
||
<releaseNotes>https://github.com/KRTirtho/spotube/releases/tag/v%{{SPOTUBE_VERSION}}%</releaseNotes>
|
||
</metadata>
|
||
<files>
|
||
<file src="tools\**" target="tools" />
|
||
</files>
|
||
</package> |