From 9cc120b42e37be1bba10a66caca3fcd08602ce40 Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Mon, 1 Sep 2025 16:05:23 +0200 Subject: [PATCH 01/17] feat(snw): add Trek-a-Day reviews --- series/snw.jsonld | 102 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) diff --git a/series/snw.jsonld b/series/snw.jsonld index e16d6c89..3f67a0ca 100644 --- a/series/snw.jsonld +++ b/series/snw.jsonld @@ -2088,6 +2088,24 @@ "embedUrl": "https://www.youtube-nocookie.com/embed/kP-mJeVKSO0" } }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2025-07-17", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/snw#3.1" }, + { "@id": "https://bittersmann.de/startrek/series/snw#3.2" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/_gxm1mwLPms" + } + }, { "@type": "Review", "inLanguage": "de", @@ -2201,6 +2219,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/CfOjtd0la9Y" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2025-07-25", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/S54hHfisdjM" + } } ] }, @@ -2296,6 +2328,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/XiFzjCOSsXw" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2025-07-31", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/e8KSsPFyov0" + } } ] }, @@ -2413,6 +2459,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/sdXOhCBxeeA" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2025-08-08", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/wODrhNlFoJ4" + } } ] }, @@ -2508,6 +2568,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/3KbAWwLDOSk" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2025-08-29", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/c4sdSdmn-iU" + } } ] }, @@ -2602,6 +2676,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/DFu1Q0rP3v8" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2025-08-30", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/bc8stCFEFWc" + } } ] }, @@ -2697,6 +2785,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/ZaF7zBHrzX0" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2025-08-31", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/9Y4_XwhSspQ" + } } ] }, From 04eebf87411b2663f3fbd61cc59775bb7c83754c Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Mon, 1 Sep 2025 16:30:17 +0200 Subject: [PATCH 02/17] feat: set abbreviation letter --- series/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/series/index.php b/series/index.php index fa46b285..f50ada81 100644 --- a/series/index.php +++ b/series/index.php @@ -54,6 +54,9 @@ function head($title) { } function initial($name) { + if ($name == 'Trek-a-Day') { + return 'D'; + } if (str_starts_with($name, 'The ')) { return $name[4]; } From af7bab3d55821ad9032ba10e32c570f0067fc3c7 Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Tue, 2 Sep 2025 20:42:17 +0200 Subject: [PATCH 03/17] feat(movies): add Trek-a-Day review --- movies/movies.jsonld | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/movies/movies.jsonld b/movies/movies.jsonld index 4cf71346..ccc88bdd 100644 --- a/movies/movies.jsonld +++ b/movies/movies.jsonld @@ -1619,6 +1619,20 @@ "embedUrl": "https://www.youtube-nocookie.com/embed/nm694Z9YOdw" } }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2025-01-25", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/1dv4Owq5aLg" + } + }, { "@type": "Review", "inLanguage": "de", From 8197258043f599205076b9d523e94741d96edd0b Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Tue, 2 Sep 2025 20:42:37 +0200 Subject: [PATCH 04/17] feat(ld): add Trek-a-Day reviews --- series/ld.jsonld | 120 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/series/ld.jsonld b/series/ld.jsonld index 28528015..901f20b7 100644 --- a/series/ld.jsonld +++ b/series/ld.jsonld @@ -2809,6 +2809,24 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/4h-uhuBygUE" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-10-24", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/ld#5.1" }, + { "@id": "https://bittersmann.de/startrek/series/ld#5.2" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/DPpexTCqUD8" + } } ] }, @@ -2882,6 +2900,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/RdfOTXL9Jv0" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-10-31", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/IdzV8rqdZyk" + } } ] }, @@ -2952,6 +2984,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/RyS1RqFxljg" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-11-07", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/Q37kLiTcrcM" + } } ] }, @@ -3024,6 +3070,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/OoBv8gFGe9s" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-11-22", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/F86asJ0A57c" + } } ] }, @@ -3096,6 +3156,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/zUjtSQChW-4" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-11-22", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/F86asJ0A57c" + } } ] }, @@ -3243,6 +3317,24 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/8bL4-YLo8cU" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-12-09", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/ld#5.7" }, + { "@id": "https://bittersmann.de/startrek/series/ld#5.8" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/lJ3UKbM8a8I" + } } ] }, @@ -3315,6 +3407,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/skVb_-g6kgs" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-12-14", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/QOb8cf9FZls" + } } ] }, @@ -3387,6 +3493,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/P-ULM7DFs6c" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-12-21", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/G3c-y-DfYGE" + } } ] } From ef664ae19a8b7f15c88d6244bf5280660393c5a6 Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Tue, 2 Sep 2025 20:44:58 +0200 Subject: [PATCH 05/17] feat(movies): set abbreviation letter --- movies/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/movies/index.php b/movies/index.php index 5a9597dd..ee456220 100644 --- a/movies/index.php +++ b/movies/index.php @@ -15,6 +15,9 @@ $data = json_decode($json, TRUE); function initial($name) { + if ($name == 'Trek-a-Day') { + return 'D'; + } if (str_starts_with($name, 'The ')) { return $name[4]; } From f1a1d91a3cdd846226b8277bf40b46f2ffe955d4 Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Tue, 2 Sep 2025 21:11:57 +0200 Subject: [PATCH 06/17] feat(pro): add Trek-a-Day reviews --- series/pro.jsonld | 200 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 182 insertions(+), 18 deletions(-) diff --git a/series/pro.jsonld b/series/pro.jsonld index 30a39183..d65d23f4 100644 --- a/series/pro.jsonld +++ b/series/pro.jsonld @@ -1694,6 +1694,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/3X3g6lURfpQ" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-08-02", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/9UZyIMQtuR0" + } } ], "numberOfEpisodes": 20, @@ -1759,6 +1773,24 @@ }, "description": { "en": "A year after the Protostar crew’s aversion of the destruction of Starfleet, Admiral Janeway recruits Dal, Rok Tahk, Jankom Pog, Murf, and Zero to join her aboard the newest incarnation of USS Voyager. At first excited, the recruits are disillusioned because as cadets, they are not allowed to work alongside Janeway, and are snubbed by Nova Squadron, an elite Starfleet fighter pilot squad, led by a young Vulcan named Maj’el. After some unauthorized spying, the cadets discover that Janeway is mounting a secret rescue mission to find Chakotay with a cloak-enabled ship called the Infinity. Janeway swears the cadets to secrecy, but Maj’el overhears Dal discussing this and tries to stop the cadets from moving the Infinity. During the melee, the craft is accidentally activated and sent into the wormhole prematurely. Meanwhile, Gwynn’s attempts to win the trust of the present-day Solum fail as she discovers that Ascencia has manipulated the leaders into believing that Gwyn is a threat, prompting them to order her capture. Gwyn escapes and reunites with Ilthuran, the Diviner’s younger uncorrupted self." + }, + "review": { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-07-01", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/pro#2.1" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.2" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/SoKrFHoMB8o" + } } }, { @@ -1906,6 +1938,25 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/FmLhSX-XKiM" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-07-09", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/pro#2.3" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.4" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.5" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/vMWvVJTwUv0" + } } ] }, @@ -2000,26 +2051,47 @@ "description": { "en": "Zero makes contact with another Medusan who offers to give Zero a new body. Gwyn convinces Dal to help Zero and the group detours to Ovidia IV, where the message came from. There, they discover that the resident Medusans and other non-corporeal beings have been using carbon-based matter from the planet’s surroundings to create physical bodies for themselves, providing them the senses of touch, smell, and taste. Since this also will allow Zero to interact directly with other corporeal beings without harming them, Zero agrees to the transfiguration. The operation is a success and Zero takes delight in experiencing newly given senses and participates in the Feast of Senses – a celebration and rite of passage on Ovidia IV. At first happy for their friend, Dal and Gwyn learn from the Medusan leader Ion that because their bodies degenerate outside Ovidia IV, no one wants to leave and give up their senses. Dal and Gwyn discover that Zero is participating in the “Running of the Nazamon”, in which participants experience the sense of fear while feeding and fleeing from the Nazamon, a manta ray-like creature. Dal, Gwyn and the others manage to find Zero and tell him the truth. When Dal is snatched up in the Nazamon’s gaping maw, Zero bravely jumps to Dal’s rescue. Trusting the Nazamon to use its senses and their friends down below, they ride the Nazamon to safety. By the time they reach the finish line, Zero thanks Zion for the experience and ultimately decides to risk leaving Ovidia IV with the Infinity crew as they had risked their lives to reveal the truth. Ion respects Zero’s choice and wishes them luck. Meanwhile, Janeway, The Doctor and Commander Tysses discover the holographic imposters and hunt down Gwyn’s hologram, who tells them about the possible message from Chakotay. The Doctor discovers that the ship’s computer log has been altered and holographic Gwyn tells of the clicking noises from the creature that tried to erase her. Fearing the worst, Janeway sets a new course to find the real Gwyn before the creatures do." }, - "review": { - "@type": "Review", - "inLanguage": "en", - "name": "Second Opinion with Dr. Trek", - "creator": { - "@type": "Person", - "@id": "https://bittersmann.de/startrek/people#LarryNemecek", - "name": "Larry Nemecek" + "review": [ + { + "@type": "Review", + "inLanguage": "en", + "name": "Second Opinion with Dr. Trek", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#LarryNemecek", + "name": "Larry Nemecek" + }, + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/pro#2.5" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.6" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.7" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.8" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/1EM8k0xFrME" + } }, - "itemReviewed": [ - { "@id": "https://bittersmann.de/startrek/series/pro#2.5" }, - { "@id": "https://bittersmann.de/startrek/series/pro#2.6" }, - { "@id": "https://bittersmann.de/startrek/series/pro#2.7" }, - { "@id": "https://bittersmann.de/startrek/series/pro#2.8" } - ], - "video": { - "@type": "VideoObject", - "embedUrl": "https://www.youtube-nocookie.com/embed/1EM8k0xFrME" + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-07-10", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/pro#2.6" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.7" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.8" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/6QRgOdpeqdk" + } } - } + ] }, { "@type": "TVEpisode", @@ -2113,6 +2185,24 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/zAWNaA1NaOs" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-07-14", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/pro#2.9" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.10" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/pBzYChBXAxg" + } } ] }, @@ -2180,6 +2270,24 @@ }, "description": { "en": "Chakotay reveals that the ship needs deuterium from a maelstrom on the other side of the vapor ocean before they can restore power so the crew transforms the spaceship into a makeshift sailing vessel. While crossing the ocean, Dal clashes with Chakotay, before admitting that he’s questioning his purpose after seeing his future in Wesley’s machine. Chakotay offers Dal some advice based on his own experiences and Dal later saves Chakotay’s life after he falls into the ocean. Despite some difficulties, the crew successfully collects the deuterium, restoring power to the ship’s impulse engines and warp drive, allowing the Protostar to leave Ysida. However, Voyager is 3,000 light years away, meaning that they will need to build a new proto-core before the two ships can rendezvous." + }, + "review": { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-07-16", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/pro#2.11" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.12" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/xjPUcYifmyY" + } } }, { @@ -2232,6 +2340,24 @@ }, "description": { "en": "The Protostar successfully proto-jumps to Voyager’s position, only to arrive in an alternate reality where Janeway and Noum died trying to rescue Chakotay and then in one where the Federation was destroyed by the living construct. The crew discovers that their jump has torn the weakened fabric of the universe and splintered Voyager into a number of different realities which also has a negative effect on Gwyn. While Rok and Zero get trapped on a Voyager commanded by Tuvix, the others – aside from Maj’el who is accidentally left behind – land in the Mirror Universe where they face off with Janeway and Chakotay’s evil counterparts. With the Loom threatening her universe, mirror Janeway reluctantly allows them to use her ship to emit a pulse that closes the rift. Arriving on the correct Voyager, Chakotay is finally reunited with Janeway." + }, + "review": { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-07-17", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/pro#2.13" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.14" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/tMiJnNHb660" + } } }, { @@ -2379,6 +2505,26 @@ }, "description": { "en": "The Doctor treats Wesley’s injuries, but his Traveler powers are put out of commission for the time being, leaving Wesley struggling to adapt before Janeway reminds him that he was a great Starfleet officer first. Janeway, Chakotay, The Doctor and Wesley launch a daring rescue for the Protostar crew as Asencia tries to feed them to a captured Loom. The rescue is successful, liberating both the crew and the creature. Ilthuran urges his people to rise up against Asencia’s tyranny, and Solum descends into civil war. Having been reminded that boldness isn’t only for the young, Janeway agrees to help save Solum from Asencia despite intervening in the civil war violating the Prime Directive." + }, + "review": { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-07-22", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/pro#2.15" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.16" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.17" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.18" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/TB_xPGZ4jSk" + } } }, { @@ -2502,6 +2648,24 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/OUWScm7b6Mg" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2024-07-23", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/pro#2.19" }, + { "@id": "https://bittersmann.de/startrek/series/pro#2.20" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/F9q8e-h6CD8" + } } ] } From 1162d4a5a83660268669a0dc8b87e3b39172a621 Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Tue, 2 Sep 2025 21:52:58 +0200 Subject: [PATCH 07/17] feat(ld): add Trek-a-Day reviews --- series/ld.jsonld | 107 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) diff --git a/series/ld.jsonld b/series/ld.jsonld index 901f20b7..d295d867 100644 --- a/series/ld.jsonld +++ b/series/ld.jsonld @@ -2085,6 +2085,24 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/G4U-KpePyAE" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-09-07", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/ld#4.1" }, + { "@id": "https://bittersmann.de/startrek/series/ld#4.2" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/GTBE8ZFvUHM" + } } ] }, @@ -2295,6 +2313,25 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/ttTzgMpMMD0" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-09-29", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/ld#4.3" }, + { "@id": "https://bittersmann.de/startrek/series/ld#4.4" }, + { "@id": "https://bittersmann.de/startrek/series/ld#4.5" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/VQ_9wZRRcgI" + } } ] }, @@ -2365,6 +2402,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/dDYOh-6kHqs" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-10-05", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/7Hz2IDwgVfE" + } } ] }, @@ -2435,6 +2486,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/uhyZa2N0K0w" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-10-12", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/m4YkL1wzLjs" + } } ] }, @@ -2505,6 +2570,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/MT-VwpddfqA" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-10-20", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/k85qIybbndk" + } } ] }, @@ -2575,6 +2654,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/5Wm3xr0vik8" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-10-26", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/TXZ0d6Lbg_4" + } } ] }, @@ -2645,6 +2738,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/mXVgzhqA88o" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-11-03", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/gAElM6O3aNY" + } } ] } From 97f073d2b4ec9a7879176a32afafeafba9ae3ece Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Tue, 2 Sep 2025 22:42:12 +0200 Subject: [PATCH 08/17] feat(snw): add Trek-a-Day reviews --- series/snw.jsonld | 154 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) diff --git a/series/snw.jsonld b/series/snw.jsonld index 72a4a489..4ff623cb 100644 --- a/series/snw.jsonld +++ b/series/snw.jsonld @@ -984,6 +984,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/6fq4AAaYVfk" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-08-12", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/x-r-18rTfxI" + } } ], "numberOfEpisodes": 10, @@ -1075,6 +1089,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/sV8bUotIToA" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-06-15", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/Cb6cAvYOBaU" + } } ] }, @@ -1164,6 +1192,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/opNaVLESub0" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-06-22", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/xzsWqxnsqGU" + } } ] }, @@ -1247,6 +1289,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/eZi9af8VgdI" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-06-29", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/t6dujH7kzNY" + } } ] }, @@ -1337,6 +1393,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/VoOd2aI8330" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-07-08", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/cVbL8kNuW8w" + } } ] }, @@ -1427,6 +1497,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/NEpix5SNFkY" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-07-13", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/z1nRnHSTAqY" + } } ] }, @@ -1517,6 +1601,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/u6HSP0PP6FU" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-07-20", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/x3k2g-6ApRU" + } } ] }, @@ -1617,6 +1715,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/mVNxwQUrBi8" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-07-23", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/w3OaaWv1gAI" + } } ] }, @@ -1700,6 +1812,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/uTyaqGwUmaQ" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-07-28", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/cY1IjkREFTE" + } } ] }, @@ -1800,6 +1926,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/_lNABexpcrw" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-08-08", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/rFo63cJuw4k" + } } ] }, @@ -1883,6 +2023,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/ENUeusibXec" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-08-10", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/x-r-18rTfxI" + } } ] } From f5f28c4b2a7e416450f695ffc952af8b52152df2 Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Tue, 2 Sep 2025 22:59:53 +0200 Subject: [PATCH 09/17] feat(pic): add Trek-a-Day review --- series/pic.jsonld | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/series/pic.jsonld b/series/pic.jsonld index ec9d5b74..d95877fb 100644 --- a/series/pic.jsonld +++ b/series/pic.jsonld @@ -1771,6 +1771,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/05Bp1usR43c" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-04-22", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/WceylDLs3Fc" + } } ], "numberOfEpisodes": 10, From 5f39263b06fb9a7899c7a1d03299c465cb7c2911 Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Wed, 3 Sep 2025 15:48:25 +0200 Subject: [PATCH 10/17] chore(snw): correct review URL --- series/snw.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/series/snw.jsonld b/series/snw.jsonld index 4ff623cb..edd3b977 100644 --- a/series/snw.jsonld +++ b/series/snw.jsonld @@ -996,7 +996,7 @@ "datePublished": "2023-08-12", "video": { "@type": "VideoObject", - "embedUrl": "https://www.youtube-nocookie.com/embed/x-r-18rTfxI" + "embedUrl": "https://www.youtube-nocookie.com/embed/2uf1WSH0v1U" } } ], From a9ed33f41638414263e678b638039a9f645c64ce Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Fri, 5 Sep 2025 17:37:18 +0200 Subject: [PATCH 11/17] feat(snw): add review --- series/snw.jsonld | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/series/snw.jsonld b/series/snw.jsonld index 7d33220d..fe08d82d 100644 --- a/series/snw.jsonld +++ b/series/snw.jsonld @@ -3024,6 +3024,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/OZRzmt_wU7o" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2025-09-05", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/Lcpo4y7-etw" + } } ] }, From 9ebf537b1e9470d8b5dedf931ca08a6cbf0dea60 Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Mon, 8 Sep 2025 08:32:03 +0200 Subject: [PATCH 12/17] feat(snw, pro): add review for seasons 1 --- series/pro.jsonld | 18 ++++++++++++++++++ series/snw.jsonld | 42 +++++++++++++++++++++++++++++++----------- 2 files changed, 49 insertions(+), 11 deletions(-) diff --git a/series/pro.jsonld b/series/pro.jsonld index d65d23f4..64473912 100644 --- a/series/pro.jsonld +++ b/series/pro.jsonld @@ -128,6 +128,24 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/hGj0SBjhbBg" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-04-03", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/snw#1" }, + { "@id": "https://bittersmann.de/startrek/series/pro#1" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/JbgXLf0bUiE" + } } ], "numberOfEpisodes": 20, diff --git a/series/snw.jsonld b/series/snw.jsonld index 7bd80ee1..01dbd37e 100644 --- a/series/snw.jsonld +++ b/series/snw.jsonld @@ -105,19 +105,39 @@ "url": "https://de.wikipedia.org/wiki/Star_Trek:_Strange_New_Worlds/Staffel_1" } ], - "review": { - "@type": "Review", - "inLanguage": "en", - "creator": { - "@type": "Person", - "@id": "https://bittersmann.de/startrek/people#JessieGender", - "name": "Jessie Gender" + "review": [ + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#JessieGender", + "name": "Jessie Gender" + }, + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/BJ3lUuWmL8c" + } }, - "video": { - "@type": "VideoObject", - "embedUrl": "https://www.youtube-nocookie.com/embed/BJ3lUuWmL8c" + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-04-03", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/snw#1" }, + { "@id": "https://bittersmann.de/startrek/series/pro#1" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/JbgXLf0bUiE" + } } - }, + ], "numberOfEpisodes": 10, "episode": [ { From e266946751ec7dc73a8a1e2227ec08dd0e0b718e Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Mon, 8 Sep 2025 09:01:00 +0200 Subject: [PATCH 13/17] =?UTF-8?q?feat(ld):=20add=20review=20for=20seasons?= =?UTF-8?q?=201=E2=80=933?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- series/ld.jsonld | 43 ++++++++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 11 deletions(-) diff --git a/series/ld.jsonld b/series/ld.jsonld index 75701236..19a5518b 100644 --- a/series/ld.jsonld +++ b/series/ld.jsonld @@ -1346,19 +1346,40 @@ "url": "https://de.wikipedia.org/wiki/Star_Trek:_Lower_Decks/Staffel_3" } ], - "review": { - "@type": "Review", - "inLanguage": "en", - "creator": { - "@type": "Person", - "@id": "https://bittersmann.de/startrek/people#JessieGender", - "name": "Jessie Gender" + "review": [ + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#JessieGender", + "name": "Jessie Gender" + }, + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/DOVEBRpmKh4" + } }, - "video": { - "@type": "VideoObject", - "embedUrl": "https://www.youtube-nocookie.com/embed/DOVEBRpmKh4" + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2023-07-10", + "itemReviewed": [ + { "@id": "https://bittersmann.de/startrek/series/ld#1" }, + { "@id": "https://bittersmann.de/startrek/series/ld#2" }, + { "@id": "https://bittersmann.de/startrek/series/ld#3" } + ], + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/FgSiLGQZGW0" + } } - }, + ], "numberOfEpisodes": 10, "episode": [ { From 5b3e3efb46b63fa8b35a515eb63c9cf95eed983c Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Sat, 13 Sep 2025 20:48:28 +0200 Subject: [PATCH 14/17] feat(snw): add review --- series/snw.jsonld | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/series/snw.jsonld b/series/snw.jsonld index 3ca26901..0413d430 100644 --- a/series/snw.jsonld +++ b/series/snw.jsonld @@ -3152,6 +3152,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/iEShCM5pfWc" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2025-09-13", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/NBV_CzimOwk" + } } ] } From 5338460ca96040e114ca80a07c149337df95e0af Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Thu, 25 Sep 2025 12:24:20 +0200 Subject: [PATCH 15/17] feat(snw): add review --- series/snw.jsonld | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/series/snw.jsonld b/series/snw.jsonld index 309e36aa..de4df86d 100644 --- a/series/snw.jsonld +++ b/series/snw.jsonld @@ -2133,6 +2133,20 @@ "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/Lw8J-BCHWbU" } + }, + { + "@type": "Review", + "inLanguage": "en", + "creator": { + "@type": "Person", + "@id": "https://bittersmann.de/startrek/people#TrekADay", + "name": "Trek-a-Day" + }, + "datePublished": "2025-09-25", + "video": { + "@type": "VideoObject", + "embedUrl": "https://www.youtube-nocookie.com/embed/xneNT1ytl_M" + } } ], "numberOfEpisodes": 10, From 3b7bd2a49bd61e7aa20eda3a04dcc22d3f87dc31 Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Mon, 29 Sep 2025 19:22:39 +0200 Subject: [PATCH 16/17] style(pro): change order of properties --- series/pro.jsonld | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/series/pro.jsonld b/series/pro.jsonld index 6fea3b1c..bb661bea 100644 --- a/series/pro.jsonld +++ b/series/pro.jsonld @@ -2025,12 +2025,12 @@ "@id": "https://bittersmann.de/startrek/people#TrekADay", "name": "Trek-a-Day" }, - "datePublished": "2024-07-09", "itemReviewed": [ { "@id": "https://bittersmann.de/startrek/series/pro#2.3" }, { "@id": "https://bittersmann.de/startrek/series/pro#2.4" }, { "@id": "https://bittersmann.de/startrek/series/pro#2.5" } ], + "datePublished": "2024-07-09", "video": { "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/vMWvVJTwUv0" @@ -2161,12 +2161,12 @@ "@id": "https://bittersmann.de/startrek/people#TrekADay", "name": "Trek-a-Day" }, - "datePublished": "2024-07-10", "itemReviewed": [ { "@id": "https://bittersmann.de/startrek/series/pro#2.6" }, { "@id": "https://bittersmann.de/startrek/series/pro#2.7" }, { "@id": "https://bittersmann.de/startrek/series/pro#2.8" } ], + "datePublished": "2024-07-10", "video": { "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/6QRgOdpeqdk" @@ -2277,11 +2277,11 @@ "@id": "https://bittersmann.de/startrek/people#TrekADay", "name": "Trek-a-Day" }, - "datePublished": "2024-07-14", "itemReviewed": [ { "@id": "https://bittersmann.de/startrek/series/pro#2.9" }, { "@id": "https://bittersmann.de/startrek/series/pro#2.10" } ], + "datePublished": "2024-07-14", "video": { "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/pBzYChBXAxg" @@ -2750,11 +2750,11 @@ "@id": "https://bittersmann.de/startrek/people#TrekADay", "name": "Trek-a-Day" }, - "datePublished": "2024-07-23", "itemReviewed": [ { "@id": "https://bittersmann.de/startrek/series/pro#2.19" }, { "@id": "https://bittersmann.de/startrek/series/pro#2.20" } ], + "datePublished": "2024-07-23", "video": { "@type": "VideoObject", "embedUrl": "https://www.youtube-nocookie.com/embed/F9q8e-h6CD8" From 8e91d402c2deb5b3783d4ac7e4b7d727451421c6 Mon Sep 17 00:00:00 2001 From: Gunnar Bittersmann Date: Mon, 23 Feb 2026 10:18:50 +0100 Subject: [PATCH 17/17] feat: increase video/review column width --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 48e843de..189737cb 100644 --- a/style.css +++ b/style.css @@ -235,10 +235,13 @@ td[property="workTranslation"], td[property="creator"], td[property="director"], td[property="author"], -td:has([property="author"]), +td:has([property="author"]) { + width: 18em; +} + td[property="review"], td:has([property="video"]) { - width: 18em; + width: 24em; } details:not(:first-child) {