scotty/internal/backends
Philipp Wolfer 3b545a0fd6
Prepare using a context for export / import
This will allow cancelling the export if the import fails
before the export finished.

For now the context isn't passed on to the actual export functions,
hence there is not yet any cancellation happening.
2025-05-22 11:51:51 +02:00
..
deezer Initial implementation of unified export/import progress 2025-05-05 11:38:29 +02:00
dump Initial implementation of unified export/import progress 2025-05-05 11:38:29 +02:00
funkwhale Initial implementation of unified export/import progress 2025-05-05 11:38:29 +02:00
jspf Initial implementation of unified export/import progress 2025-05-05 11:38:29 +02:00
lastfm Initial implementation of unified export/import progress 2025-05-05 11:38:29 +02:00
listenbrainz Initial implementation of unified export/import progress 2025-05-05 11:38:29 +02:00
maloja Initial implementation of unified export/import progress 2025-05-05 11:38:29 +02:00
scrobblerlog ScrobblerLog.ReadHeader now accepts io.Reader 2025-05-22 11:51:23 +02:00
spotify Initial implementation of unified export/import progress 2025-05-05 11:38:29 +02:00
spotifyhistory Initial implementation of unified export/import progress 2025-05-05 11:38:29 +02:00
subsonic Initial implementation of unified export/import progress 2025-05-05 11:38:29 +02:00
auth.go moved OAuth2Authenticator to auth package 2023-12-10 14:19:23 +01:00
auth_test.go Restructured code, moved all modules into internal 2023-11-24 01:24:54 +01:00
backends.go Renamed Backend.FromConfig to Backend.InitConfig and added error handling 2025-04-29 10:03:28 +02:00
backends_test.go Initial implementation of unified export/import progress 2025-05-05 11:38:29 +02:00
export.go Prepare using a context for export / import 2025-05-22 11:51:51 +02:00
import.go Prepare using a context for export / import 2025-05-22 11:51:51 +02:00