9df120b92a
One feed pass now serves films and episodes alike. A single-episode release grabs its open episode directly; a season pack only grabs when season_grab_mode allows packs for that season (§14, #117), and when it wins, the singles stand down. Blocked series keep matching RSS (§6.3) and nothing here touches the targeted-search backoff (§6.2).
27 lines
775 B
JSON
27 lines
775 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT e.air_date,\n EXISTS (\n SELECT 1 FROM media_files f\n WHERE f.owner_kind = 'episode' AND f.owner_id = e.id\n ) AS \"on_disk!: bool\"\n FROM episodes e\n WHERE e.season_id = ?\n ORDER BY e.number\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "air_date",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "on_disk!: bool",
|
|
"ordinal": 1,
|
|
"type_info": "Null"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
true,
|
|
null
|
|
]
|
|
},
|
|
"hash": "3fc7d7e39520dc60fa81da21a4cae0c4a718e95f9718629f0aba9f3d00d179e1"
|
|
}
|