{"id":19207835,"url":"https://github.com/yaronzz/tidallib","last_synced_at":"2025-08-30T16:10:02.102Z","repository":{"id":40645597,"uuid":"284770470","full_name":"yaronzz/TidalLib","owner":"yaronzz","description":"Unofficial C# API for TIDAL music streaming service.","archived":false,"fork":false,"pushed_at":"2023-12-13T15:46:51.000Z","size":45,"stargazers_count":17,"open_issues_count":5,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-01T05:38:03.122Z","etag":null,"topics":["tidal"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yaronzz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-08-03T17:59:26.000Z","updated_at":"2025-05-04T22:37:58.000Z","dependencies_parsed_at":"2025-04-20T15:46:43.505Z","dependency_job_id":null,"html_url":"https://github.com/yaronzz/TidalLib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yaronzz/TidalLib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaronzz%2FTidalLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaronzz%2FTidalLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaronzz%2FTidalLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaronzz%2FTidalLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaronzz","download_url":"https://codeload.github.com/yaronzz/TidalLib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaronzz%2FTidalLib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272872898,"owners_count":25007432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tidal"],"created_at":"2024-11-09T13:22:54.945Z","updated_at":"2025-08-30T16:10:02.078Z","avatar_url":"https://github.com/yaronzz.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TidalLib\r\nUnofficial C# API for TIDAL music streaming service.\r\n\r\n## 🖥 Installation\r\n\r\nOpenTidl is now available on NuGet\r\n\r\n```\r\nPM\u003e Install-Package TidalLib\r\n```\r\n\r\n### Nightly Builds\r\n\r\n|Download nightly builds from continuous integration: \t| [![Build Status][Build]][Actions] \r\n|-------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\r\n\r\n[Actions]: https://github.com/yaronzz/TidalLib/actions/workflows/continuous-integration-workflow.yml\r\n[Build]: https://github.com/yaronzz/TidalLib/actions/workflows/continuous-integration-workflow.yml/badge.svg\r\n\r\n## 🤖 Example \r\n\r\n### ☑️ Login\r\n\r\n```c#\r\n//login by email and password\r\n(string msg1, LoginKey key1) = await Client.Login(\"xxxx@xx.com\", \"xxxxxx\");\r\n//login by your accesstoken\r\n(string msg2, LoginKey key2) = await Client.Login(\"your_accctoken\");\r\n```\r\n### ☑️ Get Album\\Track\\Video\\Playlist\\Artist\r\n\r\n```c#\r\n(string msg, LoginKey key) = await Client.Login(\"xxxx@xx.com\", \"xxxxxx\");\r\n(string msg1, Album album) = await Client.GetAlbum(key, \"120929182\");\r\n(string msg2, Playlist playlist) = await Client.GetPlaylist(key, \"6896171c-2b4a-47bf-b044-ae3886a521d7\");\r\n(string msg3, Artist artist) = await Client.GetArtist(key, \"8292198\");\r\n(string msg4, Track track) = await Client.GetTrack(key, \"90521281\");\r\n(string msg5, StreamUrl stream) = await Client.GetTrackStreamUrl(key, \"90521281\", eAudioQuality.Master);\r\n(string msg6, Video video) = await Client.GetVideo(key, \"84094460\");\r\n(string msg7, VideoStreamUrl vstream) = await Client.GetVideStreamUrl(key, \"124586613\", eVideoQuality.P1080);\r\n```\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaronzz%2Ftidallib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaronzz%2Ftidallib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaronzz%2Ftidallib/lists"}