• Joined on 2021-01-08
ft pushed to master at ft/skyscraper8 2025-07-14 21:39:44 +00:00
6302a25f26 Added rudimentary (and very buggy!) support for reading MediaHighway2 EPG.
ft pushed to master at ft/skyscraper8 2025-07-05 20:26:50 +00:00
226901607c First attempts at scraping Freesat.
ft pushed to master at ft/skyscraper8 2025-07-01 16:21:07 +00:00
1faa402dce An Object Storage can now be configured in the ImGui.
ft pushed to master at ft/skyscraper8 2025-06-30 20:57:52 +00:00
12c6004578 Prevent bitrot on ImGui version.
ft pushed to master at ft/skyscraper8 2025-06-29 18:08:58 +00:00
32c358c257 Removed IScraperStorage.cs, instead made DataStorage.cs and ObjectStorage.cs. This breaks the ImgUi - for now.
ft pushed to master at ft/skyscraper8 2025-06-29 13:30:07 +00:00
645b10959e Some fixes for the DVB-NIP and DVB-I PostgreSQL integration.
ft pushed to master at ft/skyscraper8 2025-06-28 21:50:30 +00:00
26ee56172c Implemented DvbNipTestForMulticastSession and DvbNipInsertMulticastSession in PostgreSQL.
ft pushed to master at ft/skyscraper8 2025-06-27 20:46:51 +00:00
693f3adc79 Implemented DvbNipPrivateDataSpecifier for PostgreSQL.
ft pushed to master at ft/skyscraper8 2025-06-26 20:25:46 +00:00
d6a5f04b25 Implemented DvbNipTestForService and DvbNipInsertService
ft pushed to master at ft/skyscraper8 2025-06-25 19:22:53 +00:00
0a6c1a9acd Implemented DvbNipTestForNetwork and DvbNipInsertNetwork in PostgreSQL.
ft pushed to master at ft/skyscraper8 2025-06-24 20:05:52 +00:00
82a0576903 Added DvbNipTestForCarrier, DvbNipInsertCarrier along with an implementation in the PostgreSQL driver.
ft pushed to master at ft/skyscraper8 2025-06-22 14:56:38 +00:00
ec80b97e1d All three DVB-NIP (and the sole DVB-I) test signals work now.
ft pushed to master at ft/skyscraper8 2025-06-22 12:29:50 +00:00
17b1350185 NIP Metadata Storage Proof-of-Concept.
ft pushed to master at ft/skyscraper8 2025-06-21 18:57:15 +00:00
7590c7c5bc Added some NIP Metadata parsing.
ft pushed to master at ft/skyscraper8 2025-06-21 11:34:36 +00:00
c4a4887a81 Memory optimized the FLUTE
ft pushed to master at ft/skyscraper8 2025-06-21 10:15:46 +00:00
40c2ac21b6 The FLUTE is now fast enough to be processed in real-time.
ft pushed to master at ft/skyscraper8 2025-06-21 01:52:08 +00:00
8cd4e3d99f Minor performance improvement on FLUTE.
ft pushed to master at ft/skyscraper8 2025-06-15 13:37:39 +00:00
ef0ee985e4 FLUTE works kind of as intended now.
ft pushed to master at ft/skyscraper8 2025-06-14 20:24:15 +00:00
324ba789d5 Added a simple FLUTE implementation.
ft pushed to master at ft/skyscraper8 2025-06-09 20:25:29 +00:00
3c1c28c4be Added DVB-I Database operations to Postgresql.