Commit Graph

89 Commits

Author SHA1 Message Date
Kingkor Roy Tirtho
7a6821f28d feat: implement metadata plugins based on hetu 2025-06-14 08:41:38 +06:00
Kingkor Roy Tirtho
7491175bb6 feat: add metadata api service and models 2025-05-01 13:20:05 +06:00
Kingkor Roy Tirtho
ecb43f64ad chore: removal of all mentions/references of that greedy green music provider 2025-04-30 21:23:37 +06:00
Kingkor Roy Tirtho
b74c2eab8f fix: calling /track/:streamId endpoint causes active sourced track to be anything 2025-03-28 20:57:46 +06:00
Kingkor Roy Tirtho
4db9a95a91 chore: update linux appdata screenshot 2025-03-07 20:20:56 +06:00
Kingkor Roy Tirtho
1e6d709e04
feat: implement yt-dlp for desktop and NewPipeExtractor for Android (#2316)
* feat: add youtube engine abstraction and yt-dlp integration

* chore: add yt-dlp as optional dependency

* feat: implement custom path support for youtube engines

* chore: check for custom path in setting engine select dropdown

* chore: update yt_dlp_dart

* chore: setting video url instead of video id in fetchSiblings

* feat: implement NewPipe engine

* chore: update local path to git url for flutter_new_pipe_extractor package

* chore: fix android build isn't working

* chore: fix routes not working when initially signing in

* refactor: drop fallback support to different sources
2025-02-11 21:36:07 +06:00
Kingkor Roy Tirtho
8ca2115ef0
feat: track caching and cached track export support (#2117)
* feat: add caching support with track metadata

* feat(settings): add cache music toggle

* fix(mobile): cache dir not open-able

* feat(local folder): add cache export/clear actions and size of the folder

* chore: ios deps upgrades

* chore: upgrade lint flutter version

* chore: lint secrets causing error

* cd: invalid value for env var
2024-12-08 20:03:01 +06:00
Kingkor Roy Tirtho
3fd7a18159 chore: upgrade dependency version 2024-12-01 17:49:35 +06:00
Kingkor Roy Tirtho
1c66646798 fix(windows): local tracks plays but disabled playback controls 2024-08-07 21:54:47 +06:00
Kingkor Roy Tirtho
6a500731d6
feat: discord rpc for macOS, windows-arm64 and linux-arm64 (#1713)
* feat: add discord rpc support for macos, windows arm64 and linux arm64

* chore: discord rpc not clearing activity after close/setting rpc to false

* chore: add migration script to move from files from macos sandbox to non-sandbox directories
2024-07-14 18:58:47 +06:00
Kingkor Roy Tirtho
1284b409e7 chore: add linux dependencies and update CI + docker config 2024-07-05 11:31:47 +06:00
Kingkor Roy Tirtho
15bd58a955 feat(desktop): implement webview based login 2024-07-05 11:21:32 +06:00
Kingkor Roy Tirtho
3fb003ea60 refactor(preferences): use Drift sql db for preferences 2024-06-14 00:29:09 +06:00
Kingkor Roy Tirtho
9c3f9733b5 chore: remove print statement 2024-06-06 19:51:03 +06:00
Kingkor Roy Tirtho
eea8fd1579 chore: syntax error 2024-06-06 19:23:14 +06:00
Kingkor Roy Tirtho
73bd207ce2 fix(linux): change app id in flatpak environment 2024-06-06 18:54:18 +06:00
Kingkor Roy Tirtho
26ee84d990 chore: remove window_size deps as unused 2024-06-05 22:06:55 +06:00
Kingkor Roy Tirtho
8fc44ed655 fix(linux): application window not visible after launch 2024-06-05 17:59:31 +06:00
Blake Leonard
22caa818f4
feat: Local music library (#1479)
* feat: add one additional library folder

This folder just doesn't get downloaded to.
I think I'm going to rework it so that it can be multiple folders,
but I'm going to commit my progress so far anyway.

Signed-off-by: Blake Leonard <me@blakes.dev>

* chore: update dependencies so that it builds

I'm not sure if this breaks CI or something, but I couldn't build
it locally to test my changes, so I made these changes and it
builds again.

Signed-off-by: Blake Leonard <me@blakes.dev>

* feat: index multiple folders of local music

If you used a previous commit from this branch, this is a breaking
change, because it changes the type of a configuration field. but
since this is still in development, it should be fine.

Signed-off-by: Blake Leonard <me@blakes.dev>

* refactor: manage local library in local tracks tab

This also refactors the list to use slivers instead. That's the
easiest way to have multiple scrolling lists here...

The console keeps getting spammed with some intermediate layout
error but I can't hold it long enough to figure out what's causing
it.

Signed-off-by: Blake Leonard <me@blakes.dev>

* refactor: use folder add/remove icons in library

Signed-off-by: Blake Leonard <me@blakes.dev>

* refactor: remove redundant settings page

Signed-off-by: Blake Leonard <me@blakes.dev>

* refactor: rename "Local Tracks" to just "Local"

Not sure if this would be the recommended way to do it...

Signed-off-by: Blake Leonard <me@blakes.dev>

* fix: console spam about useless Expanded

Signed-off-by: Blake Leonard <me@blakes.dev>

* chore: remove completed TODO

Signed-off-by: Blake Leonard <me@blakes.dev>

* chore: use new Platform constants; regenerate plugins

Signed-off-by: Blake Leonard <me@blakes.dev>

* refactor: put local libraries on separate pages

Signed-off-by: Blake Leonard <me@blakes.dev>

---------

Signed-off-by: Blake Leonard <me@blakes.dev>
2024-05-23 15:18:01 +06:00
Kingkor Roy Tirtho
7ac791757a fix(linux): tray icon not showing #541
upgrade old packages
2024-04-17 22:20:30 +06:00
Kingkor Roy Tirtho
68374efd3e
feat: LAN connect a.k.a control remote Spotube playback and local output device selection (#1355)
* feat: add connect server support

* feat: add ability discover and connect to same network Spotube(s) and sync queue

* feat(connect): add player controls, shuffle, loop, progress bar and queue support

* feat: make control page adaptive

* feat: add volume control support

* cd: upgrade macos runner version

* chore: upgrade inappwebview version to 6

* feat: customized devices button

* feat: add user icon next to devices button

* feat: add play in remote device support

* feat: show alert when new client connects

* fix: ignore the device itself from broadcast list

* fix: volume control not working

* feat: add ability to select current device's output speaker
2024-04-04 22:22:00 +06:00
Kingkor Roy Tirtho
ca2b81d572 chore: fix linux appdata formatting 2024-03-09 22:28:40 +06:00
Kingkor Roy Tirtho
88c6822555 chore: add test macos cask definition 2024-03-05 22:47:13 +06:00
Kingkor Roy Tirtho
4050f55640
feat: Deep link support (#950)
* feat: add deep link support

* feat(android): add intent share support

* chore: untranslated msg for it locale
2023-12-18 22:12:16 +06:00
Kingkor Roy Tirtho
88b8785cb8 feat: discord RPC integration #98 2023-11-22 09:32:05 +06:00
Kingkor Roy Tirtho
f3e331ecf7 fix: add xdg-user-dirs as deps 2023-10-16 10:07:40 +06:00
Kingkor Roy Tirtho
931664e6b6 refactor: migrate to catcher to catcher_2 2023-09-30 18:33:04 +06:00
Kingkor Roy Tirtho
5a758d8671 chore: fix genres & personalized content not loading 2023-09-28 15:27:13 +06:00
Joshua Samenfink
5115e041e7
fix: add libmpv1 for ubuntu-based systems (#739) 2023-09-20 21:01:56 +06:00
Kingkor Roy Tirtho
7aff0d3f1e
cd: Armbuild Circleci project setup (#723)
* chore: fill missing translations

* chore: vscode filenesting

* docs: Add meenbeese  (#713)

* CircleCI Commit

* cd: updated circle ci build config

* cd: use custom flutter installation

* cd: use ubuntu 22.04

* cd: fix project var syntax

* cd: directly echo secrets to .env file

* cd: export bash env

* cd: they I'm stupid

* cd: ugghh breaking flutter changes on every major version

* cd: add other empty keys to .env

* cd: works!!!

* cd: store artifacts

* cd: add other package formats in circle ci build

* cd: add pub cache path

* cd: remove dart run from flutter_distributor

* cd: add appimage installer

* cd: sudo

* cd: appimagetool in path

* cd: use aarch64 binary of appimagetool

* cd: add rpmbuild deps

* cd: fix rpm arch

* cd: add github release upload capability

* cd: enable github creds context

* cd: remove token

* cd: remove parallelism

* cd: why typo??!

* cd: add github action to trigger Circle CI pipeline

* cd: trigger CCI using curl

* cd: remove quotes from bool field

* cd: ain't no

* cd: poor choice

---------

Co-authored-by: meenbeese <meenbeese@tutanota.com>
2023-09-15 22:35:09 +06:00
Kingkor Roy Tirtho
ab0fe5bdfa
Playlist info editing (#708)
* feat: playlist metadata edit support

* refactor: replace file_picker with file_selector
2023-09-10 16:39:21 +06:00
Joshua Samenfink
c987ea7841
fix: add missing dependency in debian package (#704)
* chore: fill missing translations

* chore: vscode filenesting

* fix: add missing dependency in debian package

* fixes https://github.com/KRTirtho/spotube/issues/703

---------

Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com>
2023-09-08 09:52:59 +06:00
Kingkor Roy Tirtho
dbf6748ddc Merge branch 'master' into dev 2023-08-26 10:52:37 +06:00
Kingkor Roy Tirtho
f23e8719ee fix: replace connectivity_plus with internet_connection_checker 2023-08-26 10:52:19 +06:00
Kingkor Roy Tirtho
633415dd3e fix: debian bookworm dependencies 2023-08-26 09:37:45 +06:00
Kingkor Roy Tirtho
7053d8fd7a chore: bump version and generate CHANGELOGS 2023-08-04 21:39:51 +06:00
Kingkor Roy Tirtho
e560adee4f chore: add libjsoncpp25 as deb dep 2023-07-03 10:37:28 +06:00
Kingkor Roy Tirtho
6f43176d35 chore: update all screenshots 2023-07-02 22:34:34 +06:00
Kingkor Roy Tirtho
62055018fe fix: color not syncing and add new screenshot 2023-07-02 22:20:02 +06:00
Kingkor Roy Tirtho
f7ca3a654f chore: only remove native event loop for macos 2023-06-02 13:06:02 +06:00
Kingkor Roy Tirtho
62fc7739b5 fix: macos build by removing media_kit native event loop 2023-06-01 11:12:44 +06:00
Kingkor Roy Tirtho
2f4785cde8 chore: update packaging and docs for mpv 2023-05-13 19:21:18 +06:00
Kingkor Roy Tirtho
06f6adc69c refactor(windows,linux): replace audioplayers with media_kit 2023-05-12 08:32:56 +06:00
Kingkor Roy Tirtho
58473f0ff9 cd: add libnotify deps
chore: add aur, rpm and deb deps
2023-04-28 18:20:43 +06:00
Kingkor Roy Tirtho
296f96cf17 feat(desktop): show minimized to system tray notification 2023-04-27 21:42:20 +06:00
Kingkor Roy Tirtho
8fe9e4d245 Merge branch 'master' into dev 2023-04-26 12:31:33 +06:00
Kingkor Roy Tirtho
13bafaad4c chore: fix linux runner deps 2023-04-26 00:59:35 +06:00
Kingkor Roy Tirtho
816ad304df Merge branch 'master' into dev 2023-04-26 00:48:35 +06:00
Kingkor Roy Tirtho
6760fe2437 chore: add flutter_secure_storage and configure 2023-04-25 23:03:52 +06:00
Kingkor Roy Tirtho
ea171225d8 cd: add appindicator deps for system tray support and deps for deb/rpm packages 2023-04-15 00:51:39 +06:00