Commit graph

11 commits

Author SHA1 Message Date
c3cd7b5a16 Added ChangeLog
Added change log to track updates to the database, for easier pinging
from Syncer client.
2025-07-31 12:57:47 -05:00
904db16461 Updated SettingJson
Changed from object to string, as it was to difficult to handle any data
field in the value.
2025-07-24 04:22:15 -05:00
4985dc4179 Started the Split
Split Json data models coming from REST Api, from the Database models
storing them in a SQLite database.
Work to re-engineer endpoints to use Database objects, and copy/update
data from the json objects.
More work is needed.
2025-07-22 17:03:33 -05:00
21af6f4300 Update Video
Added Update() method to model.
2025-07-21 17:09:14 -05:00
77c95a9525 Update Subscription
Added Update() Method to model.
2025-07-21 17:08:58 -05:00
e1ad30da0c Updated Setting
Added Update() method to model.
2025-07-21 17:08:43 -05:00
b08c22e77b Updated Profile
Updated code to filter out subscriptions that have been removed from the
profile, and insert new ones into the list in the Update() fucntion.
2025-07-21 17:08:17 -05:00
561ba4f34a Updated Playlist
Updated code to filter out videos that have been removed from the
playlist, and insert new ones into the list in the Update() function.
2025-07-21 17:05:27 -05:00
6970b792eb Updated Video.cs
Removed videoId as Key, and use playlistItemId as Key, as this will be
unique to each playlist, and will not conflict with videos being on more
then one playlist.
2025-07-19 12:46:14 -05:00
a61362e9b5 Updated Playlist, SearchHistory and Video
Changed all ints to longs for field datatypes dealing with Unix
timestamp.
2025-07-19 12:42:26 -05:00
0144221712 Initial Commit
Inital Commit of Code base, nothing tested.
2025-07-19 04:02:09 -05:00