A Cross-Platform Companion App for FreeTubeSync, which allows for Synchronization of App data between multiple machines.
Find a file
Mario Steele 829aa55c9f Updated Syncer
Updated syncer to new API 0.1.5.
Change ID Comparison to string comparison, instead of EqualId()
function.
Updated RemoveAll() to use string comparison, instead of EqualId() to
remove.
Added Try Catch retry 1 after delay.  This happens when we post multiple
copies of the same DB line entry, when it doesn't exist, and is added to
the REST Server, while the REST server processes it in one thread, but
it isn't updated properly in the new thread, and it fails, cause the
item is in the database backend, and fails to process.  Solution is to
wait for a small delay, before attempting the post request again.  If it
fails a second time, then there's something majorly wrong.
2025-08-09 04:18:11 -05:00
FreeTubeSyncer Updated Syncer 2025-08-09 04:18:11 -05:00
.gitignore Updated Gitignore 2025-08-01 17:21:33 -05:00
app.pupnet.conf Updated app.pupnet.conf 2025-08-02 00:42:19 -05:00
FreeTubeSyncer.sln Initial Commit 2025-07-21 13:31:24 -05:00