chiark / gitweb /
mkm3u, *.epls: Introduce single-series titles and forced single-series.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 30 Mar 2022 19:03:23 +0000 (20:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 30 Mar 2022 19:03:23 +0000 (20:03 +0100)
The former is a way to set a series title for a single-series episode
list.

The latter is a strange hack for `Doctor Who' to say that the `series'
are fake and shouldn't really be treated as such.

These aren't used by anything yet, but they will be.

87 files changed:
24.epls
a-team.epls
agent-carter.epls
agents-of-shield.epls
allo-allo.epls
andromeda.epls
babylon-5.epls
batman-1966.epls
between-the-lines.epls
blackadder.epls
blakes-7.epls
brass-eye.epls
bsg-1978.epls
bsg-1980.epls
bsg-2003.epls
buck-rogers.epls
caprica.epls
cracker.epls
crow-stairway.epls
danger-mouse.epls
dark-angel.epls
dexter.epls
dollhouse.epls
drwho.epls
dune-2000.epls
engrenages.epls
equalizer.epls
fawlty-towers.epls
firefly.epls
flying-circus-restored.epls
flying-circus-sketches.epls
fry-and-laurie.epls
game-of-thrones.epls
george-smiley.epls
godfather-ii.epls
gotham.epls
hannibal.epls
harry-potter.epls
hhgttg.epls
house-of-cards.epls
i-claudius.epls
into-the-labyrinth.epls
it-2017.epls
kill-bill.epls
kingdom-of-heaven.epls
knight-rider.epls
lexx.epls
lois-and-clark.epls
macgyver.epls
metallica-s-and-m.epls
mkm3u
morse.epls
person-of-interest.epls
prime-suspect.epls
robin-of-sherwood.epls
rome.epls
sanctuary.epls
sapphire-and-steel.epls
shark.epls
sharpe.epls
sherlock-holmes.epls
smallville.epls
snyder-justice.epls
spartacus.epls
spooks.epls
state-of-play.epls
terminator-scc.epls
the-americans.epls
the-bridge.epls
the-day-today.epls
the-killing.epls
the-night-manager.epls
the-prisoner.epls
the-shield.epls
the-tripods.epls
the-wire.epls
the-young-ones.epls
traffik.epls
tru-calling.epls
twin-peaks.epls
ultraviolet.epls
v-1983.epls
v-2009.epls
waking-the-dead.epls
wonder-woman-1975.epls
worricker.epls
yes-minister.epls

diff --git a/24.epls b/24.epls
index 5d52e8c501ef5990293fad720f8d5399b9dfae4e..58c30bc0cc75f004bdc9c7de5817b5ed416777d2 100644 (file)
--- a/24.epls
+++ b/24.epls
@@ -2,6 +2,7 @@
 
 ;; (defun insert-clock (start &optional end) (do ((i start (mod (1+ i) 24)) (any nil t)) ((and any (= i (or end start)))) (insert (format "%d:00%s–%d:00%s\n" (1+ (mod (1- i) 12)) (if (< i 12) "am" "pm") (1+ (mod i 12)) (if (or (< i 11) (= i 23)) "am" "pm")))))
 
+!title 24
 !vdir #/24
 !explen 42:00/10%
 
index 04a3c33e035e77e2838a31dff4db2e79d2628131..f9d2c2d4c9e3900a8f644d9696bfb99389df05b3 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The A-Team
 !vdir A/The A-Team
 !explen 45:00
 
index fceccf3aa958e862fe6f44b503365fe4620603b8..1500204672a85d856864013feaec808691ebf352 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Agent Carter
 !vdir A/Agent Carter
 !explen 40:00
 
index d3a49a6f02c84988278268677c57ab3928179da5..0a38b349959ebb8d4150244e9cdb1b213bdb486f 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Agents of SHIELD
 !vdir A/Agents of SHIELD
 !explen 40:00
 
index 90abc78c5257017e0776eb708f123699b93cf9a1..4ad37032efa1e2b748963ab1bca40ec4ebad8a1e 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title 'Allo 'Allo!
 !vdir A/'Allo 'Allo!
 !explen 36:00/40%
 
index c10a4a8fd65eb3f7c0b3aae6c13261589f771b01..d331d9d415a8d9981c0b6b6826faba2c20e61667 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Andromeda
 !vdir A/Andromeda
 !explen 42:30
 
index ecce3e67ba068490abe27418cbfcaab8dcda6b9e..a1376cb804c910f22a00970fb6fc2f495a35688e 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Babylon 5
 !vdir B/Babylon 5
 
 !explen 42:00/8%
index b2f1e021d05b0a7dbcd686f62342f64024f72610..9f51eb4a49068b7a15b149ff947450924157d222 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Batman (1966)
 !vdir B/Batman (1966 series)
 !explen 24:00
 
index 635ced54ed152f14d94bd83601a38d9eb32a5dac..af29480b41ef6a7a7478eb5046c20bfc7c54c142 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Between the Lines
 !vdir B/Between the Lines
 !explen 51:00/20%
 
index 71a5e540b8a7326ab0a47a84858e691c8221bfba..74dc111a15206a0c30d8f9e9c800e4f466b56c5f 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Blackadder
 !vdir B/Blackadder
 !explen 30:00/13%
 
index 48512ec8095876d6f7cfa7baaef16a822b8b005f..6014042703cedda61c1f2dd6fcd5207ab2152fb2 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Blake's 7
 !vdir B/Blake's 7
 !explen 51:00/6%
 
index 8c6861f0b29bbeefa918a42c9c0509184e4eaa92..90124c762630023c4945a8f7b7ef6c3ba25e6553 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Brass Eye
 !season -
 !iso B/Brass Eye.iso
 
index c292d700d97b9ea8bbaa1ac621a3424eedb7d64f..6807b7bad88e9fecc37a8df71d621c38f61cf0c1 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Battlestar Galactica
 !vdir B/Battlestar Galactica (1978)
 !explen 46:00
 
index 752632296a9cdb94dbf3513f2a98f8dbaa211849..340f3a82e99af0b6c2e5d6184ff4a94a69aba687 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Battlestar Galactica 1980
 !vdir B/Battlestar Galactica 1980
 !explen 46:00
 
index 2457f2045daeff11c67a0d4a7de8d3cc337163db..db3114000363bf0a4e544b6f66505efe0306d105 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Battlestar Galactica (2003)
 !vdir B/Battlestar Galactica (2003)
 !explen 42:00/10%
 
index cd0600f782d0c2c72b18a3c2d20b27ecada588c2..e118907705b3dc7312232183e30e92806586dda1 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Buck Rogers in the 25th Century
 !vdir R/Buck Rogers in the 25th Century
 !explen 46:00
 
index 787e7379575e2876a04ff769ac7530623bd12738..63dfccbef2daeba723a17c6ac25f3b0572c24bca 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Caprica
 !vdir C/Caprica
 !explen 43:00
 
index edb2be0f2929931832553df0ac6aa78c0f64aa19..ba97dc07245b3261542b3172e5c9a906f4f85481 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Cracker
 !vdir C/Cracker
 
 !explen 50:00
index c676d575d6e64f5be958dd622ea30f22b9ddac3e..7f652d1b7960d7f1c7510ecffd556294d6d20b90 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The Crow: Stairway to Heaven
 !vdir C/The Crow—Stairway to Heaven
 !explen 43:00
 
index c187725af196e253654b5f8398e0eb88bd8daa6b..64c4b54be2500165a77b80ac27f324d8e0948e8d 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Danger Mouse
 !explen 10:00/20%
 
 !iso D/Danger Mouse/Close Encounters of the Absurd Kind!.iso
index 32d94b44de7bc7f9ea8ba9e47bc29b45a6d49e70..80644feb3e8a17e81a1374b8530ea1a4faf99f41 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Dark Angel
 !vdir D/Dark Angel
 !explen 42:00
 
index 3f48f24cad9ca2baaf027e6db4d642651c149ef4..3710e1f1654eb8d415f3da741a111d93a37559b0 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Dexter
 !vdir D/Dexter
 !explen 51:00/12%
 
index d06abefa470423a3d9a31ce60e595025d978e311..81a5a58232b15c5a7f52621d75a23784250cf444 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Dollhouse
 !vdir D/Dollhouse
 
 !season 1
index 6602a8b81f56660b2361514d3808d6a91024615c..8510cf9678c76276cd0d69252af01133c4d61db4 100644 (file)
@@ -1,5 +1,8 @@
 ;;; -*-fundamental-*-
 
+!single
+!title Doctor Who
+
 !epname Part
 
 !series:masterplan
index a47370039b979f75fc6ebe48fa134bdf82de4420..1b17bf5041977b4fd8db3cb6607ba7006721c3f4 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Dune (2000)
 !vdir D/Dune (2000)
 
 !season 1 Dune
index db9acdc80c456e6684165b71b1144d68741f0cb6..936e71ac2109272a68e193b90e6a60807441adec 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Engrenages
 !vdir E/Engrenages
 !explen 53:00/15%
 
index cc9be897aba8ff4ae5f95982ce712818590a59ed..f31f73ec5e0a946297c14d463538ff664a4fe1f7 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The Equalizer (1985)
 !vdir E/The Equalizer (1985)
 !explen 46:30
 
index 228284883b0c152e7d3f633e3766095c52fac171..b094d92a3b9b359d27567ba787c12c3c8a42f06e 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Fawlty Towers
 !explen 31:00/10%
 
 !season 1
index eba33fa2b8ba08d70af71e1ffd5b8b5d4a5ebb2a..f5eb2c342b27baa8cc28a8b0c04d13b61377f61f 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Firefly
 !vdir F/Firefly
 !explen 42:00
 
index 6ae230f43c8ac0b474150eb6e2f49ef79d660753..285bcc4b18b457fe48a9cf7961f0946dcb37da7f 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Monty Python's Flying Circus
 !vdir P/Monty Python's Flying Circus (restored)
 !explen 30:10/10%
 
index 7475c7c53591151881efc0a0b726becd60b28569..7f18cb0ef0ecb5c2ce7baa9faa58deb7442f1998 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Monty Python's Flying Circus (sketches)
 !vdir P/Monty Python's Flying Circus (sketches)
 !explen 30:10/10%
 
index 1ea7d54c7e4beaca330505458898b8f7e1ff6fdb..c26750192ac1f420b6b51d60f69bc60d35a637dc 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title A Bit of Fry & Laurie
 !vdir F/A Bit of Fry & Laurie
 !explen 29:30
 
index b4cb3715cf0ebfbb4cb94efada96e436a4937bb4..20a562cae6f9a6aa4a4f785c882bd26502c7710f 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Game of Thrones
 !vdir G/Game of Thrones
 !explen 1:03:00/25%
 
index cc958d059d727dac3aefc3ef4cd6c698bce73f35..815bbb22e7646807f48c61792ca5d266413d641d 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title George Smiley
 !vdir S/George Smiley
 
 !season 1 Tinker, Tailor, Soldier, Spy
index dd33056863d8213fc245f87f61862c8f2a5b70c9..afcabf0c880980e5e96ee82ad6d80a7cc6d5a07d 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The Godfather, Part II
 !epname The Godfather, Part II: Disc
 
 !iso G/The Godfather Trilogy/02A. Part II.iso
index 8ed54e965c8dd136c238b45a99386de3de573d33..19019cfbbfb33eb6c1bbb15ab92b00e503fa24f8 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Gotham
 !vdir G/Gotham
 !explen 41:00/6%
 
index a56bea7c0c1fd4a2aa86fa5f9cb829289f448727..9021c60b08471c404a4793da0dfd5f2ceb9fba09 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Hannibal
 !vdir H/Hannibal
 !explen 41:30
 
index 7629de85e83c0e1d6efa722d33a6ec4f0f417df3..ed0f82f99ee7831d678445ed37bb77a6e671151e 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Harry Potter
 !season -
 
 !iso P/Harry Potter/01. Harry Potter and the Philosopher's Stone.iso
index 682cf78bf10c8270d9b7ff15e66deba368714445..689acb641e1aa2bce2faaa370602198d2b10149d 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The Hitchhiker's Guide to the Galaxy
 !iso H/The Hitchhiker's Guide to the Galaxy/Episodes.iso
 !explen 33:00/10%
 
index 397c1d69e7259f787c2502e3df7bc20d670ada15..c35a0afd827d7d7a2aa8d5b150167647eddb58e3 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title House of Cards
 !vdir H/House of Cards
 !explen 55:00/10%
 
index 5c6eb8cf662e87351cb204c74b0fcac0fa6dc1a1..357045642ac3a4d85495131fc1178e9c4efeb932 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title I Claudius
 !vdir I/I Claudius
 !explen 52:00/10%
 
index f1bd76e0a4b5218419c5878ec1c52d19f293cbe1..f105b977aad6b296f5e6ce65eef6b4e9c891d4c8 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Into the Labyrinth
 !vdir I/Into the Labyrinth
 !explen 26:00
 
index 6fadbb1e3005a5f37a12c3c573c9fb81f9022183..ce72c92e0603e367a4dd50acf33df1e32e24e9a5 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title It (2017)
 !epname It: Chapter
 
 !iso I/It (2017)/Chapter 1.iso
index 64d50478e093add4d3b699f227e3242f273f9b49..b8ff8d183528f03edf11c5029ee9ff82085010fd 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Kill Bill
 !epname Kill Bill, volume
 
 !iso K/Kill Bill/Volume 1.iso
index 746e363903f0e4f0f76118ab67d763e844c28314..132dfaabd3e8d5fe71cea72324b1cd0a666514a3 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Kingdom of Heaven
 !epname Kingdom of Heaven, part
 
 !iso K/Kingdom of Heaven (Definitive Edition)/Main feature (part 1).iso
index 2dc22a7611806fd818eaed8449d79a72d702dac4..0a4b78e8b8efbfd66f0bcdb86c86c46988aca8ab 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Knight Rider
 !vdir K/Knight Rider
 !explen 46:00
 
index 42e755ed96c8ceaa2cb1d022409c815e389971b8..6dd32c973bd0a5debbdf8cd16ea5175f72298091 100644 (file)
--- a/lexx.epls
+++ b/lexx.epls
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Lexx
 !vdir L/Lexx
 
 !season 1
index 1b0a03d1a0c206f2ada480da188a58e211310341..7132e1a191ac010ebd99b738d31b64633956f681 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Lois & Clark: The New Adventures of Superman
 !vdir L/Lois & Clark—The New Adventures of Superman
 !explen 43:30
 
index 3bf7b1f05fc14dcb27864b417dfb03e6f8dbf52a..a7076197c4864896c408c5905c602193e4ca547c 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title MacGyver
 !vdir M/MacGyver
 !explen 46:00
 
index 8c41af0e33c7f77b195b5da214c1adc82b409588..096e3eed53b5345bfd9b846a6154c210f81398f9 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Metallica: S&M
 !epname Metallica: S&M, part
 
 !iso M/Metallica—S&M/Part 1.iso
diff --git a/mkm3u b/mkm3u
index 5d9841dc2110dbd1ec44e75e3f27c9dffa2b26d9..3eb16b13ca446613eed25793f21bdace4e53574b 100755 (executable)
--- a/mkm3u
+++ b/mkm3u
@@ -510,6 +510,8 @@ class Playlist (object):
     me.episodes = []
     me.epname, me.epnames = "Episode", "Episodes"
     me.nseries = 0
+    me.single_series_p = False
+    me.series_title = None
 
   def add_episode(me, episode):
     me.episodes.append(episode)
@@ -644,7 +646,19 @@ class EpisodeListParser (object):
     except ValueError: opts = None
     else: cmd, opts = cmd[:sep], cmd[sep + 1:]
 
-    if cmd == "series":
+    if cmd == "title":
+      for k, v in me._keyvals(opts): me._bad_keyval("title", k, v)
+      title = ww.rest(); check(title is not None, "missing title")
+      check(me._pl.series_title is None, "already set a title")
+      me._pl.series_title = title
+
+    elif cmd == "single":
+      for k, v in me._keyvals(opts): me._bad_keyval("single", k, v)
+      check(ww.rest() is None, "trailing junk")
+      check(not me._pl.single_series_p, "single-series already set")
+      me._pl.single_series_p = True
+
+    elif cmd == "series":
       name = None
       for k, v in me._keyvals(opts):
         if k is None: name = v
index 2f6df285f3fc170440e7dba0a8f336796f5c1218..58bd81e200616d5b44cf10da212b7157308254e0 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Inspector Morse
 !explen 1:40:00
 !season -
 
index 8fca34f97405d89342aa35d6c36abdb3d7728ebb..8e4d28ec5594b33b45917fec8f9aa4138688681f 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Person of Interest
 !vdir P/Person of Interest
 !explen 42:00
 
index b18388a684befeb126502c058b1a8d0ffc2961a6..73cce053509f4bca4ccf6de18a28e741a84886fb 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Prime Suspect
 !vdir P/Prime Suspect
 !epname Part
 !explen 1:40:00
index 11d6c4b3e8170c0ed9680471686026452da353af..d4ac8863b58ea8e4a7f65989f4c53d7e5d59cb18 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Robin of Sherwood
 !vdir R/Robin of Sherwood
 !explen 50:00/10%
 
index ec253d89ae25bc80216773a63bccee57f400b014..3b000a3cc534dbe6c2187db633764b9cda4a114e 100644 (file)
--- a/rome.epls
+++ b/rome.epls
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Rome
 !vdir R/Rome
 !explen 52:00/15%
 
index d1d589ccca925eda608ddc61505e36b8cdcc2366..7e3a9851e678bccf3c332662bef662755c17dee9 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Sanctuary
 !vdir S/Sanctuary
 !explen 45:00
 
index ba7eab50017ab29c62ab9c00daebbfd5877c0bd6..aa03323d8818fb629569e4c2b885463432698793 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Sapphire & Steel
 !vdir S/Sapphire & Steel
 !explen 26:20/10%
 
index 2373161778f1024ffc05f55f2c42eadf515ccd13..749e900c9b7a1b37d37df464806c8fa142038bfc 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Shark
 !vdir S/Shark
 !explen 41:30
 
index 6854ee160b624d24e30a6a49d47b61ffc6fe5029..7f97599216e0b718844c8ea7fe0198ad0fabbe50 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Sharpe
 !explen 1:40:00
 !season -
 
index 5493e92f80c59729f841d2677bda9172f7728e6e..bd77600eacf8ed0effb8c9ed290852fc812ee79e 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Sherlock Holmes (1984)
 !vdir H/Sherlock Holmes (1984)
 !explen 51:00/10%
 
index 2e22cb3d9c45ea1d03f1cd2641288adc3e16a61d..d5a5d819584d1b8fe34d67e53894fa6b177359fd 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Smallville
 !vdir S/Smallville
 !explen 45:00/15%
 
index 3a45a90445622202d24c5459b7fa122b6da70145..f01e6f4fc38ec4cf5f0ee49508698ce769e15e05 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Justice League (Snyder cut)
 !season -
 
 !iso J/Justice League (Snyder cut)/Part 1.iso
index e383c48cd29eced3904ab28f477c65330f9559d2..f4caf2a0c04c8492d632f160f9b9a7253fcf6de4 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Spartacus
 !vdir S/Spartacus
 !explen 53:00/12%
 
index 63ba7cd6dcdd1d98b83bb4747bd7b84a2980d88a..e3a0920bf6bc0918a31a6f1c2a6c323b9dc64cda 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Spooks
 !vdir S/Spooks
 !explen 58:00
 
index 6aa7e14b492ea871f7801011d946615b549f4b7f..ef55558fa451a7de4d7cc453ea4b907a0c3af7e4 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title State of Play
 !vdir S/State of Play
 !explen 57:00
 
index 2b8402ec4b7d2b19b4651c97025c7a719bbf1064..5ce945c976e5175e2e1fc0b4a1463d1c9407e793 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Terminator: The Sarah Connor Chronicles
 !vdir T/Terminator—The Sarah Connor Chronicles
 !explen 41:30/10%
 
index 7f858a77c0a8826fc8b728c9eaab19f25931d83e..9f628e8eb672707d200d020f22c6800cfed51548 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The Americans
 !vdir A/The Americans
 !explen 45:00/12%
 
index ce4e7fe1ceaf7c47eb581513cbb47a106f5b0517..b7a8469674a23728eb218b50462b1c318d233b53 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The Bridge
 !vdir B/The Bridge
 !explen 58:00
 
index d948d3d6c5f5ae22b010d5f958465e5b8790a67d..9bb15ce9592791ff0be3643689fb62664128e9ee 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The Day Today
 !iso D/The Day Today/Episodes.iso
 !explen 29:00
 
index dcd401a652f7f687a17626b2f7c07a30688ef454..7c42f2925cef9bc14f879b7c544052972d31d9a0 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The Killing
 !vdir K/The Killing
 !explen 57:00
 
index 2355eaec6c5a9d3aec7baf9101e2260d364339dc..049841aa6b0f2e7fb36a0e9d499d9a3f34d6bde1 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The Night Manager
 !vdir N/The Night Manager
 !explen 57:30
 
index eeb41fc02845e8872efd4e3c15edaded72b5428f..18c8cc86d60c1e07c69d725d3218b21bbe192015 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The Prisoner
 !vdir P/The Prisoner
 !explen 48:00
 
index ce12b1d216d7e404471fdb8800f954fdf48ada0f..0b73cd17a6c6c2eb628974b7557eb83233afa5b5 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The Shield
 !vdir S/The Shield
 !explen 44:30/10%
 
index 4b7e387a67a0ee57e2a038d9cabc6126b393223a..5d5eb89329a88a08ed9be8e42db6b6c2649f8236 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The Tripods
 !vdir T/The Tripods
 !explen 25:00
 
index ff809710f8940a960ebc650bf0fbc73e8c8227f0..89854fcb8afa8986047ef9a5ca30c48360ff9173 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The Wire
 !vdir W/The Wire
 !explen 1:00:00/10%
 
index 1371b9a1e1d5bdef3547d71a51600aebd0ea174a..30882a9e6f49ce07e649a9816d8270ed227409db 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title The Young Ones
 !vdir Y/The Young Ones
 !explen 33:30/10%
 
index 7fac60f0b918a17621ec2f0401e67ea6f365012d..a525a903af9c3e74dcf481ed0241a3bfa45cdb85 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Traffik
 !vdir T/Traffik
 !explen 50:00
 
index c3bc67cd83a4572cce51ef4651b05ec25be0a8e0..fc6ee8e905fb1d65eca2fa415f063cd3cda5c47d 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Tru Calling
 !vdir T/Tru Calling
 !explen 42:00
 
index 0e4d5c6fdb0e2a68c828ca92639bfd6bb01590ce..c791bb28f10bee396688877a654181cf98419eec 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Twin Peaks
 !vdir T/Twin Peaks
 
 !explen 45:00
index 744dfac78abbc47a2bd30322aaef1fdb4ec3da87..c8cab44238f7e8cf75447d2dc2148ce19f9f726f 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Ultraviolet
 !vdir U/Ultraviolet
 !explen 50:00
 
index 6487e5911f4cbee5868170754b51c57f240ad732..6e5f6ca2c2cdd16894fe05dd59b2494f53a7dc67 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title V (1983)
 !vdir V/V (1983)
 !epname Part
 
index 314f282fe725c8adfe48a19acfb4021629061827..d8802c5db342b75d4d1a6ae637ce53890ba3ef59 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title V (2009)
 !vdir V/V (2009)
 !explen 40:00
 
index bc82071d66861c48e36c81a87d88c1fac6ee23ed..d002c55dc28bf426f342b2ee4f2259ba55939214 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Waking the Dead
 !vdir W/Waking the Dead
 !explen 1:55:00
 
index 290e444a9db1d2ac2896fb29490d5250363857d4..d93608630ac2612d362e9a932802024f87611a9e 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Wonder Woman (1975)
 !vdir W/Wonder Woman (1975)
 !explen 46:00/9%
 
index 9027f459684e541b03d59423bf5a012bf1948eff..d4df7d77e34ab6f36c26f1697573ab50af5b4b14 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Worricker
 !season -
 !explen 1:35:00
 
index 0147cfa463297a895c1766a132cc6a64dfbc4300..7e60788c3a05d787a97dba71869c6177e1dd7b77 100644 (file)
@@ -1,5 +1,6 @@
 ;;; -*-fundamental-*-
 
+!title Yes Minister
 !vdir Y/Yes Minister
 !explen 29:00/6%