A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Support shared Google drives

+10 -3
+5
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 3.0.1 4 + 5 + Also list files from shared Google drives, in addition to 'Shared with me'. 6 + 7 + 3 8 ## 3.0.0 4 9 5 10 - **Adds album-covers view** (switch to and from list view with icon in nav bar)
+1 -1
package.json
··· 1 1 { 2 2 "name": "Diffuse", 3 3 "description": "A music player that connects to your cloud/distributed storage", 4 - "version": "3.0.0", 4 + "version": "3.0.1", 5 5 "author": "Steven Vandevelde <icid.asset@gmail.com>", 6 6 "homepage": "https://diffuse.sh", 7 7 "repository": "github:icidasset/diffuse",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "diffuse" 3 - version = "3.0.0" 3 + version = "3.0.1" 4 4 description = "A music player that connects to your cloud/distributed storage" 5 5 authors = ["you"] 6 6 license = ""
+2
src/Library/Sources/Services/Google.elm
··· 219 219 , "files/trashed" 220 220 ] 221 221 ) 222 + , ( "includeItemsFromAllDrives", "true" ) 222 223 , ( "pageSize", "1000" ) 223 224 , ( "q", String.concat query ) 224 225 , ( "spaces", "drive" ) 226 + , ( "supportsAllDrives", "true" ) 225 227 ] 226 228 227 229 queryString =
+1 -1
src/Static/Manifests/manifest.json
··· 2 2 "name": "Diffuse", 3 3 "short_name": "Diffuse", 4 4 "description": "A music player that connects to your cloud/distributed storage", 5 - "version": "3.0.0", 5 + "version": "3.0.1", 6 6 "author": "Steven Vandevelde <icid.asset@gmail.com>", 7 7 "icons": [ 8 8 {