Initial commit.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 14 Mar 2022 13:38:06 +0000 (13:38 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 14 Mar 2022 14:30:44 +0000 (14:30 +0000)
73 files changed:
.gitignore [new file with mode: 0644]
24.epls [new file with mode: 0644]
Makefile [new file with mode: 0644]
agent-carter.epls [new file with mode: 0644]
allo-allo.epls [new file with mode: 0644]
angel.epls [new file with mode: 0644]
babylon-5.epls [new file with mode: 0644]
between-the-lines.epls [new file with mode: 0644]
blakes-7.epls [new file with mode: 0644]
brass-eye.epls [new file with mode: 0644]
bsg-1978.epls [new file with mode: 0644]
btvs.epls [new file with mode: 0644]
dollhouse.epls [new file with mode: 0644]
drwho-crusade.epls [new file with mode: 0644]
drwho-highlanders.epls [new file with mode: 0644]
drwho-invasion.epls [new file with mode: 0644]
drwho-marco-polo.epls [new file with mode: 0644]
drwho-massacre.epls [new file with mode: 0644]
drwho-masterplan.epls [new file with mode: 0644]
drwho-pirates.epls [new file with mode: 0644]
drwho-savages.epls [new file with mode: 0644]
drwho-silurians.epls [new file with mode: 0644]
drwho-smugglers.epls [new file with mode: 0644]
drwho-snowmen.epls [new file with mode: 0644]
drwho-toymaker.epls [new file with mode: 0644]
drwho-war-games.epls [new file with mode: 0644]
drwho-wheel.epls [new file with mode: 0644]
fawlty-towers.epls [new file with mode: 0644]
firefly.epls [new file with mode: 0644]
flying-circus.epls [new file with mode: 0644]
fry-and-laurie.epls [new file with mode: 0644]
macgyver.epls [new file with mode: 0644]
mkm3u [new file with mode: 0755]
morse.epls [new file with mode: 0644]
ref/24.m3u8 [new file with mode: 0644]
ref/agent-carter.m3u8 [new file with mode: 0644]
ref/allo-allo.m3u8 [new file with mode: 0644]
ref/angel.m3u8 [new file with mode: 0644]
ref/babylon-5.m3u8 [new file with mode: 0644]
ref/between-the-lines.m3u8 [new file with mode: 0644]
ref/blakes-7.m3u8 [new file with mode: 0644]
ref/brass-eye.m3u8 [new file with mode: 0644]
ref/bsg-1978.m3u8 [new file with mode: 0644]
ref/btvs.m3u8 [new file with mode: 0644]
ref/dollhouse.m3u8 [new file with mode: 0644]
ref/drwho-crusade.m3u8 [new file with mode: 0644]
ref/drwho-highlanders.m3u8 [new file with mode: 0644]
ref/drwho-invasion.m3u8 [new file with mode: 0644]
ref/drwho-marco-polo.m3u8 [new file with mode: 0644]
ref/drwho-massacre.m3u8 [new file with mode: 0644]
ref/drwho-masterplan.m3u8 [new file with mode: 0644]
ref/drwho-pirates.m3u8 [new file with mode: 0644]
ref/drwho-savages.m3u8 [new file with mode: 0644]
ref/drwho-silurians.m3u8 [new file with mode: 0644]
ref/drwho-smugglers.m3u8 [new file with mode: 0644]
ref/drwho-snowmen.m3u8 [new file with mode: 0644]
ref/drwho-toymaker.m3u8 [new file with mode: 0644]
ref/drwho-war-games.m3u8 [new file with mode: 0644]
ref/drwho-wheel.m3u8 [new file with mode: 0644]
ref/fawlty-towers.m3u8 [new file with mode: 0644]
ref/firefly.m3u8 [new file with mode: 0644]
ref/flying-circus.m3u8 [new file with mode: 0644]
ref/fry-and-laurie.m3u8 [new file with mode: 0644]
ref/macgyver.m3u8 [new file with mode: 0644]
ref/morse.m3u8 [new file with mode: 0644]
ref/sherlock-holmes.m3u8 [new file with mode: 0644]
ref/spartacus.m3u8 [new file with mode: 0644]
ref/stargate-sg1.m3u8 [new file with mode: 0644]
ref/the-bridge.m3u8 [new file with mode: 0644]
sherlock-holmes.epls [new file with mode: 0644]
spartacus.epls [new file with mode: 0644]
stargate-sg1.epls [new file with mode: 0644]
the-bridge.epls [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..909c9bc
--- /dev/null
@@ -0,0 +1,2 @@
+*.m3u8
+!/ref/*.m3u8
diff --git a/24.epls b/24.epls
new file mode 100644 (file)
index 0000000..b99c08a
--- /dev/null
+++ b/24.epls
@@ -0,0 +1,232 @@
+;;; -*-fundamental-*-
+
+;; (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")))))
+
+!vdir - #/24
+
+!season 1
+1 12:00am–1:00am
+2 1:00am–2:00am
+3 2:00am–3:00am
+4 3:00am–4:00am
+1 4:00am–5:00am
+2 5:00am–6:00am
+3 6:00am–7:00am
+4 7:00am–8:00am
+1 8:00am–9:00am
+2 9:00am–10:00am
+3 10:00am–11:00am
+4 11:00am–12:00pm
+1 12:00pm–1:00pm
+2 1:00pm–2:00pm
+3 2:00pm–3:00pm
+4 3:00pm–4:00pm
+1 4:00pm–5:00pm
+2 5:00pm–6:00pm
+3 6:00pm–7:00pm
+4 7:00pm–8:00pm
+1 8:00pm–9:00pm
+2 9:00pm–10:00pm
+3 10:00pm–11:00pm
+4 11:00pm–12:00am
+
+!season 2
+1 8:00am–9:00am
+2 9:00am–10:00am
+3 10:00am–11:00am
+4 11:00am–12:00pm
+1 12:00pm–1:00pm
+2 1:00pm–2:00pm
+3 2:00pm–3:00pm
+4 3:00pm–4:00pm
+1 4:00pm–5:00pm
+2 5:00pm–6:00pm
+3 6:00pm–7:00pm
+4 7:00pm–8:00pm
+1 8:00pm–9:00pm
+2 9:00pm–10:00pm
+3 10:00pm–11:00pm
+4 11:00pm–12:00am
+1 12:00am–1:00am
+2 1:00am–2:00am
+3 2:00am–3:00am
+4 3:00am–4:00am
+1 4:00am–5:00am
+2 5:00am–6:00am
+3 6:00am–7:00am
+4 7:00am–8:00am
+
+!season 3
+1 1:00pm–2:00pm
+2 2:00pm–3:00pm
+3 3:00pm–4:00pm
+4 4:00pm–5:00pm
+1 5:00pm–6:00pm
+2 6:00pm–7:00pm
+3 7:00pm–8:00pm
+4 8:00pm–9:00pm
+1 9:00pm–10:00pm
+2 10:00pm–11:00pm
+3 11:00pm–12:00am
+4 12:00am–1:00am
+1 1:00am–2:00am
+2 2:00am–3:00am
+3 3:00am–4:00am
+4 4:00am–5:00am
+1 5:00am–6:00am
+2 6:00am–7:00am
+3 7:00am–8:00am
+4 8:00am–9:00am
+1 9:00am–10:00am
+2 10:00am–11:00am
+3 11:00am–12:00pm
+4 12:00pm–1:00pm
+
+!season 4
+1 7:00am–8:00am
+2 8:00am–9:00am
+3 9:00am–10:00am
+4 10:00am–11:00am
+1 11:00am–12:00pm
+2 12:00pm–1:00pm
+3 1:00pm–2:00pm
+4 2:00pm–3:00pm
+1 3:00pm–4:00pm
+2 4:00pm–5:00pm
+3 5:00pm–6:00pm
+4 6:00pm–7:00pm
+1 7:00pm–8:00pm
+2 8:00pm–9:00pm
+3 9:00pm–10:00pm
+4 10:00pm–11:00pm
+1 11:00pm–12:00am
+2 12:00am–1:00am
+3 1:00am–2:00am
+4 2:00am–3:00am
+1 3:00am–4:00am
+2 4:00am–5:00am
+3 5:00am–6:00am
+4 6:00am–7:00am
+
+!season 5
+2 7:00am–8:00am
+3 8:00am–9:00am
+4 9:00am–10:00am
+5 10:00am–11:00am
+2 11:00am–12:00pm
+3 12:00pm–1:00pm
+4 1:00pm–2:00pm
+5 2:00pm–3:00pm
+2 3:00pm–4:00pm
+3 4:00pm–5:00pm
+4 5:00pm–6:00pm
+5 6:00pm–7:00pm
+2 7:00pm–8:00pm
+3 8:00pm–9:00pm
+4 9:00pm–10:00pm
+5 10:00pm–11:00pm
+2 11:00pm–12:00am
+3 12:00am–1:00am
+4 1:00am–2:00am
+5 2:00am–3:00am
+2 3:00am–4:00am
+3 4:00am–5:00am
+4 5:00am–6:00am
+5 6:00am–7:00am
+
+!season 6
+2 6:00am–7:00am
+3 7:00am–8:00am
+4 8:00am–9:00am
+5 9:00am–10:00am
+2 10:00am–11:00am
+3 11:00am–12:00pm
+4 12:00pm–1:00pm
+5 1:00pm–2:00pm
+2 2:00pm–3:00pm
+3 3:00pm–4:00pm
+4 4:00pm–5:00pm
+5 5:00pm–6:00pm
+2 6:00pm–7:00pm
+3 7:00pm–8:00pm
+4 8:00pm–9:00pm
+5 9:00pm–10:00pm
+2 10:00pm–11:00pm
+3 11:00pm–12:00am
+4 12:00am–1:00am
+5 1:00am–2:00am
+2 2:00am–3:00am
+3 3:00am–4:00am
+4 4:00am–5:00am
+5 5:00am–6:00am
+
+!movie
+!iso #/24—Redemption/Extended version.iso
+1 24—Redemption
+!iso -
+
+!season 7
+2 8:00am–9:00am
+3 9:00am–10:00am
+4 10:00am–11:00am
+5 11:00am–12:00pm
+2 12:00pm–1:00pm
+3 1:00pm–2:00pm
+4 2:00pm–3:00pm
+5 3:00pm–4:00pm
+2 4:00pm–5:00pm
+3 5:00pm–6:00pm
+4 6:00pm–7:00pm
+5 7:00pm–8:00pm
+2 8:00pm–9:00pm
+3 9:00pm–10:00pm
+4 10:00pm–11:00pm
+5 11:00pm–12:00am
+2 12:00am–1:00am
+3 1:00am–2:00am
+4 2:00am–3:00am
+5 3:00am–4:00am
+2 4:00am–5:00am
+3 5:00am–6:00am
+4 6:00am–7:00am
+5 7:00am–8:00am
+
+!season 8
+2 4:00pm–5:00pm
+3 5:00pm–6:00pm
+4 6:00pm–7:00pm
+6 7:00pm–8:00pm
+2 8:00pm–9:00pm
+4 9:00pm–10:00pm
+5 10:00pm–11:00pm
+6 11:00pm–12:00am
+2 12:00am–1:00am
+3 1:00am–2:00am
+4 2:00am–3:00am
+5 3:00am–4:00am
+3 4:00am–5:00am
+4 5:00am–6:00am
+5 6:00am–7:00am
+7 7:00am–8:00am
+3 8:00am–9:00am
+4 9:00am–10:00am
+5 10:00am–11:00am
+7 11:00am–12:00pm
+3 12:00pm–1:00pm
+4 1:00pm–2:00pm
+5 2:00pm–3:00pm
+6 3:00pm–4:00pm
+
+!season 9 Live Another Day
+3 11:00am–12:00pm
+4 12:00pm–1:00pm
+5 1:00pm–2:00pm
+3 2:00pm–3:00pm
+4 3:00pm–4:00pm
+5 4:00pm–5:00pm
+3 5:00pm–6:00pm
+4 6:00pm–7:00pm
+5 7:00pm–8:00pm
+3 8:00pm–9:00pm
+4 9:00pm–10:00pm
+5 10:00pm–11:00pm
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..786d2fc
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,147 @@
+### -*-makefile-*-
+
+all:
+clean::; rm -f $(CLEANFILES)
+force:
+.PHONY: all clean
+
+V                      ?= 0
+V_AT                    = $(V_AT_$V)
+V_AT_0                  = @
+v-tag                   = $(call v-tag.$V,$1)
+v-tag.0                         = @printf "  %-8s %s\n" "$1" "$@";
+
+TARGETS                         =
+CLEANFILES             += $(TARGETS)
+
+TARGETS                        += $(addsuffix .m3u8,$(PLAYLISTS))
+
+define %declare-playlist
+PLAYLISTS              += $1
+$1_INITIAL              = $2
+$1_FULLNAME             = $3
+endef
+declare-playlist        = $(eval $(call %declare-playlist,$1,$2,$3))
+
+ARCHIVEROOT             = ../archive
+
+$(call declare-playlist, 24, \#,24)
+$(call declare-playlist, agent-carter, A,Agent Carter)
+#$(call declare-playlist, agents-of-shield, A,Agents of SHIELD)
+#$(call declare-playlist, andromeda, A,Andromeda)
+#$(call declare-playlist, arrow, A,Arrow)
+#$(call declare-playlist, arrowverse, A,Arrowverse)
+#$(call declare-playlist, a-team, A,The A-Team)
+#$(call declare-playlist, the-americans, A,The Americans)
+$(call declare-playlist, allo-allo, A,'Allo 'Allo!)
+$(call declare-playlist, angel, A,Angel)
+$(call declare-playlist, babylon-5, B,Babylon 5)
+#$(call declare-playlist, batman-1966, B,Batman (1966 series))
+$(call declare-playlist, bsg-1978, B,Battlestar Galactica (1978))
+#$(call declare-playlist, bsg-1980, B,Battlestar Galactica 1980)
+#$(call declare-playlist, bsg-2003, B,Battlestar Galactica (2003))
+#$(call declare-playlist, batwoman, B,Batwoman)
+$(call declare-playlist, between-the-lines, B,Between the Lines)
+#$(call declare-playlist, blackadder, B,Blackadder)
+$(call declare-playlist, blakes-7, B,Blake's 7) #'
+$(call declare-playlist, brass-eye, B,Brass Eye)
+$(call declare-playlist, the-bridge, B,The Bridge)
+$(call declare-playlist, btvs, B,Buffy the Vampire Slayer)
+#$(call declare-playlist, caprica, C,Caprica)
+#$(call declare-playlist, constantine, C,Constantine)
+#$(call declare-playlist, cracker, C,Cracker)
+#$(call declare-playlist, crow-stairway, C,The Crow—Stairway to Heaven)
+#$(call declare-playlist, danger-mouse, D,Danger Mouse)
+#$(call declare-playlist, dark-angel, D,Dark Angel)
+#$(call declare-playlist, the-day-today, D,The Day Today)
+#$(call declare-playlist, dexter, D,Dexter)
+$(call declare-playlist, dollhouse, D,Dollhouse)
+#$(call declare-playlist, engrenages, E,Engrenages)
+#$(call declare-playlist, equalizer, E,The Equalizer (1985))
+$(call declare-playlist, fawlty-towers, F,Fawlty Towers)
+$(call declare-playlist, firefly, F,Firefly)
+#$(call declare-playlist, the-flash, F,The Flash)
+$(call declare-playlist, fry-and-laurie, F,A Bit of Fry and Laurie)
+#$(call declare-playlist, game-of-thrones, G,Game of Thrones)
+#$(call declare-playlist, godfather-ii, G/The Godfather Trilogy,02. Part II)
+#$(call declare-playlist, gotham, G,Gotham)
+#$(call declare-playlist, hannibal, H,Hannibal)
+#$(call declare-playlist, hhgttg, H,The Hitchhiker's Guide to the Galaxy) #'
+$(call declare-playlist, sherlock-holmes, H,Sherlock Holmes (1984))
+#$(call declare-playlist, house-of-cards, H,House of Cards)
+#$(call declare-playlist, into-the-labyrinth, I,Into the Labyrinth)
+#$(call declare-playlist, it-2017, I,It (2017))
+#$(call declare-playlist, snyder-justice, J,Justice League (Snyder cut))
+#$(call declare-playlist, kill-bill, K,Kill Bill)
+#$(call declare-playlist, the-killing, K,The Killing)
+#$(call declare-playlist, kingdom-of-heaven, K,Kingdom of Heaven (Definitive Edition))
+#$(call declare-playlist, knight-rider, K,Knight Rider)
+#$(call declare-playlist, legends-of-tomrrow, L,Legends of Tomorrow)
+#$(call declare-playlist, lexx, L,Lexx)
+#$(call declare-playlist, lois-and-clark, L,Lois and Clark—The New Adventures of Superman)
+$(call declare-playlist, morse, M,Inspector Morse)
+$(call declare-playlist, macgyver, M,MacGyver)
+#$(call declare-playlist, metallica-s-and-m, M,Metallica—S&M)
+#$(call declare-playlist, the-night-manager, N,The Night Manager)
+#$(call declare-playlist, person-of-interest, P,Person of Interest)
+#$(call declare-playlist, harry-potter, P,Harry Potter)
+$(call declare-playlist, flying-circus, P,Monty Python's Flying Circus) #'
+#$(call declare-playlist, robin-of-sherwood, R,Robin of Sherwood)
+#$(call declare-playlist, rome, R,Rome)
+#$(call declare-playlist, sanctuary, S,Sanctuary)
+#$(call declare-playlist, shark, S,Shark)
+#$(call declare-playlist, the-shield, S,The Shield)
+#$(call declare-playlist, smallville, S,Smallville)
+#$(call declare-playlist, george-smiley, S,George Smiley)
+$(call declare-playlist, spartacus, S,Spartacus)
+#$(call declare-playlist, spooks, S,Spooks)
+#$(call declare-playlist, star-wars, S,Star Wars)
+$(call declare-playlist, stargate-sg1, S,Stargate SG-1)
+#$(call declare-playlist, stargate-atlantis, S,Stargate Atlantis)
+#$(call declare-playlist, stargate-universe, S,Stargate Universe)
+#$(call declare-playlist, state-of-play, S,State of Play)
+#$(call declare-playlist, supergirl, S,Supergirl)
+#$(call declare-playlist, terminator-scc, T,Terminator—The Sarah Connor Chronicles)
+#$(call declare-playlist, traffik, T,Traffik)
+#$(call declare-playlist, the-tripods, T,The Tripods)
+#$(call declare-playlist, tru-calling, T,Tru Calling)
+#$(call declare-playlist, ultraviolet, U,Ultraviolet)
+#$(call declare-playlist, v-1983, V,V (1983))
+#$(call declare-playlist, v-2009, V,V (2009))
+#$(call declare-playlist, the-wire, W,The Wire)
+#$(call declare-playlist, waking-the-dead, W,Waking the Dead)
+#$(call declare-playlist, wonder-woman-1975, W,Wonder Woman (1975))
+#$(call declare-playlist, yes-minister, Y,Yes Minister)
+#$(call declare-playlist, the-young-ones, Y,The Young Ones)
+
+$(call declare-playlist, drwho-marco-polo, D/Doctor Who,S01E04 D. Marco Polo)
+$(call declare-playlist, drwho-crusade, D/Doctor Who,S02E06 P. The Crusade)
+$(call declare-playlist, drwho-masterplan, D/Doctor Who,S03E04 V. The Daleks' Master Plan) #'
+$(call declare-playlist, drwho-massacre, D/Doctor Who,S03E05 W. The Massacre of St Bartholomew's Eve) #'
+$(call declare-playlist, drwho-toymaker, D/Doctor Who,S03E07 Y. The Celestial Toymaker)
+$(call declare-playlist, drwho-savages, D/Doctor Who,S03E09 AA. The Savages)
+$(call declare-playlist, drwho-smugglers, D/Doctor Who,S04E01 CC. The Smugglers)
+$(call declare-playlist, drwho-highlanders, D/Doctor Who,S04E04 FF. The Highlanders)
+$(call declare-playlist, drwho-snowmen, D/Doctor Who,S05E02 NN. The Abominable Snowmen)
+$(call declare-playlist, drwho-wheel, D/Doctor Who,S05E07 SS. The Wheel in Space)
+$(call declare-playlist, drwho-invasion, D/Doctor Who,S06E03 VV. The Invasion)
+$(call declare-playlist, drwho-pirates, D/Doctor Who,S06E06 YY. The Space Pirates)
+$(call declare-playlist, drwho-war-games, D/Doctor Who,S06E07 ZZ. The War Games)
+$(call declare-playlist, drwho-silurians, D/Doctor Who,S07E02 BBB. Doctor Who and the Silurians)
+
+all: $(TARGETS)
+
+%.m3u8: %.epls mkm3u
+       $(call v-tag,MKM3U)./mkm3u "$<" >"$@.new" && mv "$@.new" "$@"
+
+CHECKS                  = $(foreach p,$(PLAYLISTS), check/$p)
+check: $(CHECKS)
+$(CHECKS): check/%: %.m3u8
+       diff -u $< ref/$*.m3u8
+.PHONY: check $(CHECKS)
+
+LINKS                   = $(foreach p,$(PLAYLISTS), link/$p)
+link: $(LINKS)
+$(LINKS): link/%:
+       ln -frs $*.m3u8 "$(ARCHIVEROOT)/$($*_INITIAL)/$($*_FULLNAME).m3u8"
+.PHONY: link $(LINKS)
diff --git a/agent-carter.epls b/agent-carter.epls
new file mode 100644 (file)
index 0000000..8b09c3d
--- /dev/null
@@ -0,0 +1,25 @@
+;;; -*-fundamental-*-
+
+!vdir - A/Agent Carter
+
+!season 1
+6 Now Is Not the End
+7 Bridge and Tunnel
+8 Time and Tide
+9 The Blitzkrieg Button
+7 The Iron Ceiling
+8 A Sin to Err
+9 SNAFU
+10 Valediction
+
+!season 2
+2 The Lady in the Lake
+4 A View in the Dark
+6 Better Angels
+8 Smoke and Mirrors
+10 The Atomic Job
+2 Life of the Party
+4 Monsters
+6 The Edge of Mystery
+8 A Little Song and Dance
+10 Hollywood Ending
diff --git a/allo-allo.epls b/allo-allo.epls
new file mode 100644 (file)
index 0000000..b92794d
--- /dev/null
@@ -0,0 +1,122 @@
+;;; -*-fundamental-*-
+
+!season 1
+!iso A/'Allo 'Allo!/01. Pilot, S01 E01–04.iso
+7,ep=0 Pilot—The British are Coming
+!epno 1
+8 The British Have Come
+9 Pigeon Post
+10 Savile Row to the Rescue
+11 The Execution
+!iso A/'Allo 'Allo!/02. S01 E05–07, S02 E01.iso
+7 The Funeral
+8 Red Nick's Colonel
+9 The Dance of the Hitler Youth
+
+!season 2
+10 Six Big Boobies
+!iso A/'Allo 'Allo!/03. S02 E02–06.iso
+7 The Wooing of Widow Artois
+8 The Policeman Cometh
+9 Swiftly and with Style
+10 The Duel
+11 Herr Flick's Revenge
+!iso A/'Allo 'Allo!/04. S02 E07, S03 E01–03.iso
+7 Christmas Special—The Gateau from the Chateau
+
+!season 3
+8 The Nicked Knockwurst
+9 Gruber Does Some Mincing
+10 The Sausage in the Wardrobe
+!iso A/'Allo 'Allo!/05. S03 E04–06, S04 E01–02.iso
+7 Flights of Fancy
+8 Pretty Maids All in a Row
+9 The Great Un-Escape
+
+!season 4
+10 Prisoners of War
+11 Camp Dance
+!iso A/'Allo 'Allo!/06. S04 E03–06.iso
+7 Good Staff Are Hard to Find
+8 The Flying Nun
+9 The Sausages in the Trousers
+10 The Jet-Propelled Mother-in-Law
+
+!season 5
+!iso A/'Allo 'Allo!/07. S05 E01–07.iso
+5 Desperate Doings in the Dungeon
+6 The Camera in the Potato
+7 Dinner with the General
+8 The Dreaded Circular Saw
+9 Otherwise Engaged
+10 A Marriage of Inconvenience
+11 No Hiding Place
+!iso A/'Allo 'Allo!/08. S05 E08–13.iso
+5 The Arrival of the Homing Duck
+6 Watch the Birdie
+7 René Under an Assumed Nose
+8 The Confusion of the Generals
+9 Who's for the Vatican?
+10 Ribbing the Bonk
+!iso A/'Allo 'Allo!/09. S05 E14–20.iso
+5 The Reluctant Millionaires
+6 A Duck for Lunch
+7 The Exploding Bedpan
+8 Going Like a Bomb
+9 Money to Burn
+10 Puddings Can Go Off
+11 Land Mines for London
+!iso A/'Allo 'Allo!/10. S05 E21–26.iso
+5 Flight to Geneva
+6 Train of Events
+7 An Enigma Variation
+8 Wedding Bloss
+9 Down the Drain
+10 All in Disgeese
+
+!season 6
+!iso A/'Allo 'Allo!/11. S06 E01–06.iso
+2 Desperate Doings in the Graveyard
+3 The Gestapo for the High Jump
+4 Nouvion Oars
+5 The Nicked Airmen
+6 The Airmen De-Nicked
+7 The Crooked Fences
+!iso A/'Allo 'Allo!/12. S06 E07–08, S07 E01–04.iso
+2 Crabtrees Podgeon Pist
+3 Rising to the Occasion
+
+!season 7
+4 A Quiet Honeymoon
+5 An Almighty Bong
+6 Fleeing Monks
+7 Up the Crick Without a Piddle
+!iso A/'Allo 'Allo!/13. S07 E05–10.iso
+2 The Gestapo Ruins a Picnic
+3 The Spirit of Nouvion
+4 Leg It to Spain!
+5 Prior Engagements
+6 Soup and Sausage
+7 René of the Gypsies
+
+!season 8
+!iso A/'Allo 'Allo!/16. S09 E05–06, S08 E01.iso
+7 Christmas Special—A Bun in the Oven
+!iso A/'Allo 'Allo!/14. S08 E02–06.iso
+5 Arousing Suspicions
+6 A Woman Never Lies
+7 Hitler's Last Heil
+8 Awful Wedded Wife
+9 Firing Squashed
+!iso A/'Allo 'Allo!/15. S08 E06–07, S09 E01–04.iso
+5 A Fishful of Francs
+6 Swan Song
+
+!season 9
+7 Gone with the Windmill
+8 A Tour de France
+9 Dead Man Marching
+10 Tarts and Flickers
+!iso A/'Allo 'Allo!/16. S09 E05–06, S08 E01.iso
+5 A Fishy Sendoff
+6 A Winkle in Time
diff --git a/angel.epls b/angel.epls
new file mode 100644 (file)
index 0000000..09b1589
--- /dev/null
@@ -0,0 +1,123 @@
+;;; -*-fundamental-*-
+
+!vdir - A/Angel
+
+!season 1
+1 City of
+2 Lonely Hearts
+3 In the Dark
+4 I Fall to Pieces
+1 Rm w/a Vu
+2 Sense & Sensitivity
+3 Bachelor Party
+4 I Will Remember You
+1 Hero
+2 Parting Gifts
+3 Somnambulist
+1 Expecting
+2 She
+3 I've Got You Under My Skin
+4 The Prodigal
+1 The Ring
+2 Eternity
+3 Five By Five
+4 Sanctuary
+1 War Zone
+2 Blind Date
+3 To Shanshu in L.A.
+
+!season 2
+1 Judgment
+2 Are You Now or Have You Ever Been
+3 First Impressions
+4 Untouched
+1 Dear Boy
+2 Guise Will Be Guise
+3 Darla
+4 The Shroud of Rahmon
+1 The Trial
+2 Reunion
+3 Redefinition
+1 Blood Money
+2 Happy Anniversary
+3 The Thin Dead Line
+4 Reprise
+1 Epiphany
+2 Disharmony
+3 Dead End
+4 Belonging
+1 Over the Rainbow
+2 Through the Looking Glass
+3 There's No Place Like Plrtz Glrb
+
+!season 3
+1 Heartthrob
+2 That Vision Thing
+3 That Old Gang of Mine
+4 Carpe Noctem
+1 Fredless
+2 Billy
+3 Offspring
+4 Quickening
+1 Lullaby
+2 Dad
+3 Birthday
+1 Provider
+2 Waiting in the Wings
+3 Couplet
+4 Loyalty
+1 Sleep Tight
+2 Forgiving
+3 Double or Nothing
+4 The Price
+1 A New World
+2 Benediction
+3 Tomorrow
+
+!season 4
+1 Deep Down
+2 Ground State
+3 The House Always Wins
+4 Slouching Toward Bethlehem
+1 Supersymmetry
+2 Spin the Bottle
+3 Apocalypse, Nowish
+4 Habeas Corpses
+1 Long Day's Journey
+2 Awakening
+3 Soulless
+1 Calvary
+2 Salvage
+3 Release
+4 Orpheus
+1 Players
+2 Inside Out
+3 Shiny Happy People
+4 The Magic Bullet
+1 Sacrifice
+2 Peace Out
+3 Home
+
+!season 5
+1 Conviction
+2 Just Rewards
+3 Unleashed
+4 Hell Bound
+1 Life of the Party
+2 The Cautionary Tale of Numero Cinco
+3 Lineage
+4 Destiny
+1 Harm's Way
+2 Soul Purpose
+3 Damage
+1 You're Welcome
+2 Why We Fight
+3 Smile Time
+4 A Hole in the World
+1 Shells
+2 Underneath
+3 Origin
+4 Time Bomb
+1 The Girl in Question
+2 Power Play
+3 Not Fade Away
diff --git a/babylon-5.epls b/babylon-5.epls
new file mode 100644 (file)
index 0000000..72e0f7f
--- /dev/null
@@ -0,0 +1,139 @@
+;;; -*-fundamental-*-
+
+!vdir - B/Babylon 5
+
+!movie
+!iso B/Babylon 5—In the Beginning.iso
+1 In the Beginning
+!iso B/Babylon 5—The Gathering.iso
+1 The Gathering
+!iso -
+
+!season 1
+2 Midnight on the Firing Line
+3 Soul Hunter
+4 Born to the Purple
+5 Infection
+2 The Parliament of Dreams
+3 Mind War
+4 The War Prayer
+5 And the Sky, Full of Stars
+2 Deathwalker
+3 Believers
+4 Survivors
+5 By Any Means Necessary
+2 Signs and Portents
+3 TKO
+4 Grail
+5 Eyes
+2 Legacies
+3 A Voice in the Wilderness (part 1)
+4 A Voice in the Wilderness (part 2)
+5 Babylon Squared
+2 The Quality of Mercy
+3 Chrysalis
+
+!season 2
+2 Points of Departure
+3 Revelations
+4 The Geometry of Shadows
+5 A Distant Star
+2 The Long Dark
+3 Spider in the Web
+4 Soul Mates
+5 A Race Through Dark Places
+2 The Coming of Shadows
+3 GROPOS
+4 All Alone in the Night
+5 Acts of Sacrifice
+2 Hunter, Prey
+3 There All The Honor Lies
+4 And Now for a Word
+5 In the Shadow of Z'ha'dum
+2 Knives
+3 Confessions and Lamentations
+4 Divided Loyalties
+5 The Long, Twilight Struggle
+2 Comes the Inquisitor
+3 The Fall of Night
+
+!season 3
+2 Matters of Honor
+3 Convictions
+4 A Day in the Strife
+5 Passing Through Gethsemane
+2 Voices of Authority
+3 Dust to Dust
+4 Exogenesis
+5 Messages from Earth
+2 Point of No Return
+3 Severed Dreams
+4 Ceremonies of Light and Dark
+5 Sic Transit Vir
+2 A Late Delivery from Avalon
+3 Ship of Tears
+4 Interludes and Examinations
+5 War Without End (part 1)
+2 War Without End (part 2)
+3 Walkabout
+4 Grey 17 is Missin
+5 And the Rock Cried Out, No Hiding Place
+2 Shadow Dancing
+3 Z'ha'dum
+
+!season 4
+2 The Hour of the Wolf
+3 Whatever Happened to Mr. Garibaldi?
+4 The Summoning
+5 Falling Toward Apotheosis
+2 The Long Night
+3 Into the Fire
+4 Epiphanies
+5 The Illusion of Truth
+2 Atonement
+3 Racing Mars
+4 Lines of Communication
+5 Conflicts of Interest
+2 Rumors, Bargains and Lies
+3 Moments of Transition
+4 No Surrender, No Retreat
+5 The Exercise of Vital Powers
+2 The Face of the Enemy
+3 Intersections in Real Time
+4 Between the Darkness and the Light
+5 Endgame
+2 Rising Star
+3 The Deconstruction of Falling Stars
+
+!season 5
+2 No Compromises
+3 The Very Long Night of Londo Mollari
+4 The Paragon of Animals
+5 A View from the Gallery
+2 Learning Curve
+3 Strange Relations
+4 Secrets of the Soul
+5 Day of the Dead
+2 In the Kingdom of the Blind
+3 A Tragedy of Telepaths
+4 Phoenix Rising
+5 The Ragged Edge
+2 The Corps Is Mother, the Corps Is Father
+3 Meditations on the Abyss
+4 Darkness Ascending
+5 And All My Dreams, Torn Asunder
+2 Movements of Fire and Shadow
+3 The Fall of Centauri Prime
+4 The Wheel of Fire
+5 Objects in Motion
+2 Objects at Rest
+3 Sleeping in Light
+
+!movie
+!iso B/Babylon 5—Thirdspace.iso
+1 Thirdspace
+!iso B/Babylon 5—The River of Souls.iso
+1 The River of Souls
+!iso B/Babylon 5—A Call to Arms.iso
+1 A Call to Arms
+!iso -
diff --git a/between-the-lines.epls b/between-the-lines.epls
new file mode 100644 (file)
index 0000000..d264db5
--- /dev/null
@@ -0,0 +1,44 @@
+;;; -*-fundmamental-*-
+
+!vdir - B/Between the Lines
+
+!season 1
+4 Private Enterprise
+5 Out of the Game
+6 Words of Advice
+7 Lies and Damned Lies
+2 A Watch and Chain of Course
+3 Lest Ye Be Judged
+4 Breaking Point
+4 The Only Good Copper
+5 Watching the Detectives
+6 Nothing to Declare
+4 Nothing Personal
+5 Nobody's Fireproof
+6 The Chill Factor
+
+!season 2
+4 New Order
+5 Manslaughter
+6 Crack Up
+7 Honourable Men
+4 “Some Must Watch…”
+5 Manoeuvre 11
+6 The Fifth Estate
+7 The Great Detective
+4 Jumping the Lights
+5 What's the Strength of This?
+6 Big Boys' Rules (part 1)
+7 Big Boys' Rules (part 2)
+
+!season 3
+2 Foxtrot Oscar
+3 A Safe Pair of Hands
+4 A Face in the Crowd
+5 Shoot to Kill
+2 Close Protection
+3 Blooded
+4 Unknown Soldier
+2 Free Trade
+3 The End User (part 1)
+4 The End User (part 2)
diff --git a/blakes-7.epls b/blakes-7.epls
new file mode 100644 (file)
index 0000000..dcdd896
--- /dev/null
@@ -0,0 +1,63 @@
+;;; -*-fundamental-*-
+
+!vdir - B/Blake's 7
+
+!season 1
+3 The Way Back
+4 Space Fall
+5 Cygnus Alpha
+4 Time Squad
+5 The Web
+6 Seek-Locate-Destroy
+5 Mission to Destiny
+6 Duel
+7 Project Avalon
+4 Breakdown
+5 Bounty
+6 Deliverance
+15 Orac
+
+!season 2
+3 Redemption
+4 Shadow
+5 Weapon
+3 Horizon
+4 Pressure Point
+5 Trial
+3 Killer
+4 Hostage
+5 Countdown
+3 Voice from the Past
+4 Gambit
+5 The Keeper
+3 Star One
+
+!season 3
+7 Aftermath
+9 Powerplay
+8 Volcano
+7 Dawn of the Gods
+9 The Harvest of Kairos
+8 City at the Edge of the World
+7 Children of Auron
+12 Rumours of Death
+8 Sarcophagus
+7 Ultraworld
+8 Moloch
+11 Death-Watch
+3 Terminal
+
+!season 4
+3 Rescue
+4 Power
+5 Traitor
+3 Stardrive
+4 Animals
+5 Headhunter
+3 Assassin
+4 Games
+5 Sand
+3 Gold
+4 Orbit
+5 Warlord
+8 Blake
diff --git a/brass-eye.epls b/brass-eye.epls
new file mode 100644 (file)
index 0000000..f895357
--- /dev/null
@@ -0,0 +1,23 @@
+;;; -*-fundamental-*-
+
+!movie
+!iso B/Brass Eye.iso
+
+24 Animals
+67 Drugs
+78 Science
+92 Sex
+96 Crime
+99 Decline
+46 Pædophilia special
+
+25 Hippo interview
+26 Extended elephant
+29 Science 30"
+28 Special 24"
+27 Special 10"
+
+49 JLb-8: Little White Butt
+51 Funny Eyed Guy
+50 Cake Music
+48 Blouse: Me Oh Myra
diff --git a/bsg-1978.epls b/bsg-1978.epls
new file mode 100644 (file)
index 0000000..1c298c6
--- /dev/null
@@ -0,0 +1,25 @@
+;;; -*-fundamental-*-
+
+!vdir - B/Battlestar Galactica (1978)
+
+1,n=3 Saga of a Star World
+2 The Lost Planet of the Gods (part 1)
+1 The Lost Planet of the Gods (part 2)
+2 The Lost Warrior
+3 The Long Patrol
+4 The Gun on Ice Planet Zero (part 1)
+1 The Gun on Ice Planet Zero (part 2)
+2 The Magnificent Warriors
+3 The Young Lords
+4 The Living Legend (part 1)
+1 The Living Legend (part 2)
+2 Fire in Space
+3 War of the Gods (part 1)
+4 War of the Gods (part 2)
+1 The Man with Nine Lives
+2 Murder on the Rising Star
+3,n=2 Greetings from Earth (parts 1 & 2)
+1 Baltar's Escape
+2 Experiment in Terra
+3 Take the Celestra
+4 The Hand of God
diff --git a/btvs.epls b/btvs.epls
new file mode 100644 (file)
index 0000000..f93dcb4
--- /dev/null
+++ b/btvs.epls
@@ -0,0 +1,161 @@
+;;; -*-fundamental-*-
+
+!vdir - B/Buffy the Vampire Slayer
+
+!season 1
+1 Welcome to the Hellmouth
+2 The Harvest
+3 Witch
+4 Teacher's Pet
+1 Never Kill a Boy on the First Date
+2 The Pack
+3 Angel
+4 I, Robot... You, Jane
+1 The Puppet Show
+2 Nightmares
+3 Out of Mind, Out of Sight
+4 Prophecy Girl
+
+!season 2
+1 When She Was Bad
+2 Some Assembly Required
+3 School Hard
+4 Inca Mummy Girl
+1 Reptile Boy
+2 Halloween
+3 Lie to Me
+4 The Dark Age
+1 What's My Line (Part 1)
+2 What's My Line (Part 2)
+3 Ted
+4 Bad Eggs
+1 Surprise
+2 Innocence
+3 Phases
+4 Bewitched, Bothered and Bewildered
+1 Passion
+2 Killed by Death
+3 I Only Have Eyes for You
+4 Go Fish
+1 Becoming (Part 1)
+2 Becoming (Part 2)
+
+!season 3
+1 Anne
+2 Dead Man's Party
+3 Faith, Hope & Trick
+4 Beauty and the Beasts
+1 Homecoming
+2 Band Candy
+3 Revelations
+4 Lovers Walk
+1 The Wish
+2 Amends
+3 Gingerbread
+1 Helpless
+2 The Zeppo
+3 Bad Girls
+4 Consequences
+1 Doppelgangland
+2 Enemies
+3 Earshot
+4 Choices
+1 The Prom
+2 Graduation Day (Part 1)
+3 Graduation Day (Part 2)
+
+!season 4
+1 The Freshman
+2 Living Conditions
+3 The Harsh Light of Day
+4 Fear, Itself
+1 Beer Bad
+2 Wild at Heart
+3 The Initiative
+4 Pangs
+1 Something Blue
+2 Hush
+3 Doomed
+1 A New Man
+2 The I in Team
+3 Goodbye Iowa
+4 This Year's Girl
+1 Who Are You
+2 Superstar
+3 Where the Wild Things Are
+4 New Moon Rising
+1 The Yoko Factor
+2 Primeval
+3 Restless
+
+!season 5
+1 Buffy vs. Dracula
+2 Real Me
+3 The Replacement
+4 Out of My Mind
+1 No Place Like Home
+2 Family
+3 Fool for Love
+4 Shadow
+1 Listening to Fear
+2 Into the Woods
+3 Triangle
+1 Checkpoint
+2 Blood Ties
+3 Crush
+4 I Was Made to Love You
+1 The Body
+2 Forever
+3 Intervention
+4 Tough Love
+1 Spiral
+2 The Weight of the World
+3 The Gift
+
+!season 6
+1 Bargaining (Part 1)
+2 Bargaining (Part 2)
+3 After Life
+4 Flooded
+1 Life Serial
+2 All the Way
+3 Once More, with Feeling
+4 Tabula Rasa
+1 Smashed
+2 Wrecked
+3 Gone
+1 Doublemeat Palace
+2 Dead Things
+3 Older and Far Away
+4 As You Were
+1 Hell's Bells
+2 Normal Again
+3 Entropy
+4 Seeing Red
+1 Villains
+2 Two to Go
+3 Grave
+
+!season 7
+1 Lessons
+2 Beneath You
+3 Same Time, Same Place
+4 Help
+1 Selfless
+2 Him
+3 Conversations with Dead People
+4 Sleeper
+1 Never Leave Me
+2 Bring on the Night
+3 Showtime
+1 Potential
+2 The Killer in Me
+3 First Date
+4 Get It Done
+1 Storyteller
+2 Lies My Parents Told Me
+3 Dirty Girls
+4 Empty Places
+1 Touched
+2 End of Days
+3 Chosen
diff --git a/dollhouse.epls b/dollhouse.epls
new file mode 100644 (file)
index 0000000..0703f49
--- /dev/null
@@ -0,0 +1,33 @@
+;;; -*-fundamental-*-
+
+!vdir - D/Dollhouse
+
+!season 1
+2 Ghost
+3 The Target
+4 Stage Fright
+5 Gray Hour
+2 True Believer
+3 Man on the Street
+4 Echoes
+5 Needs
+2 A Spy in the House of Love
+3 Haunted
+4 Briar Rose
+5 Omega
+1 Epitaph One
+
+!season 2
+2 Vows
+3 Instinct
+4 Belle Chose
+2 Belonging
+3 The Public Eye
+4 The Left Hand
+5 Meet Jane Doe
+2 A Love Supreme
+3 Stop-Loss
+4 The Attic
+5 Getting Closer
+2 The Hollow Men
+3 Epitaph Two—Return
diff --git a/drwho-crusade.epls b/drwho-crusade.epls
new file mode 100644 (file)
index 0000000..8dd1f31
--- /dev/null
@@ -0,0 +1,9 @@
+;;; -*-fundamental-*-
+
+!adir D/Doctor Who—The Lost TV Episodes (audio)/S02E06 P. The Crusade
+!iso D/Doctor Who—Lost in Time/01. Hartnell era.iso
+
+10 The Lion
+- The Knight of Jaffa
+7 The Wheel of Fortune
+- The Warlords
diff --git a/drwho-highlanders.epls b/drwho-highlanders.epls
new file mode 100644 (file)
index 0000000..d53d9c8
--- /dev/null
@@ -0,0 +1,9 @@
+;;; -*-fundamental-*-
+
+!adir D/Doctor Who—The Lost TV Episodes (audio)/S04E04 FF. The Highlanders
+!epname The Highlanders—Part
+
+-
+-
+-
+-
diff --git a/drwho-invasion.epls b/drwho-invasion.epls
new file mode 100644 (file)
index 0000000..d080d47
--- /dev/null
@@ -0,0 +1,15 @@
+;;; -*-fundamental-*-
+
+!epname The Invasion—Part
+
+!iso D/Doctor Who/S06E03 VV. The Invasion (parts 1–4).iso
+3
+4
+5
+6
+
+!iso D/Doctor Who/S06E03 VV. The Invasion (parts 5–8).iso
+4
+5
+6
+7
diff --git a/drwho-marco-polo.epls b/drwho-marco-polo.epls
new file mode 100644 (file)
index 0000000..4ea7440
--- /dev/null
@@ -0,0 +1,11 @@
+;;; -*-fundamental-*-
+
+!adir D/Doctor Who—The Lost TV Episodes (audio)/S01E04 D. Marco Polo
+
+- The Roof of the World
+- The Singing Sands
+- Five Hundred Eyes
+- The Wall of Lies
+- Rider from Shang-tu
+- Mighty Kublai Khan
+- Assassin at Peking
diff --git a/drwho-massacre.epls b/drwho-massacre.epls
new file mode 100644 (file)
index 0000000..dac3df0
--- /dev/null
@@ -0,0 +1,8 @@
+;;; -*-fundamental-*-
+
+!adir D/Doctor Who—The Lost TV Episodes (audio)/S03E05 W. The Massacre of St Bartholomew's Eve
+
+- War of God
+- The Sea Beggar
+- Priest of Death
+- Bell of Doom
diff --git a/drwho-masterplan.epls b/drwho-masterplan.epls
new file mode 100644 (file)
index 0000000..35111b9
--- /dev/null
@@ -0,0 +1,21 @@
+;;; -*-fundamental-*-
+
+!adir D/Doctor Who—The Lost TV Episodes (audio)/S03E02 T-A. Mission to the Unknown
+-,ep=0 Mission to the Unknown
+
+!adir D/Doctor Who—The Lost TV Episodes (audio)/S03E04 V. The Daleks' Master Plan
+!iso D/Doctor Who—Lost in Time/01. Hartnell era.iso
+!epno 1
+
+- The Nightmare Begins
+23 Day of Armageddon
+- Devil's Planet
+- The Traitors
+13 Counter Plot
+- Coronas of the Sun
+- The Feast of Steven
+- Volcano
+- Golden Death
+14 Escape Switch
+- The Abandoned Planet
+- Destruction of Time
diff --git a/drwho-pirates.epls b/drwho-pirates.epls
new file mode 100644 (file)
index 0000000..bf957e6
--- /dev/null
@@ -0,0 +1,12 @@
+;;; -*-fundamental-*-
+
+!adir D/Doctor Who—The Lost TV Episodes (audio)/S06E06 YY. The Space Pirates
+!iso D/Doctor Who—Lost in Time/03. Troughton era, seasons 5 & 6.iso
+!epname The Space Pirates—Part
+
+-
+18
+-
+-
+-
+-
diff --git a/drwho-savages.epls b/drwho-savages.epls
new file mode 100644 (file)
index 0000000..c371983
--- /dev/null
@@ -0,0 +1,9 @@
+;;; -*-fundamental-*-
+
+!adir D/Doctor Who—The Lost TV Episodes (audio)/S03E09 AA. The Savages
+!epname The Savages—Part
+
+-
+-
+-
+-
diff --git a/drwho-silurians.epls b/drwho-silurians.epls
new file mode 100644 (file)
index 0000000..f92af2a
--- /dev/null
@@ -0,0 +1,14 @@
+;;; -*-fundamental-*-
+
+!epname Doctor Who and the Silurians—Part
+
+!iso D/Doctor Who/S07E02 BBB. Doctor Who and the Silurians (parts 1–4).iso
+3
+4
+5
+6
+
+!iso D/Doctor Who/S07E02 BBB. Doctor Who and the Silurians (parts 5–7).iso
+3
+4
+5
diff --git a/drwho-smugglers.epls b/drwho-smugglers.epls
new file mode 100644 (file)
index 0000000..01de4ef
--- /dev/null
@@ -0,0 +1,9 @@
+;;; -*-fundamental-*-
+
+!adir D/Doctor Who—The Lost TV Episodes (audio)/S04E01 CC. The Smugglers
+!epname The Smugglers—Part
+
+-
+-
+-
+-
diff --git a/drwho-snowmen.epls b/drwho-snowmen.epls
new file mode 100644 (file)
index 0000000..c1963c3
--- /dev/null
@@ -0,0 +1,10 @@
+;;; -*-fundamental-*-
+
+!adir D/Doctor Who—The Lost TV Episodes (audio)/S05E02 NN. The Abominable Snowmen
+!iso D/Doctor Who—Lost in Time/03. Troughton era, seasons 5 & 6.iso
+!epname The Abominable Snowmen—Part
+
+-
+12
+-
+-
diff --git a/drwho-toymaker.epls b/drwho-toymaker.epls
new file mode 100644 (file)
index 0000000..f00462d
--- /dev/null
@@ -0,0 +1,9 @@
+;;; -*-fundamental-*-
+
+!adir D/Doctor Who—The Lost TV Episodes (audio)/S03E07 Y. The Celestial Toymaker
+!iso D/Doctor Who—Lost in Time/01. Hartnell era.iso
+
+- The Celestial Toyroom
+- The Hall of Dolls
+- The Dancing Floor
+15 The Final Test
diff --git a/drwho-war-games.epls b/drwho-war-games.epls
new file mode 100644 (file)
index 0000000..1205e2b
--- /dev/null
@@ -0,0 +1,17 @@
+;;; -*-fundamental-*-
+
+!epname The War Games—Part
+
+!iso D/Doctor Who/S06E07 ZZ. The War Games (parts 1–5).iso
+3
+4
+5
+6
+7
+
+!iso D/Doctor Who/S06E07 ZZ. The War Games (parts 6–10).iso
+3
+4
+5
+6
+7
diff --git a/drwho-wheel.epls b/drwho-wheel.epls
new file mode 100644 (file)
index 0000000..7eb3635
--- /dev/null
@@ -0,0 +1,12 @@
+;;; -*-fundamental-*-
+
+!adir D/Doctor Who—The Lost TV Episodes (audio)/S05E07 SS. The Wheel in Space
+!iso D/Doctor Who—Lost in Time/03. Troughton era, seasons 5 & 6.iso
+!epname The Wheel in Space—Part
+
+-
+-
+16
+-
+-
+14
diff --git a/fawlty-towers.epls b/fawlty-towers.epls
new file mode 100644 (file)
index 0000000..895215d
--- /dev/null
@@ -0,0 +1,19 @@
+;;; -*-fundamental-*-
+
+!season 1
+!iso F/Fawlty Towers/Series One.iso
+1 A Touch of Class
+2 The Builders
+3 The Wedding Party
+4 The Hotel Inspectors
+5 Gourmet Night
+6 The Germans
+
+!season 2
+!iso F/Fawlty Towers/Series Two.iso
+1 Communication Problems
+2 The Psychiatrist
+3 Waldorf Salad
+4 The Kipper and the Corpse
+5 The Anniversary
+6 Basil the Rat
diff --git a/firefly.epls b/firefly.epls
new file mode 100644 (file)
index 0000000..8276178
--- /dev/null
@@ -0,0 +1,22 @@
+;;; -*-fundamental-*-
+
+!vdir - F/Firefly
+
+1 Serenity
+2 The Train Job
+3 Bushwhacked
+1 Shindig
+2 Safe
+3 Our Mrs. Reynolds
+4 Jaynestown
+1 Out of Gas
+2 Ariel
+3 War Stories
+4 Trash
+1 The Message
+2 Heart of Gold
+3 Objects in Space
+
+!movie
+!iso S/Serenity.iso
+1 Serenity
diff --git a/flying-circus.epls b/flying-circus.epls
new file mode 100644 (file)
index 0000000..2e44292
--- /dev/null
@@ -0,0 +1,587 @@
+;;; -*-fundamental-*-
+
+!vdir - P/Monty Python's Flying Circus
+
+!season 1
+2 Whither Canada?
+       ‘It's Wolfgang Amadeus Mozart’; Famous deaths
+       Italian Lesson
+       Whizzo butter
+       ‘It's the Arts’ – Sir Edward Ross
+       Arthur ‘Two-Sheds’ Jackson
+       Picasso/cycling race
+       The funniest joke in the world
+4 Sex and Violence
+       Flying sheep
+       French lecture on sheep-aircraft
+       Pepperpots discuss French philosophers
+       Cartoon – The Thinker
+       A man with three buttocks
+       A man with two noses
+       Musical mice
+       Marriage guidance counsellor
+       The wacky queen
+       Working-class playwright
+       A Scotsman on a horse
+       Cartoon – Flying sheep
+       The wrestling epilogue
+       Cartoon – Cowboys, baby carriage and the musical statue
+       The mouse problem
+5 How to Recognize Different Types of Tree from Quite a Long Way Away
+       Court scene (witness i coffin/Cardinal Richelieu)
+       The larch
+       Bicycle Repair Man
+       Children's stories
+       Cartoon – Animals and clergy
+       Donkey rides
+       Restaurant sketch (dirty fork)
+       Cartoon – ‘Purchase a Past’ commercial
+       Seduced milkmen
+       Stolen newsreader
+       Children's interview
+       Nudge nudge
+6 Owl-Stretching Time
+       Live from the Cardiff Rooms, Libya/Song (‘And Did Those Feet’)
+       Art gallery
+       Art critic
+       It's a man's life in the modern army
+       Undressing in public (changing on the beach)
+       Self-defence against fresh fruit
+       Cartoon – Changing on the beach
+       Rustic monologue
+       Secret Service dentists
+7 Man's Crisis of Identity in the Latter Half of the Twentieth Century
+       Confuse-a-Cat
+       The smuggler
+       A duck, a cat and a lizard (discussion)
+       Vox pops on smuggling
+       Police raid
+       Letters and vox pops
+       Newsreader arrested
+       Erotic film
+       Cartoon – Charles Fatless
+       Silly job interview
+       Careers advisory board
+       Burglar/encyclopædia salesman
+8 It's the Arts
+       Caption costs
+       Cartoon – Autograph/Introduction to ‘It's the Arts’
+       Johann Gombolputty … von Hauptkopf of Ulm
+       Cartoon – Censored
+       Non-illegal robbery
+       Vox pops
+       Crunchy frog
+       The dull life of a City stockbroker
+       Cartoon – Superhero
+       Red Indian in theatre
+       Policemen make wonderful friends
+       A Scotsman on a horse/Young Lochinvar
+       Cartoon – Vicious baby carriage
+       Twentieth-Century Vole (Irving C. Saltzberg)
+16 You're No Fun Any More
+       Camel spotting
+       Cartoon – Band concert
+       You're no fun any more
+       The audit
+       Science fiction sketch: Man turns into Scotsman
+       Police station
+       Blancmanges playing tennis
+2 Full Frontal Nudity
+       Vox pops on nudity and the permissive society
+       Army protection racket
+       Cartoon – Full frontal nudity
+       More vox pops
+       Art critic – the place of the nude
+       Buying a bed
+       Too silly
+       Hermits
+       Cartoon – Meat grinder
+       Dead parrot
+       The flasher
+       Hell's Grannies
+4 The Ant, an Introduction
+       Llamas
+       A man with a tape recorder up his nose
+       Kilimanjaro expedition/Sir George Head (double vision)
+       A man with a tape recorder up his brother's nose
+       Cartoon – Clergyman selling encyclopædias
+       Homicidal barber
+       Lumberjack song
+       Gumby crooner
+       The refreshment room at Bletchley (Kenny Lust introduction)
+       Hunting film
+       The visitors
+5 Untitled
+       Walk-on part in sketch
+       Bank robber (lingerie shop)
+       Trailer (Tonight's programmes with Henry Unction)
+       Arthur Tree
+       Cartoon – Wooden impressions
+       Vocational guidance counsellor (chartered accountant)
+       David Unction link
+       The first man to jump the Channel (Ron Obvious)
+       Tunnelling from Godalming to Java
+       Pet conversions
+       Gorilla librarian
+       Letters to ‘Daily Mirror’
+       Strangers in the night
+       Cartoon – Animals eating
+6 The Royal Philharmonic Orchestra Goes to the Bathroom
+       The Royal Philharmonic Orchestra Goes to the Bathroom
+       Letter (lavatorial humour); Cartoon – More lavatorial humour
+       Interruptions (‘The World of History’)
+       Agatha Christie sketch
+       Undertakers film
+       Literary football discussion (Jimmy Buzzard interview)
+       Undertakers film (undertakers and naked ladies)
+       Interesting people
+       Tired undertakers
+       Cartoon – Coffins
+       Eighteenth century social legislation (‘The World of History’)
+       The Battle of Trafalgar
+       Batley Townswomen's Guild presents the Battle of Pearl Harbour
+       Undertakers film
+7 The Naked Ant
+       A signal box somewhere near Hove
+       Falling from building
+       Cartoon – Falling people, magician, opening titles
+       ‘Spectrum’ – talking about things
+       Visitors from Coventry
+       Mr Hilter
+       The Minehead by-election
+       Police station (silly voices)
+       Upperclass Twit of the Year
+       Cartoon – Smoking a pipe
+       Ken Shabby
+       How far can a minister fall?  (Party political broadcast by the Woody Party)
+8 Intermission
+       Cartoon – Intermission
+       Restaurant (abuse/cannibalism)
+       Advertisements (pearls for swine)
+       Albatross
+       Comeback to my place
+       Me Doctor
+       Historical impersonations
+       Cartoon – Historical impersonations
+       Quiz progamme – ‘Wishes’
+       Police fairy stories
+       ‘Probe-around’ on crime
+       Stonehenge
+       Mr Attila the Hun
+       Psychiatry – silly sketch
+       Operating theatre (squatters)
+
+!season 2
+2 ‘Face the Press’
+       ‘Face the Press’
+       New cooker sketch
+       Cartoon – Flying European monarchs, shaving; Tobacconists (prostitute advert)
+       The Ministry of Silly Walks
+       The Piranha brothers (Ethel the Frog)
+4 The Spanish Inquisition
+       Man-powered flight
+       The Spanish Inquisition
+       Jokes and novelties salesman
+       Cartoon – Suddenly animated head
+       Tax on thingy
+       Vox pops
+       Photos of Uncle Ted (Spanish Inquisition)
+       The semaphore version of ‘Wuthering Heights’
+       ‘Julius Cæsar’ on an Aldis lamp
+       Court scene (charades)
+       The Spanish Inquisition on a bus
+5 Déjà Vu
+       A bishop rehearsing
+       Flying lessons
+       Hijacked plane (to Luton)
+       The Poet McTeagle
+       Psychiatrist milkman
+       Complaints
+       Déjà vu
+6 The Buzz Aldrin Show
+       Cartoon – Metamorphosis
+       Architect sketch
+       How to give up being a Mason
+       Cartoon – Anti-Masonic therapy
+       Motor insurance sketch
+       ‘The bishop’
+       Living room on pavement
+       East Midland Poet Board
+       A choice of viewing (nude man)
+       Cartoon – The five frog curse
+       Chemist sketch
+       Words not to be used again
+       After-shave (less naughty chemist)
+       Vox pops
+       Police Constable Pan-Am
+7 Live from the Grill-o-mat
+       Live from the Grill-o-mat snack bar, Paignton
+       ‘Blackmail’
+       Society for Putting Things on Top of Other Things
+       Escape (from film)
+       Cartoon – Escape
+       Current affairs
+       Cartoon – Escape continues
+       Accidents sketch
+       Seven Brides for Seven Brothers
+       Cartoon – Piggy bank hunting
+       The man who is alternately rude and polite
+       Docuemntary on boxer (Ken Clean-Air System)
+       Host on a bus
+8 It's a Living
+       ‘It's a Living’
+       The time on BBC 1
+       School prize-giving
+       ‘if’ – a film by Mr Dibley
+       ‘Rear Window’ – a film by Mr Dibley
+       ‘Finian's Rainbow’ (starring the man from the off-licence)
+       Foreign Secretary
+       Dung (Book of the Month Club)
+       Dead Indian
+       Timmy Williams interview
+       Raymond Luxury-Yacht interview
+       Cartoon – Sexual athletes
+       Registry office (marriage)
+       Cartoon – The prince and the black spot
+       Election Night Special (Silly and Sensible parties)
+16 The Attila the Hun Show
+       ‘The Attila the Hun Show’
+       Attila the Nun
+       Secretary of State striptease
+       Vox pops on politicians
+       Ratcatcher
+       Wainscotting
+       Cartoon – Killer sheep
+       The news for parrots
+       The news for gibbons
+       Today in Parliament
+       The news for wombats
+       Cartoon – Attila the Bun
+       The Idiot in Society
+       Test match
+       The Epsom furniture race
+       ‘Take Your Pick’ (‘Spot the Brain Cell’)
+2 Archæology Today
+       Trailer (BBC autumn shows)
+       Cartoon – Archæology
+       ‘Archæology Today’ (flaming star)
+       Silly vicar (appeal for sanity)
+       Leapy Lee
+       Registrar (wife swap)
+       Silly doctor sketch (immediately abandoned)
+       Cartoon – Soccer, eggs diamond, book ad
+       Mr and Mrs Git
+       Mosquito hunters
+       Poofy judges
+       Mrs Thing and Mrs Entity
+       Beethoven's mynah bird
+       Shakespeare
+       Michelangelo
+       Colin Mozart (ratcatcher)
+       Judges again
+4 How to Recognize Different Parts of the Body
+       ‘How to Recognize Different Parts of the Body’
+       Bruces
+       Naughty bits
+       The man who contradicts people
+       Cosmetic surgery (Raymond Luxury-Yacht)
+       Camp square-bashing
+       Cartoon – Killer cars
+       Cut-price airline
+       Batley Townswomen's Guild presents the first heart transplant
+       The first underwater production of ‘Measure for Measure’
+       The Death of Mary Queen of Scots
+       Exploding penguin on TV set
+       There's been a murder
+       Europolice Song Contest
+       ‘Bing Tiddle Tiddle Bong’ (song)
+5 Scott of the Antarctic
+       French subtitled film (‘La Fromage Grande’)
+       Scott of the Antarctic
+       Scott of the Sahara
+       Cartoon – Conrad Poohs and his dancing teeth
+       Fish licence
+       Derby Coucil v. All Blacks rugby match
+       Long John Silver Impersonators v. Bournebouth Gynæcologists
+6 How Not to Be Seen
+       Conquistador coffee campaign
+       Rpeeating groove
+       Ramsay MacDonald striptease
+       Job hunter
+       Cartoon – Chinese communist conspiracy, Crelm toothpaste, Shrill petrol
+       Agatha Christie sketch (railway timetables)
+       Mr Nevlle Shunt
+       Film director (teeth)
+       City gents vox pops
+       ‘Crackpot Religions Ltd’
+       ‘How not to be seen’
+       Crossing the Atlantic on a tricycle
+       Interview in filing cabinet
+       ‘Yummy yummy’
+       Monty Python's Flying Circus again in thirty seconds
+7 Spam
+       ‘The Black Eagle’
+       Dirty Hungarian phrasebook
+       Court (phrasebook)
+       Cartoon – Student demonstration, World Forum opening titles
+       Communist quiz (World Forum)
+       ‘Ypres 1914’ – abandoned
+       Art gallery strike
+       Cartoon – Art gallery strike
+       ‘Ypres 1914’
+       Hospital for over-actors
+       Cartoon – Hamlet linking Gumby flowers
+       Gumby flower arranging
+       Spam
+8 Royal Episode 13
+       The queen will be watching
+       Coal mine (historical argument)
+       The man who says things in a very roundabout way
+       The man who speaks only the ends of words
+       The man who speaks only the beginnings of words
+       The man who speaks only the middles of words
+       Cartoon – Crelm toothpaste
+       Commercials
+       How to feed a goldfish (fish club)
+       The man who collects birdwatchers' eggs
+       Cartoon – Spiny Norman, ‘Insurance sketch’ titles
+       Insurance sketch
+       Queen tunes in
+       Hospital run by RSM
+       Mountaineer; Exploding version of ‘The Blue Danube’
+       Girls' boarding school
+       Submarine
+       Lifeboat (cannibalism)
+       Undertaker's sketch
+
+!season 3
+2 Whicker's World
+       Court scene – multiple murderer
+       Cartoon – Detectives examine prisoner
+       Icelandic saga (‘Njorl's Saga’)
+       Court scene (Viking)
+       Stock Exchange report
+       Mrs Premise and Mrs Conclusion visit Jean-Paul Sartre
+       Whicker Island
+4 Mr. and Mrs. Brian Norris' Ford Popular
+       Emigration from Surbiton to Hounslow
+       Schoolboys' Life Assurance Company
+       How to rid the world of all known diseases
+       Mrs Niggerbaiter explodes
+       Vicar/salesman
+       Cartoon – Anatomy chart
+       Farming Club: ‘Life of Tschaikowsky’
+       Trim-Jeans Theatre
+       Cartoon – Compère
+       Fish-slapping dance
+       Cartoon – Nationalistic fish
+       World War One (abandon ship)
+       The BBC is short of money
+       Puss in Boots
+       ‘It's’ (chat show)
+5 The Money Programme
+       ‘The Money Programme’
+       ‘There is nothing quite so wonderful as money’ (song)
+       Erizabeth L
+       Fraud film squad
+       Cartoon – Police hunt for Visconti impersonator
+       Salvation fuzz/church police
+       Cartoon – Heaven/women in jungle
+       Jungle restaurant
+       Apology for violence and nudity
+       Ken Russell's ‘Gardening Club’
+       The lost World of Roiurama
+       Six more minutes of Monty Python's Flying Circus
+       Argument clinic
+       Hitting on the head lessons
+       Inspector Flying Fox of the Yard
+       One more minute of Monty Python's Flying Circus
+6 Blood, Devastation, Death, War and Horror
+       ‘Blood, Devastation, Death, War and Horror’
+       The man who speaks in anagrams
+       Anagram quiz
+       Merchant banker
+       Pantomime horses
+       Life and death struggles
+       Cartoon – The househunters
+       Mary recruitment office
+       Bus conductor sketch
+       The man who makes people laugh uncontrollably
+       Army captain as clown
+       Gestures to indicate pauses in a televised talk (‘The Bols Story’)
+       Neurotic announcers
+       The news with Richard Baker (vision only)
+       ‘The Pantomime Hose is a Secret Agent Film’
+7 The All-England Summarize Proust Competition
+       Summarize Proust Competition
+       Everest climbed by hairdressers
+       Cartoon – ‘A magnificent festering’
+       Fire brigade
+       Our Eamonn
+       ‘Party Hints’ with Veronica Smalls
+       Cartoon – Communist revolutions
+       Language laboratory
+       Travel agent; Watney's Red Barrel
+       Theory on Brotosauruses by Anne Elk (Miss)
+8 The War Against Pornography
+       Tory Housewives Clean-up Campaign
+       Gumby brain specialist
+       Cartoon – Art appreciation
+       Mulluscs – ‘live’ TV documentary
+       The Minister for Not Listening to People
+       Tuesday docmentary/children's story/party political broadcast
+       Aplogy (politicians)
+       Expedition to Lake Pahoe
+       The silliest interview we've ever had
+       The silliest sketch we've ever done
+16 Salad Days
+       Biggles dictates a letter
+       Cartoon – Flying sheep, traffic accidents
+       Climbing the north face of the Uxbridge Road
+       Lifeboat
+       Old lady snoopers
+       ‘Storage jars’
+       Cartoon – Television is bad for your eyes
+       The show so far
+       Cheese shop
+       Philip Jenkinson on Cheese Westerns
+       Sam Peckinpah's ‘Salad Days’
+       Apology
+       The news with Richard Baker
+       Seashore interlude film
+2 The Cycling Tour
+       Mr Pither
+       Clodagh Rogers
+       Trotsky
+       Smolensk
+       Bingo-crazed Chinese
+       Cartoon – ‘Jack in a Box’
+4 The Nude Organist
+       Bomb on plane
+       A naked man
+       Ten seonds of sex
+       Housing project built by characters from nineteenth-century English literature
+       M1 interhange built by characters from ‘Paradise Lost’
+       Mystico and Janet – flats built by hypnosis
+       ‘Mortuary Hour’
+       Cartoon – Animator, flying saucers
+       The Olympic hide-and-seek final
+       Donkey rides
+       The Cheap-Laughs
+       Bull-fighting
+       The British Well-Basically Club
+       Cartoon – Algon opening
+       Prices on the planet Algon
+5 E. Henry Tripshaw's Disease
+       Tudor jobs agency
+       Pornographic bookshop
+       Elizabethan pornography smugglers (Sir Philip Sydney)
+       Cartoon – ‘Gay boys in bondage’
+       Silly disturbances (the Rev Arthur Belling)
+       Cartoon – Shooting gallery
+       The free repetition of doubtful words sketch, by an underrated author
+       ‘Is there?’… life after death?
+       The man who says words in the wrong order
+       Thripshaw's disease
+       Silly noises
+       Sherry-drinking vicar
+6 Dennis Moore
+       ‘Boxing Tonight’ – Jack Bodell v. Sir Kenneth Clark
+       Dennis Moore; Lupins
+       What the stars foretell
+       Doctor
+       Cartoon – Ambulance chasers
+       ‘TV4 or not TV4’ discussion
+       More Dennis Moore
+       Ideal Loon Exhibition
+       Cartoon – Plan 38A
+       Off-Licence
+       Still More Dennis Moore
+       ‘Prejudice’
+7 A Book at Bedtime
+       ‘A Book at Bedtime’: ‘Redgauntlet’
+       McKamikaze Scotsmen
+       No Time to Lose
+       Cartoon – No time Toulouse
+       More McKamikaze Scotsmen
+       Cartoon – 2001
+       Penguins; BBC programme planners
+       Unexploded Scotsman
+       ‘Spot the Looney’
+       Rival documentaries
+       ‘Dad's Doctors’ (trail)
+       ‘Dad's Pooves’ (trail)
+8 Grandstand
+       Thames TV introduction
+       ‘Light Entertainment Awards’: Dickie Attenborough
+       The Oscar Wilde sketch
+       Cartoon – Charwoman
+       David Niven's fridge
+       Pasolini's film ‘The Third Test Match’
+       New brain from Curry's
+       Blood donor
+       International Wife-Swapping
+       Credits of the Year
+       The dirty vicar sketch
+
+!season 4
+2 The Golden Age of Ballooning
+       Montgolfier Brothers
+       Cartoon – Montgolfier brothers wash each other
+       Louis XIV
+       George III
+       Zeppelin
+4 Michael Ellis
+       Department store; Buying an ant
+       At home with the ant and other pets; Documentary on ants
+       Ant communication
+       Cartoon – Ants
+       Poetry reading (ants)
+       Toupée
+       Different endings
+5 Light Entertainment War
+       ‘Up Your Pavement’
+       RAF banter
+       Trivializing the war
+       Courtmartial
+       Basingstoke in Westphalia; ‘Anything Goes In’ (song)
+       Film trailer
+       The public are idiots
+       The last five miles of the M2; Programme titles conference
+       Cartoon – Television centre
+       Woody and tinny words
+       Show-jumping (musical)
+       Newsflash (Germans)
+       ‘When Does a Dream Begin?’ (song)
+6 Hamlet
+       Bogus psychiatrists
+       ‘Nationwide’: police helmets
+       Father-in-law
+       Hamlet and Ophelia
+       Cartoon – Paratroopers
+       Boxing match aftermath
+       Boxing commentary
+       Piston engine (a bargain)
+       A room in Polonius's house
+       Dentists, live from Epsom
+       Queen Victoria Handicap
+       Match of the Day results
+7 Mr Neutron
+       Post box ceremony
+       Mr Neutron arrives
+       F.E.A.R. (or) Mr Neutron Is Missing
+       Teddy Salad (CIA agent)
+       Bombings
+       Mrs S.C.U.M.
+       ‘Conjuring Today’
+8 Party Political Broadcast
+       ‘Most Awful Family in Britain’
+       Icelandic Honey Week
+       A doctor whose patients are stabbed by his nurse
+       Brigadier and bishop
+       Cartoon – Opera Singer
+       Appeal on behalf of extremely rich peple
+       The man who finishes other people's sentences
+       David Attenborough: the walking tree of Dahomey
+       The batsmen of the Kalahari: cricket match (assegais)
+       BBC News (handovers)
diff --git a/fry-and-laurie.epls b/fry-and-laurie.epls
new file mode 100644 (file)
index 0000000..a3f0899
--- /dev/null
@@ -0,0 +1,144 @@
+;;; -*-fundamental-*-
+
+!vdir - F/A Bit of Fry and Laurie
+
+!season 1
+!epno 0
+3 Pilot
+       Customs Camera; Holiday Photographs; Problems Around the Eye Area; The Privatisation of the Police Force
+       Critics; Deodorant; ‘How Lovely I Was’; Soup/Suit
+       Mystery (song); You Can't Make an Omelette (Gordon & Stuart 1); The Word ‘Gay’; Toy Car Showroom
+       Tales of War; Australian Soap Opera
+4
+       Parent Power
+       Hugh's Poem; Young People; SAS
+       The West Indies: A Nation of Cricketers; Spoonbending with Mr Nude
+       Censored; Haircut
+5
+       Information; Sound Name (Derek Nippl-e); Language Conversation 
+       America (song); Chatshow
+       Spies One; Beggar; Hand Exercise
+       Troubleshooters (Dammit 0)
+6
+       Hugh's Brain; Gordon and Stuart Eat Greek (Gordon & Stuart 2)
+       Costume Design; Doctor Tobacco
+       Open University; Spies Two
+       Special Squad
+7
+       Trouser-Competition Introduction; Prize Poem
+       Awful Smell (Stole My Sketch 1); Madness
+       Antique Shop (Stole My Sketch 2); Spies Three; Light Metal (The Bishop & The Warlord) (song)
+       Bank Loan; Nipples; Inspector Venice (Stole My Sketch 3); Tomorrow's World
+8
+       Lavatories; Critics One; Judge Not
+       Critics Four; Ignored Teacher
+       That's It (Silhouettes 1); Hugh's Favourite Sketch; Critics (heavily edited mixture between Critics Two)
+       The ‘Burt’; Christening; Swiss Comedy (Heidi and Johann Smell Just Right)
+9
+       Marjorie's Fall; Puppy Appeal; Leave It Out (Silhouettes 2)
+       Girlfriend's Breasts; Spies Four
+       Violence; Chicken
+       Cocoa; Tony of Plymouth (Sword Fight)
+
+!season 2
+; language converstion (Continued in Series Two's "Beauty and Ideas")
+
+3
+       Time Where Did You Go (Introduction/Dancercises); Flushed Grollings
+       Dammit 1; Fast Talker; Grandfather's Things
+       Psychiatrist; Commentators
+       Spies/Pulse (Spies 5); ‘Michael Jackson’ performing ‘Move It on Out Girl’
+4
+       Tideymans Carpets Introduction/The Spillage That Wasn't (Tideymans)
+       Spies/Pigeons (Spies 6); Trick or Treat (Tideymans); Play It Again, Sam
+       Major Donaldson; Dammit 2 (Tideymans)
+       ‘Improvised’ Sketch/First Lines (Tideymans)
+5
+       Swearing; Witness; Over to You
+       Jewellry; Hugh's Girlfriends
+       Mystery Objects; Society; Dammit 4
+       Bottom Fondling
+6
+       ‘Big’ Introduction; Dinner with Digby
+       Returning Suits; Hard Man's Record (Alan 1); Small Talk
+       Dammit Lavatories (Dammit 5); The Robert Robinsons; Spies/Telescope (Spies 7)
+       Stephen and Hugh Become Big/‘A Bit of Little & Large’
+7
+       MBE Introduction; This Is Dominic Appleguard; Rhodes Boysons
+       Amputated Genitals
+       The Cause (Jack & Freddy/Neddy 1, Gordon & Stuart 3)
+       The Cause (cont.); Where Eagles Dare
+8
+       Satire/Tribute (‘Where Is the Lid?’ song)
+       Yellow Pages; Beauty and Ideas (Language Conversation 2); Anarchy
+       Dammit Church (Dammit 5); First Kiss; ‘Borrowing a Fiver off…’
+       Spies/Firing (Spies 8); ‘Introducing My Grandfather to…’; A Vision of Britain; Wrong Directions (after credits)
+
+!season 3
+2
+       A Word, Timothy; Very Upset; Love Me Tender (song) (serenading Nicholas Parsons); Milk Pot
+       The Department (Alan 2)
+       Stephen's Song (song); Psychiatrists
+       Cocktail Ending: Whisky Thunder
+3
+       Condom Quickie; Embassy; Ampersands
+       Duel; There Ain't But One Way (Kickin' Ass) Song (song); Petrol Attendants
+       Jobs; European Deal
+       Cocktail Ending: A Slow Snog with a Distant Relative
+4
+       We Haven't Met; Names
+       The Other Department (Alan 3); Hey Jude (song); The Day I Forgot My Legs
+       Firing; Question of Sport; Balloon-o!; Shoe Shop (Mr Dalliard 1)
+       Cocktail Ending: Everything in the Till and No Sudden Moves
+5
+       Get Well Card; ‘Photocopying My Genitals with…’
+       My Ass; My Ass Critique; News Report; Patriotism
+       AA; Marmalade; Too Long, Johnny (song); The Red Hat of Patferrick (Gelliant Gutfright 1)
+       Cocktail Ending: A Mug of Horlicks
+6
+       Balls; Soup or Broth
+       Mental Health; World Sport: Bushwallyta; Spaghetti; Aromusician
+       Countdown to Hell; The New Cause (Jack & Freddy/Neddy 2); Neddy PM (Jack & Freddy/Neddy 3)
+       Cocktail Ending: Beef Goulash
+7
+       Magazine Leaflets; My Dear Boy; Joke Shop
+       Horrormen; Tahitian Kitchen; My Favourite Pants
+       Devil's Music (The Bishop and the Warlord); ‘Flying a Light Aircraft with…’
+       Cocktail Ending: Berliner Credit Sequence
+
+!season 4
+2 With John Bird and Jane Booker
+       Grey and Hopeless; Guests Introduction
+       Blame; Charter
+       Jane's Poem; Smell; All We Gotta Do (song); Channel Changer
+       Wonderful Life; Cocktail Ending: Golden Meteorite
+3 With Fiona Gillies and Kevin McNally
+       Dog Hamper; Hugh's Bandage; Child Abuse
+       Guests Introduction; Going for Gold; I'm in Love with Steffi Graf (song)
+       Lovers' Helper; Fascion
+       Avenger; Operational Criteria; Cocktail Ending: Long, Confident Suck
+4 With Imelda Staunton and Clive Mantle
+       Vox Pops; Guests Introduction
+       Barman; Interruptus; Little Girl (song)
+       Making Tea; For Some Reason Angry
+       Don't Be Dirty; Cocktail Ending: South Seas Vulvic Wart
+5 With Caroline Quentin and Patrick Barlow
+       Good Evening; Guests Introduction; Football School
+       Models (Mr Dalliard 2); Hugh Interviewing Guests
+       The Polite Rap (song); Head Gardener
+       Flowers for Wendy (Gelliant Gutfright 2); Cocktail Ending: A Quick One With You, Stephen
+2 With Phyllida Law and Stephen Moore
+       Oprah Winfrey; Guests Introduction
+       Grand Prix; Tribunal
+       Red and Shiny; Pooch
+       Disgusting; Wasps; Cocktail Ending: Swinging Ballsack
+3 (no guests)
+       Stolen Money; Young Tory of the Year
+       Variety; Gossiping Heads
+       Death Threat; What I Mind (Misunderstood) (song); Honda
+       The Duke of Northampton; Cocktail Ending: Silver Prostate
+4 With Janine Duvitski and Robert Daws
+       Guests Introduction; Religianto
+       Consent
+       Sophisticated Song (song); Fast Monologue; Telephone Alert
+       Truancy; Cocktail Ending: A Modern Britain
diff --git a/macgyver.epls b/macgyver.epls
new file mode 100644 (file)
index 0000000..582a7fa
--- /dev/null
@@ -0,0 +1,161 @@
+;;; -*-fundamental-*-
+
+!vdir - M/MacGyver
+
+!season 1
+1 Pilot
+2 The Golden Triangle
+3 Thief of Budapest
+4 The Gauntlet
+1 The Heist
+2 Trumbo's World
+3 Last Stand
+4 Hellfire
+1 The Prodigal
+2 Target MacGyver
+3 Nightmares
+4 Deathlock
+1 Flame's End
+2 Countdown
+3 The Enemy Within
+4 Every Time She Smiles
+1 To Be a Man
+2 Ugly Duckling
+3 Slow Death
+4 The Escape
+1 A Prisoner of Conscience
+2 The Assassin
+
+!season 2
+1 The Human Factor
+2 The Eraser
+3 Twice Stung
+4 The Wish Child
+1 Final Approach
+2 Jack of Lies
+3 The Road Not Taken
+4 Eagles
+1 Silent World
+2 Three for the Road
+3 Phoenix Under Siege
+4 Family Matter
+1 Soft Touch
+2 Birth Day
+3 Pirates
+4 Out in the Cold
+1 Dalton, Jack of Spies
+2 Partners
+3 Bushmaster
+4 Friends
+1 D.O.A.: MacGyver
+2 For Love or Money
+
+!season 3
+1 Lost Love (part 1)
+2 Lost Love (part 2)
+3 Back from the Dead
+4 Ghost Ship
+1 Fire and Ice
+2 GX-1
+3 Jack in the Box
+4 The Widowmaker
+1 Hell Week
+2 Blow Out
+3 Kill Zone
+4 Early Retirement
+1 Thin Ice
+2 The Odd Triple
+3 The Negotiator
+4 The Spoilers
+1 Mask of the Wolf
+2 Rock the Cradle
+3 The Endangered
+4 Murderers' Sky
+
+!season 4
+1 The Secret of Parker House
+2 Blood Brothers
+3 The Outsiders
+4 On a Wing and a Prayer
+1 Collision Course
+2 The Survivors
+3 Deadly Dreams
+4 Ma Dalton
+1 Cleo Rocks
+2 Fraternity of Thieves
+3 The Battle of Tommy Giordano
+4 The Challenge
+1 Runners
+2 Gold Rush
+3 The Invisible Killer
+4 Brainwashed
+1 Easy Target
+2 Renegade
+3 Unfinished Business
+
+!season 5
+1 Legend of the Holy Rose (part 1)
+2 Legend of the Holy Rose (part 2)
+3 The Black Corsage
+4 Cease Fire
+1 Second Chance
+2 Halloween Knights
+3 Children of Light
+4 Black Rhino
+1 The Ten Percent Solution
+2 Two Times Trouble
+3 The Madonna
+4 Serenity
+1 Live and Learn
+2 Log Jam
+3 The Treasure of Manco
+1 Jenny's Chance
+1 Deep Cover
+3 The Lost Amadeus
+1 Hearts of Steel
+2 Rush to Judgement
+3 Passages
+
+!season 6
+1 Tough Boys
+2 Humanity
+3 The Gun
+4 Twenty Questions
+1 The Wall
+2 Lesson in Evil
+3 Harry's Will
+4 MacGyver's Women
+1 Bitter Harvest
+2 The Visitor
+3 Squeeze Play
+4 Jerico Games
+1 The Wasteland
+2 Eye of Osiris
+3 High Control
+1 There but for the Grace
+2 Blind Faith
+3 Faith, Hope & Charity
+1 Strictly Business
+2 Trail of Tears
+3 Hind-Sight
+
+!season 7
+1 Honest Abe
+2 The 'Hood
+3 Obsessed
+4 The Prometheus Syndrome
+1 The Coltons
+2 Walking Dead
+3 Good Knight MacGyver (part 1)
+4 Good Knight MacGyver (part 2)
+1 Deadly Silents
+2 Split Decision
+3 Gunz 'n Boyz
+1 Off the Wall
+2 The Stringer
+3 The Mountain of Youth
+
+!movie
+!iso M/MacGyver/TV movies.iso
+1 Lost Treasure of Atlantis
+2 Trail to Doomsday
diff --git a/mkm3u b/mkm3u
new file mode 100755 (executable)
index 0000000..5ef5832
--- /dev/null
+++ b/mkm3u
@@ -0,0 +1,444 @@
+#! /usr/bin/python3
+### -*- mode: python; coding: utf-8 -*-
+
+from contextlib import contextmanager
+import os as OS
+import re as RX
+import sys as SYS
+
+class ExpectedError (Exception): pass
+
+@contextmanager
+def location(loc):
+  global LOC
+  old, LOC = LOC, loc
+  yield loc
+  LOC = old
+
+def filter(value, func = None, dflt = None):
+  if value is None: return dflt
+  elif func is None: return value
+  else: return func(value)
+
+def check(cond, msg):
+  if not cond: raise ExpectedError(msg)
+
+def getint(s):
+  if not s.isdigit(): raise ExpectedError("bad integer `%s'" % s)
+  return int(s)
+
+class Words (object):
+  def __init__(me, s):
+    me._s = s
+    me._i, me._n = 0, len(s)
+  def _wordstart(me):
+    s, i, n = me._s, me._i, me._n
+    while i < n:
+      if not s[i].isspace(): return i
+      i += 1
+    return -1
+  def nextword(me):
+    s, n = me._s, me._n
+    begin = i = me._wordstart()
+    if begin < 0: return None
+    while i < n and not s[i].isspace(): i += 1
+    me._i = i
+    return s[begin:i]
+  def rest(me):
+    s, n = me._s, me._n
+    begin = me._wordstart()
+    if begin < 0: return None
+    else: return s[begin:].rstrip()
+
+URL_SAFE_P = 256*[False]
+for ch in \
+    b"ABCDEFGHIJKLMNOPQRSTUVWXYZ" \
+    b"abcdefghijklmnopqrstuvwxyz" \
+    b"0123456789" b"!$%-.,/":
+  URL_SAFE_P[ch] = True
+def urlencode(s):
+  return "".join((URL_SAFE_P[ch] and chr(ch) or "%%%02x" % ch
+                  for ch in s.encode("UTF-8")))
+
+PROG = OS.path.basename(SYS.argv[0])
+
+class BaseLocation (object):
+  def report(me, exc):
+    SYS.stderr.write("%s: %s%s\n" % (PROG, me._loc(), exc))
+
+class DummyLocation (BaseLocation):
+  def _loc(me): return ""
+
+class FileLocation (BaseLocation):
+  def __init__(me, fn, lno = 1): me._fn, me._lno = fn, lno
+  def _loc(me): return "%s:%d: " % (me._fn, me._lno)
+  def stepline(me): me._lno += 1
+
+LOC = DummyLocation()
+
+class Source (object):
+  PREFIX = ""
+  TITLEP = CHAPTERP = False
+  def __init__(me, fn):
+    me.fn = fn
+  def url(me, title = None, chapter = None):
+    if title is None:
+      if me.TITLEP: raise ExpectedError("missing title number")
+      if chapter is not None:
+        raise ExpectedError("can't specify chapter without title")
+      suffix = ""
+    elif not me.TITLEP:
+      raise ExpectedError("can't specify title with `%s'" % me.fn)
+    elif chapter is None:
+      suffix = "#%d" % title
+    elif not me.CHAPTERP:
+      raise ExpectedError("can't specify chapter with `%s'" % me.fn)
+    else:
+      suffix = "#%d:%d-%d:%d" % (title, chapter, title, chapter)
+    return me.PREFIX + ROOT + urlencode(me.fn) + suffix
+
+class VideoDisc (Source):
+  PREFIX = "dvd://"
+  TITLEP = CHAPTERP = True
+
+class VideoEpisodes (VideoDisc):
+  def __init__(me, fn, season, eps, *args, **kw):
+    super().__init__(fn, *args, **kw)
+    me.season = season
+    me.eps = eps
+
+class VideoSeason (object):
+  def __init__(me, i, title):
+    me.i = i
+    me.title = title
+    me.episodes = {}
+  def add_disc(me, fn, eps):
+    d = VideoEpisodes(fn, me, eps)
+    for i in eps:
+      if i in me.episodes:
+        raise ExpectedError("season %d episode %d already taken" % (me.i, i))
+      me.episodes[i] = d
+    return d
+
+def some_group(m, *gg):
+  for g in gg:
+    s = m.group(g)
+    if s is not None: return s
+  return None
+
+class VideoDir (object):
+
+  _R_ISO_PRE = RX.compile(r"""
+        ^
+        (?: S (?P<si> \d+) (?: \. \ (?P<st> .*)—)? (?: D (?P<sdi> \d+))? |
+            (?P<di> \d+))
+        \. \  #
+        (?P<eps> .*)
+        \. iso $
+  """, RX.X)
+
+  _R_ISO_EP = RX.compile(r"""
+        ^ E (?P<ei> \d+) (?: – (?P<ej> \d+))? $
+  """, RX.X)
+
+  def __init__(me, dir):
+    fns = OS.listdir(OS.path.join(ROOT, dir))
+    fns.sort()
+    season, last_j = None, 0
+    seasons = {}
+    for fn in fns:
+      path = OS.path.join(dir, fn)
+      if not fn.endswith(".iso"): continue
+      m = me._R_ISO_PRE.match(fn)
+      if not m: continue
+
+      i = filter(m.group("si"), int, 1)
+      stitle = m.group("st")
+      if season is None or i != season.i:
+        check(season is None or i == season.i + 1,
+              "season %d /= %d" % (i, season is None and -1 or season.i + 1))
+        check(i not in seasons, "season %d already seen" % i)
+        seasons[i] = season = VideoSeason(i, stitle)
+        last_j = 0
+      else:
+        check(stitle == season.title,
+              "season title `%s' /= `%s'" % (stitle, season.title))
+      j = filter(some_group(m, "sdi", "di"), int)
+      if j is not None:
+        check(j == last_j + 1,
+              "season %d disc %d /= %d" % (season.i, j, last_j + 1))
+
+      eps = set()
+      bad = False
+      for eprange in m.group("eps").split(", "):
+        mm = me._R_ISO_EP.match(eprange)
+        if mm is None: bad = True; continue
+        start = filter(mm.group("ei"), int)
+        end = filter(mm.group("ej"), int, start)
+        for k in range(start, end + 1): eps.add(k)
+      if bad and eps:
+        raise ExpectedError("bad ep list in `%s'", fn)
+      season.add_disc(path, eps)
+      last_j = j
+    me.seasons = seasons
+
+class AudioDisc (Source):
+  #PREFIX = "file://"
+  TITLEP = CHAPTERP = False
+
+class AudioEpisode (Source):
+  #PREFIX = "file://"
+  TITLEP = CHAPTERP = False
+  def __init__(me, fn, i, *args, **kw):
+    super().__init__(fn, *args, **kw)
+    me.i = i
+
+class AudioDir (object):
+
+  _R_FLAC = RX.compile(r"""
+          ^
+          E (\d+)
+          (?: \. \ (.*))?
+          \. flac $
+  """, RX.X)
+
+  def __init__(me, dir):
+    fns = OS.listdir(OS.path.join(ROOT, dir))
+    fns.sort()
+    episodes = {}
+    last_i = 0
+    for fn in fns:
+      path = OS.path.join(dir, fn)
+      if not fn.endswith(".flac"): continue
+      m = me._R_FLAC.match(fn)
+      if not m: continue
+      i = filter(m.group(1), int)
+      etitle = m.group(2)
+      check(i == last_i + 1, "episode %d /= %d" % (i, last_i + 1))
+      episodes[i] = AudioEpisode(path, i)
+      last_i = i
+    me.episodes = episodes
+
+class Chapter (object):
+  def __init__(me, episode, title, i):
+    me.title, me.i = title, i
+    me.url = episode.source.url(episode.tno, i)
+
+class Episode (object):
+  def __init__(me, season, i, neps, title, src, tno = None):
+    me.season = season
+    me.i, me.neps, me.title = i, neps, title
+    me.chapters = []
+    me.source, me.tno = src, tno
+    me.url = src.url(tno)
+  def add_chapter(me, title, j):
+    ch = Chapter(me, title, j)
+    me.chapters.append(ch)
+    return ch
+  def label(me):
+    return me.season._eplabel(me.i, me.neps, me.title)
+
+class Season (object):
+  def __init__(me, playlist, title, i, implicitp = False):
+    me.playlist = playlist
+    me.title, me.i = title, i
+    me.implicitp = implicitp
+    me.episodes = []
+  def add_episode(me, j, neps, title, src, tno):
+    ep = Episode(me, j, neps, title, src, tno)
+    me.episodes.append(ep)
+    return ep
+  def _eplabel(me, i, neps, title):
+    if neps == 1: epname = me.playlist.epname; epn = "%d" % i
+    elif neps == 2: epname = me.playlist.epnames; epn = "%d, %d" % (i, i + 1)
+    else: epname = me.playlist.epnames; epn = "%d–%d" % (i, i + neps - 1)
+    if title is None:
+      if me.implicitp: return "%s %s" % (epname, epn)
+      elif me.title is None: return "%s %d.%s" % (epname, me.i, epn)
+      else: return "%s—%s %s" % (me.title, epname, epn)
+    else:
+      if me.implicitp: return "%s. %s" % (epn, title)
+      elif me.title is None: return "%d.%s. %s" % (me.i, epn, title)
+      else: return "%s—%s. %s" % (me.title, epn, title)
+
+class MovieSeason (object):
+  def __init__(me, playlist):
+    me.playlist = playlist
+    me.i = -1
+    me.implicitp = False
+    me.episodes = []
+  def add_episode(me, j, neps, title, src, tno):
+    if title is None: raise ExpectedError("movie must have a title")
+    ep = Episode(me, j, neps, title, src, tno)
+    me.episodes.append(ep)
+    return ep
+  def _eplabel(me, i, epn, title):
+    return title
+
+class Playlist (object):
+
+  def __init__(me):
+    me.seasons = []
+    me.epname, me.epnames = "Episode", "Episodes"
+
+  def add_season(me, title, i, implicitp = False):
+    season = Season(me, title, i, implicitp)
+    me.seasons.append(season)
+    return season
+
+  def add_movies(me):
+    season = MovieSeason(me)
+    me.seasons.append(season)
+    return season
+
+  def write(me, f):
+    f.write("#EXTM3U\n")
+    for season in me.seasons:
+      f.write("\n")
+      for i, ep in enumerate(season.episodes, 1):
+        if not ep.chapters:
+          f.write("#EXTINF:0,,%s\n%s\n" % (ep.label(), ep.url))
+        else:
+          for ch in ep.chapters:
+            f.write("#EXTINF:0,,%s: %s\n%s\n" %
+                    (ep.label(), ch.title, ch.url))
+
+UNSET = ["UNSET"]
+
+def parse_list(fn):
+  playlist = Playlist()
+  season, episode, chapter, ep_i = None, None, None, 1
+  vds = {}
+  ads = iso = None
+  with location(FileLocation(fn, 0)) as floc:
+    with open(fn, "r") as f:
+      for line in f:
+        floc.stepline()
+        sline = line.lstrip()
+        if sline == "" or sline.startswith(";"): continue
+
+        if line.startswith("!"):
+          ww = Words(line[1:])
+          cmd = ww.nextword()
+          check(cmd is not None, "missing command")
+
+          if cmd == "season":
+            v = ww.nextword();
+            check(v is not None, "missing season number")
+            if v == "-":
+              check(v.rest() is None, "trailing junk")
+              season = playlist.add_movies()
+            else:
+              i = getint(v)
+              title = ww.rest()
+              season = playlist.add_season(title, i, implicitp = False)
+            episode = chapter = None
+            ep_i = 1
+
+          elif cmd == "movie":
+            check(ww.rest() is None, "trailing junk")
+            season = playlist.add_movies()
+            episode = chapter = None
+            ep_i = 1
+
+          elif cmd == "epname":
+            name = ww.rest()
+            check(name is not None, "missing episode name")
+            try: sep = name.index(":")
+            except ValueError: names = name + "s"
+            else: name, names = name[:sep], name[sep + 1:]
+            playlist.epname, playlist.epnames = name, names
+
+          elif cmd == "epno":
+            i = ww.rest()
+            check(i is not None, "missing episode number")
+            ep_i = getint(i)
+
+          elif cmd == "iso":
+            fn = ww.rest(); check(fn is not None, "missing filename")
+            if fn == "-": iso = None
+            else:
+              check(OS.path.exists(OS.path.join(ROOT, fn)),
+                    "iso file `%s' not found" % fn)
+              iso = VideoDisc(fn)
+
+          elif cmd == "vdir":
+            name = ww.nextword(); check(name is not None, "missing name")
+            fn = ww.rest(); check(fn is not None, "missing directory")
+            if fn == "-":
+              try: del vds[name]
+              except KeyError: pass
+            else:
+              vds[name] = VideoDir(fn)
+
+          elif cmd == "adir":
+            fn = ww.rest(); check(fn is not None, "missing directory")
+            if fn == "-": ads = None
+            else: ads = AudioDir(fn)
+
+          elif cmd == "end":
+            break
+
+          else:
+            raise ExpectedError("unknown command `%s'" % cmd)
+
+        else:
+
+          if not line[0].isspace():
+            ww = Words(line)
+            conf = ww.nextword()
+
+            check(conf is not None, "missing config")
+            i, vdname, neps, fake_epi = UNSET, "-", 1, ep_i
+            for c in conf.split(","):
+              if c.isdigit(): i = int(c)
+              elif c == "-": i = None
+              else:
+                eq = c.find("="); check(eq >= 0, "bad assignment `%s'" % c)
+                k, v = c[:eq], c[eq + 1:]
+                if k == "vd": vdname = v
+                elif k == "n": neps = getint(v)
+                elif k == "ep": fake_epi = getint(v)
+                else: raise ExpectedError("unknown setting `%s'" % k)
+
+            title = ww.rest()
+            check(i is not UNSET, "no title number")
+            if season is None:
+              season = playlist.add_season(None, 1, implicitp = True)
+
+            if i is None:
+              check(ads, "no title, but no audio directory")
+              check(season.implicitp, "audio source, but explicit season")
+              src = ads.episodes[ep_i]
+
+            elif iso:
+              src = iso
+
+            else:
+              check(vdname in vds, "title, but no iso or video directory")
+              src = vds[vdname].seasons[season.i].episodes[ep_i]
+
+            episode = season.add_episode(fake_epi, neps, title, src, i)
+            chapter = None
+            ep_i += neps
+
+          else:
+            ww = Words(line)
+            title = ww.rest()
+            check(episode is not None, "no current episode")
+            check(episode.source.CHAPTERP,
+                  "episode source doesn't allow chapters")
+            if chapter is None: j = 1
+            else: j += 1
+            chapter = episode.add_chapter(title, j)
+
+  return playlist
+
+ROOT = "/mnt/dvd/archive/"
+
+try:
+  for f in SYS.argv[1:]:
+    parse_list(f).write(SYS.stdout)
+except (ExpectedError, IOError, OSError) as e:
+  LOC.report(e)
+  SYS.exit(2)
diff --git a/morse.epls b/morse.epls
new file mode 100644 (file)
index 0000000..3be2e7f
--- /dev/null
@@ -0,0 +1,53 @@
+;;; -*-fundamental-*-
+
+!movie
+!iso M/Inspector Morse/01. The Dead of Jericho; The Silent World of Nicholas Quinn.iso
+2 The Dead of Jericho
+3 The Silent World of Nicholas Quinn
+!iso M/Inspector Morse/02. Service of All the Dead; The Wolvercote Tongue.iso
+2 Service of All the Dead
+3 The Wolvercote Tongue
+!iso M/Inspector Morse/03. Last Seen Wearing; The Settling of the Sun.iso
+2 Last Seen Wearing
+3 The Settling of the Sun
+!iso M/Inspector Morse/04. Last Bus to Woodstock; Ghost in the Machine.iso
+2 Last Bus to Woodstock
+3 Ghost in the Machine
+!iso M/Inspector Morse/05. The Last Enemy; Deceived by Flight.iso
+2 The Last Enemy
+3 Deceived by Flight
+!iso M/Inspector Morse/06. The Secret of Bay 5B; Infernal Serpent.iso
+2 The Secret of Bay 5B
+3 Infernal Serpent
+!iso M/Inspector Morse/07. The Sins of the Father; Driven to Distraction.iso
+2 The Sins of the Father
+3 Driven to Distraction
+!iso M/Inspector Morse/08. Masonic Mysteries; Second Time Around.iso
+2 Masonic Mysteries
+3 Second Time Around
+!iso M/Inspector Morse/09. Fat Chance; Who Killed Harry Field?.iso
+2 Fat Chance
+3 Who Killed Harry Field?
+!iso M/Inspector Morse/10. Greeks Bearing Gifts; Promised Land.iso
+2 Greeks Bearing Gifts
+3 Promised Land
+!iso M/Inspector Morse/11. Dead on Time; Happy Families.iso
+2 Dead on Time
+3 Happy Families
+!iso M/Inspector Morse/12. The Death of the Self; Absolute Conviction.iso
+2 The Death of the Self
+3 Absolute Conviction
+!iso M/Inspector Morse/13. Cherubim and Seraphim; Deadly Slumber.iso
+2 Cherubim and Seraphim
+3 Deadly Slumber
+!iso M/Inspector Morse/14. The Day of the Devil; Twilight of the Gods.iso
+2 The Day of the Devil
+3 Twilight of the Gods
+!iso M/Inspector Morse/15. The Way Through the Woods; The Daughters of Cain.iso
+2 The Way Through the Woods
+3 The Daughters of Cain
+!iso M/Inspector Morse/16. Death Is Now My Neighbour; The Wench is Dead.iso
+2 Death Is Now My Neighbour
+3 The Wench is Dead
+!iso M/Inspector Morse/17. The Remorseful Day.iso
+2 The Remorseful Day
diff --git a/ref/24.m3u8 b/ref/24.m3u8
new file mode 100644 (file)
index 0000000..46ac421
--- /dev/null
@@ -0,0 +1,421 @@
+#EXTM3U
+
+#EXTINF:0,,1.1. 12:00am–1:00am
+dvd:///mnt/dvd/archive/%23/24/S01D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,1.2. 1:00am–2:00am
+dvd:///mnt/dvd/archive/%23/24/S01D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,1.3. 2:00am–3:00am
+dvd:///mnt/dvd/archive/%23/24/S01D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,1.4. 3:00am–4:00am
+dvd:///mnt/dvd/archive/%23/24/S01D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,1.5. 4:00am–5:00am
+dvd:///mnt/dvd/archive/%23/24/S01D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,1.6. 5:00am–6:00am
+dvd:///mnt/dvd/archive/%23/24/S01D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,1.7. 6:00am–7:00am
+dvd:///mnt/dvd/archive/%23/24/S01D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,1.8. 7:00am–8:00am
+dvd:///mnt/dvd/archive/%23/24/S01D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,1.9. 8:00am–9:00am
+dvd:///mnt/dvd/archive/%23/24/S01D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,1.10. 9:00am–10:00am
+dvd:///mnt/dvd/archive/%23/24/S01D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,1.11. 10:00am–11:00am
+dvd:///mnt/dvd/archive/%23/24/S01D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,1.12. 11:00am–12:00pm
+dvd:///mnt/dvd/archive/%23/24/S01D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,1.13. 12:00pm–1:00pm
+dvd:///mnt/dvd/archive/%23/24/S01D04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,1.14. 1:00pm–2:00pm
+dvd:///mnt/dvd/archive/%23/24/S01D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,1.15. 2:00pm–3:00pm
+dvd:///mnt/dvd/archive/%23/24/S01D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,1.16. 3:00pm–4:00pm
+dvd:///mnt/dvd/archive/%23/24/S01D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,1.17. 4:00pm–5:00pm
+dvd:///mnt/dvd/archive/%23/24/S01D05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,1.18. 5:00pm–6:00pm
+dvd:///mnt/dvd/archive/%23/24/S01D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,1.19. 6:00pm–7:00pm
+dvd:///mnt/dvd/archive/%23/24/S01D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,1.20. 7:00pm–8:00pm
+dvd:///mnt/dvd/archive/%23/24/S01D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,1.21. 8:00pm–9:00pm
+dvd:///mnt/dvd/archive/%23/24/S01D06.%20E21%e2%80%9324.iso#1
+#EXTINF:0,,1.22. 9:00pm–10:00pm
+dvd:///mnt/dvd/archive/%23/24/S01D06.%20E21%e2%80%9324.iso#2
+#EXTINF:0,,1.23. 10:00pm–11:00pm
+dvd:///mnt/dvd/archive/%23/24/S01D06.%20E21%e2%80%9324.iso#3
+#EXTINF:0,,1.24. 11:00pm–12:00am
+dvd:///mnt/dvd/archive/%23/24/S01D06.%20E21%e2%80%9324.iso#4
+
+#EXTINF:0,,2.1. 8:00am–9:00am
+dvd:///mnt/dvd/archive/%23/24/S02D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,2.2. 9:00am–10:00am
+dvd:///mnt/dvd/archive/%23/24/S02D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,2.3. 10:00am–11:00am
+dvd:///mnt/dvd/archive/%23/24/S02D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,2.4. 11:00am–12:00pm
+dvd:///mnt/dvd/archive/%23/24/S02D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,2.5. 12:00pm–1:00pm
+dvd:///mnt/dvd/archive/%23/24/S02D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,2.6. 1:00pm–2:00pm
+dvd:///mnt/dvd/archive/%23/24/S02D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,2.7. 2:00pm–3:00pm
+dvd:///mnt/dvd/archive/%23/24/S02D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,2.8. 3:00pm–4:00pm
+dvd:///mnt/dvd/archive/%23/24/S02D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,2.9. 4:00pm–5:00pm
+dvd:///mnt/dvd/archive/%23/24/S02D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,2.10. 5:00pm–6:00pm
+dvd:///mnt/dvd/archive/%23/24/S02D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,2.11. 6:00pm–7:00pm
+dvd:///mnt/dvd/archive/%23/24/S02D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,2.12. 7:00pm–8:00pm
+dvd:///mnt/dvd/archive/%23/24/S02D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,2.13. 8:00pm–9:00pm
+dvd:///mnt/dvd/archive/%23/24/S02D04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,2.14. 9:00pm–10:00pm
+dvd:///mnt/dvd/archive/%23/24/S02D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,2.15. 10:00pm–11:00pm
+dvd:///mnt/dvd/archive/%23/24/S02D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,2.16. 11:00pm–12:00am
+dvd:///mnt/dvd/archive/%23/24/S02D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,2.17. 12:00am–1:00am
+dvd:///mnt/dvd/archive/%23/24/S02D05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,2.18. 1:00am–2:00am
+dvd:///mnt/dvd/archive/%23/24/S02D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,2.19. 2:00am–3:00am
+dvd:///mnt/dvd/archive/%23/24/S02D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,2.20. 3:00am–4:00am
+dvd:///mnt/dvd/archive/%23/24/S02D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,2.21. 4:00am–5:00am
+dvd:///mnt/dvd/archive/%23/24/S02D06.%20E21%e2%80%9324.iso#1
+#EXTINF:0,,2.22. 5:00am–6:00am
+dvd:///mnt/dvd/archive/%23/24/S02D06.%20E21%e2%80%9324.iso#2
+#EXTINF:0,,2.23. 6:00am–7:00am
+dvd:///mnt/dvd/archive/%23/24/S02D06.%20E21%e2%80%9324.iso#3
+#EXTINF:0,,2.24. 7:00am–8:00am
+dvd:///mnt/dvd/archive/%23/24/S02D06.%20E21%e2%80%9324.iso#4
+
+#EXTINF:0,,3.1. 1:00pm–2:00pm
+dvd:///mnt/dvd/archive/%23/24/S03D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,3.2. 2:00pm–3:00pm
+dvd:///mnt/dvd/archive/%23/24/S03D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,3.3. 3:00pm–4:00pm
+dvd:///mnt/dvd/archive/%23/24/S03D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,3.4. 4:00pm–5:00pm
+dvd:///mnt/dvd/archive/%23/24/S03D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,3.5. 5:00pm–6:00pm
+dvd:///mnt/dvd/archive/%23/24/S03D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,3.6. 6:00pm–7:00pm
+dvd:///mnt/dvd/archive/%23/24/S03D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,3.7. 7:00pm–8:00pm
+dvd:///mnt/dvd/archive/%23/24/S03D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,3.8. 8:00pm–9:00pm
+dvd:///mnt/dvd/archive/%23/24/S03D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,3.9. 9:00pm–10:00pm
+dvd:///mnt/dvd/archive/%23/24/S03D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,3.10. 10:00pm–11:00pm
+dvd:///mnt/dvd/archive/%23/24/S03D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,3.11. 11:00pm–12:00am
+dvd:///mnt/dvd/archive/%23/24/S03D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,3.12. 12:00am–1:00am
+dvd:///mnt/dvd/archive/%23/24/S03D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,3.13. 1:00am–2:00am
+dvd:///mnt/dvd/archive/%23/24/S03D04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,3.14. 2:00am–3:00am
+dvd:///mnt/dvd/archive/%23/24/S03D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,3.15. 3:00am–4:00am
+dvd:///mnt/dvd/archive/%23/24/S03D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,3.16. 4:00am–5:00am
+dvd:///mnt/dvd/archive/%23/24/S03D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,3.17. 5:00am–6:00am
+dvd:///mnt/dvd/archive/%23/24/S03D05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,3.18. 6:00am–7:00am
+dvd:///mnt/dvd/archive/%23/24/S03D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,3.19. 7:00am–8:00am
+dvd:///mnt/dvd/archive/%23/24/S03D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,3.20. 8:00am–9:00am
+dvd:///mnt/dvd/archive/%23/24/S03D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,3.21. 9:00am–10:00am
+dvd:///mnt/dvd/archive/%23/24/S03D06.%20E21%e2%80%9324.iso#1
+#EXTINF:0,,3.22. 10:00am–11:00am
+dvd:///mnt/dvd/archive/%23/24/S03D06.%20E21%e2%80%9324.iso#2
+#EXTINF:0,,3.23. 11:00am–12:00pm
+dvd:///mnt/dvd/archive/%23/24/S03D06.%20E21%e2%80%9324.iso#3
+#EXTINF:0,,3.24. 12:00pm–1:00pm
+dvd:///mnt/dvd/archive/%23/24/S03D06.%20E21%e2%80%9324.iso#4
+
+#EXTINF:0,,4.1. 7:00am–8:00am
+dvd:///mnt/dvd/archive/%23/24/S04D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,4.2. 8:00am–9:00am
+dvd:///mnt/dvd/archive/%23/24/S04D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,4.3. 9:00am–10:00am
+dvd:///mnt/dvd/archive/%23/24/S04D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,4.4. 10:00am–11:00am
+dvd:///mnt/dvd/archive/%23/24/S04D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,4.5. 11:00am–12:00pm
+dvd:///mnt/dvd/archive/%23/24/S04D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,4.6. 12:00pm–1:00pm
+dvd:///mnt/dvd/archive/%23/24/S04D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,4.7. 1:00pm–2:00pm
+dvd:///mnt/dvd/archive/%23/24/S04D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,4.8. 2:00pm–3:00pm
+dvd:///mnt/dvd/archive/%23/24/S04D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,4.9. 3:00pm–4:00pm
+dvd:///mnt/dvd/archive/%23/24/S04D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,4.10. 4:00pm–5:00pm
+dvd:///mnt/dvd/archive/%23/24/S04D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,4.11. 5:00pm–6:00pm
+dvd:///mnt/dvd/archive/%23/24/S04D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,4.12. 6:00pm–7:00pm
+dvd:///mnt/dvd/archive/%23/24/S04D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,4.13. 7:00pm–8:00pm
+dvd:///mnt/dvd/archive/%23/24/S04D04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,4.14. 8:00pm–9:00pm
+dvd:///mnt/dvd/archive/%23/24/S04D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,4.15. 9:00pm–10:00pm
+dvd:///mnt/dvd/archive/%23/24/S04D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,4.16. 10:00pm–11:00pm
+dvd:///mnt/dvd/archive/%23/24/S04D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,4.17. 11:00pm–12:00am
+dvd:///mnt/dvd/archive/%23/24/S04D05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,4.18. 12:00am–1:00am
+dvd:///mnt/dvd/archive/%23/24/S04D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,4.19. 1:00am–2:00am
+dvd:///mnt/dvd/archive/%23/24/S04D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,4.20. 2:00am–3:00am
+dvd:///mnt/dvd/archive/%23/24/S04D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,4.21. 3:00am–4:00am
+dvd:///mnt/dvd/archive/%23/24/S04D06.%20E21%e2%80%9324.iso#1
+#EXTINF:0,,4.22. 4:00am–5:00am
+dvd:///mnt/dvd/archive/%23/24/S04D06.%20E21%e2%80%9324.iso#2
+#EXTINF:0,,4.23. 5:00am–6:00am
+dvd:///mnt/dvd/archive/%23/24/S04D06.%20E21%e2%80%9324.iso#3
+#EXTINF:0,,4.24. 6:00am–7:00am
+dvd:///mnt/dvd/archive/%23/24/S04D06.%20E21%e2%80%9324.iso#4
+
+#EXTINF:0,,5.1. 7:00am–8:00am
+dvd:///mnt/dvd/archive/%23/24/S05D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,5.2. 8:00am–9:00am
+dvd:///mnt/dvd/archive/%23/24/S05D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,5.3. 9:00am–10:00am
+dvd:///mnt/dvd/archive/%23/24/S05D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,5.4. 10:00am–11:00am
+dvd:///mnt/dvd/archive/%23/24/S05D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,5.5. 11:00am–12:00pm
+dvd:///mnt/dvd/archive/%23/24/S05D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,5.6. 12:00pm–1:00pm
+dvd:///mnt/dvd/archive/%23/24/S05D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,5.7. 1:00pm–2:00pm
+dvd:///mnt/dvd/archive/%23/24/S05D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,5.8. 2:00pm–3:00pm
+dvd:///mnt/dvd/archive/%23/24/S05D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,5.9. 3:00pm–4:00pm
+dvd:///mnt/dvd/archive/%23/24/S05D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,5.10. 4:00pm–5:00pm
+dvd:///mnt/dvd/archive/%23/24/S05D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,5.11. 5:00pm–6:00pm
+dvd:///mnt/dvd/archive/%23/24/S05D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,5.12. 6:00pm–7:00pm
+dvd:///mnt/dvd/archive/%23/24/S05D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,5.13. 7:00pm–8:00pm
+dvd:///mnt/dvd/archive/%23/24/S05D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,5.14. 8:00pm–9:00pm
+dvd:///mnt/dvd/archive/%23/24/S05D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,5.15. 9:00pm–10:00pm
+dvd:///mnt/dvd/archive/%23/24/S05D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,5.16. 10:00pm–11:00pm
+dvd:///mnt/dvd/archive/%23/24/S05D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,5.17. 11:00pm–12:00am
+dvd:///mnt/dvd/archive/%23/24/S05D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,5.18. 12:00am–1:00am
+dvd:///mnt/dvd/archive/%23/24/S05D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,5.19. 1:00am–2:00am
+dvd:///mnt/dvd/archive/%23/24/S05D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,5.20. 2:00am–3:00am
+dvd:///mnt/dvd/archive/%23/24/S05D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,5.21. 3:00am–4:00am
+dvd:///mnt/dvd/archive/%23/24/S05D06.%20E21%e2%80%9324.iso#2
+#EXTINF:0,,5.22. 4:00am–5:00am
+dvd:///mnt/dvd/archive/%23/24/S05D06.%20E21%e2%80%9324.iso#3
+#EXTINF:0,,5.23. 5:00am–6:00am
+dvd:///mnt/dvd/archive/%23/24/S05D06.%20E21%e2%80%9324.iso#4
+#EXTINF:0,,5.24. 6:00am–7:00am
+dvd:///mnt/dvd/archive/%23/24/S05D06.%20E21%e2%80%9324.iso#5
+
+#EXTINF:0,,6.1. 6:00am–7:00am
+dvd:///mnt/dvd/archive/%23/24/S06D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,6.2. 7:00am–8:00am
+dvd:///mnt/dvd/archive/%23/24/S06D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,6.3. 8:00am–9:00am
+dvd:///mnt/dvd/archive/%23/24/S06D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,6.4. 9:00am–10:00am
+dvd:///mnt/dvd/archive/%23/24/S06D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,6.5. 10:00am–11:00am
+dvd:///mnt/dvd/archive/%23/24/S06D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,6.6. 11:00am–12:00pm
+dvd:///mnt/dvd/archive/%23/24/S06D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,6.7. 12:00pm–1:00pm
+dvd:///mnt/dvd/archive/%23/24/S06D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,6.8. 1:00pm–2:00pm
+dvd:///mnt/dvd/archive/%23/24/S06D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,6.9. 2:00pm–3:00pm
+dvd:///mnt/dvd/archive/%23/24/S06D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,6.10. 3:00pm–4:00pm
+dvd:///mnt/dvd/archive/%23/24/S06D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,6.11. 4:00pm–5:00pm
+dvd:///mnt/dvd/archive/%23/24/S06D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,6.12. 5:00pm–6:00pm
+dvd:///mnt/dvd/archive/%23/24/S06D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,6.13. 6:00pm–7:00pm
+dvd:///mnt/dvd/archive/%23/24/S06D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,6.14. 7:00pm–8:00pm
+dvd:///mnt/dvd/archive/%23/24/S06D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,6.15. 8:00pm–9:00pm
+dvd:///mnt/dvd/archive/%23/24/S06D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,6.16. 9:00pm–10:00pm
+dvd:///mnt/dvd/archive/%23/24/S06D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,6.17. 10:00pm–11:00pm
+dvd:///mnt/dvd/archive/%23/24/S06D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,6.18. 11:00pm–12:00am
+dvd:///mnt/dvd/archive/%23/24/S06D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,6.19. 12:00am–1:00am
+dvd:///mnt/dvd/archive/%23/24/S06D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,6.20. 1:00am–2:00am
+dvd:///mnt/dvd/archive/%23/24/S06D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,6.21. 2:00am–3:00am
+dvd:///mnt/dvd/archive/%23/24/S06D06.%20E21%e2%80%9324.iso#2
+#EXTINF:0,,6.22. 3:00am–4:00am
+dvd:///mnt/dvd/archive/%23/24/S06D06.%20E21%e2%80%9324.iso#3
+#EXTINF:0,,6.23. 4:00am–5:00am
+dvd:///mnt/dvd/archive/%23/24/S06D06.%20E21%e2%80%9324.iso#4
+#EXTINF:0,,6.24. 5:00am–6:00am
+dvd:///mnt/dvd/archive/%23/24/S06D06.%20E21%e2%80%9324.iso#5
+
+#EXTINF:0,,24—Redemption
+dvd:///mnt/dvd/archive/%23/24%e2%80%94Redemption/Extended%20version.iso#1
+
+#EXTINF:0,,7.1. 8:00am–9:00am
+dvd:///mnt/dvd/archive/%23/24/S07D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,7.2. 9:00am–10:00am
+dvd:///mnt/dvd/archive/%23/24/S07D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,7.3. 10:00am–11:00am
+dvd:///mnt/dvd/archive/%23/24/S07D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,7.4. 11:00am–12:00pm
+dvd:///mnt/dvd/archive/%23/24/S07D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,7.5. 12:00pm–1:00pm
+dvd:///mnt/dvd/archive/%23/24/S07D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,7.6. 1:00pm–2:00pm
+dvd:///mnt/dvd/archive/%23/24/S07D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,7.7. 2:00pm–3:00pm
+dvd:///mnt/dvd/archive/%23/24/S07D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,7.8. 3:00pm–4:00pm
+dvd:///mnt/dvd/archive/%23/24/S07D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,7.9. 4:00pm–5:00pm
+dvd:///mnt/dvd/archive/%23/24/S07D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,7.10. 5:00pm–6:00pm
+dvd:///mnt/dvd/archive/%23/24/S07D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,7.11. 6:00pm–7:00pm
+dvd:///mnt/dvd/archive/%23/24/S07D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,7.12. 7:00pm–8:00pm
+dvd:///mnt/dvd/archive/%23/24/S07D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,7.13. 8:00pm–9:00pm
+dvd:///mnt/dvd/archive/%23/24/S07D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,7.14. 9:00pm–10:00pm
+dvd:///mnt/dvd/archive/%23/24/S07D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,7.15. 10:00pm–11:00pm
+dvd:///mnt/dvd/archive/%23/24/S07D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,7.16. 11:00pm–12:00am
+dvd:///mnt/dvd/archive/%23/24/S07D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,7.17. 12:00am–1:00am
+dvd:///mnt/dvd/archive/%23/24/S07D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,7.18. 1:00am–2:00am
+dvd:///mnt/dvd/archive/%23/24/S07D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,7.19. 2:00am–3:00am
+dvd:///mnt/dvd/archive/%23/24/S07D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,7.20. 3:00am–4:00am
+dvd:///mnt/dvd/archive/%23/24/S07D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,7.21. 4:00am–5:00am
+dvd:///mnt/dvd/archive/%23/24/S07D06.%20E21%e2%80%9324.iso#2
+#EXTINF:0,,7.22. 5:00am–6:00am
+dvd:///mnt/dvd/archive/%23/24/S07D06.%20E21%e2%80%9324.iso#3
+#EXTINF:0,,7.23. 6:00am–7:00am
+dvd:///mnt/dvd/archive/%23/24/S07D06.%20E21%e2%80%9324.iso#4
+#EXTINF:0,,7.24. 7:00am–8:00am
+dvd:///mnt/dvd/archive/%23/24/S07D06.%20E21%e2%80%9324.iso#5
+
+#EXTINF:0,,8.1. 4:00pm–5:00pm
+dvd:///mnt/dvd/archive/%23/24/S08D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,8.2. 5:00pm–6:00pm
+dvd:///mnt/dvd/archive/%23/24/S08D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,8.3. 6:00pm–7:00pm
+dvd:///mnt/dvd/archive/%23/24/S08D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,8.4. 7:00pm–8:00pm
+dvd:///mnt/dvd/archive/%23/24/S08D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,8.5. 8:00pm–9:00pm
+dvd:///mnt/dvd/archive/%23/24/S08D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,8.6. 9:00pm–10:00pm
+dvd:///mnt/dvd/archive/%23/24/S08D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,8.7. 10:00pm–11:00pm
+dvd:///mnt/dvd/archive/%23/24/S08D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,8.8. 11:00pm–12:00am
+dvd:///mnt/dvd/archive/%23/24/S08D02.%20E05%e2%80%9308.iso#6
+#EXTINF:0,,8.9. 12:00am–1:00am
+dvd:///mnt/dvd/archive/%23/24/S08D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,8.10. 1:00am–2:00am
+dvd:///mnt/dvd/archive/%23/24/S08D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,8.11. 2:00am–3:00am
+dvd:///mnt/dvd/archive/%23/24/S08D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,8.12. 3:00am–4:00am
+dvd:///mnt/dvd/archive/%23/24/S08D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,8.13. 4:00am–5:00am
+dvd:///mnt/dvd/archive/%23/24/S08D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,8.14. 5:00am–6:00am
+dvd:///mnt/dvd/archive/%23/24/S08D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,8.15. 6:00am–7:00am
+dvd:///mnt/dvd/archive/%23/24/S08D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,8.16. 7:00am–8:00am
+dvd:///mnt/dvd/archive/%23/24/S08D04.%20E13%e2%80%9316.iso#7
+#EXTINF:0,,8.17. 8:00am–9:00am
+dvd:///mnt/dvd/archive/%23/24/S08D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,8.18. 9:00am–10:00am
+dvd:///mnt/dvd/archive/%23/24/S08D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,8.19. 10:00am–11:00am
+dvd:///mnt/dvd/archive/%23/24/S08D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,8.20. 11:00am–12:00pm
+dvd:///mnt/dvd/archive/%23/24/S08D05.%20E17%e2%80%9320.iso#7
+#EXTINF:0,,8.21. 12:00pm–1:00pm
+dvd:///mnt/dvd/archive/%23/24/S08D06.%20E21%e2%80%9324.iso#3
+#EXTINF:0,,8.22. 1:00pm–2:00pm
+dvd:///mnt/dvd/archive/%23/24/S08D06.%20E21%e2%80%9324.iso#4
+#EXTINF:0,,8.23. 2:00pm–3:00pm
+dvd:///mnt/dvd/archive/%23/24/S08D06.%20E21%e2%80%9324.iso#5
+#EXTINF:0,,8.24. 3:00pm–4:00pm
+dvd:///mnt/dvd/archive/%23/24/S08D06.%20E21%e2%80%9324.iso#6
+
+#EXTINF:0,,Live Another Day—1. 11:00am–12:00pm
+dvd:///mnt/dvd/archive/%23/24/S09D01.%20E01%e2%80%9303.iso#3
+#EXTINF:0,,Live Another Day—2. 12:00pm–1:00pm
+dvd:///mnt/dvd/archive/%23/24/S09D01.%20E01%e2%80%9303.iso#4
+#EXTINF:0,,Live Another Day—3. 1:00pm–2:00pm
+dvd:///mnt/dvd/archive/%23/24/S09D01.%20E01%e2%80%9303.iso#5
+#EXTINF:0,,Live Another Day—4. 2:00pm–3:00pm
+dvd:///mnt/dvd/archive/%23/24/S09D02.%20E04%e2%80%9306.iso#3
+#EXTINF:0,,Live Another Day—5. 3:00pm–4:00pm
+dvd:///mnt/dvd/archive/%23/24/S09D02.%20E04%e2%80%9306.iso#4
+#EXTINF:0,,Live Another Day—6. 4:00pm–5:00pm
+dvd:///mnt/dvd/archive/%23/24/S09D02.%20E04%e2%80%9306.iso#5
+#EXTINF:0,,Live Another Day—7. 5:00pm–6:00pm
+dvd:///mnt/dvd/archive/%23/24/S09D03.%20E07%e2%80%9309.iso#3
+#EXTINF:0,,Live Another Day—8. 6:00pm–7:00pm
+dvd:///mnt/dvd/archive/%23/24/S09D03.%20E07%e2%80%9309.iso#4
+#EXTINF:0,,Live Another Day—9. 7:00pm–8:00pm
+dvd:///mnt/dvd/archive/%23/24/S09D03.%20E07%e2%80%9309.iso#5
+#EXTINF:0,,Live Another Day—10. 8:00pm–9:00pm
+dvd:///mnt/dvd/archive/%23/24/S09D04.%20E10%e2%80%9312.iso#3
+#EXTINF:0,,Live Another Day—11. 9:00pm–10:00pm
+dvd:///mnt/dvd/archive/%23/24/S09D04.%20E10%e2%80%9312.iso#4
+#EXTINF:0,,Live Another Day—12. 10:00pm–11:00pm
+dvd:///mnt/dvd/archive/%23/24/S09D04.%20E10%e2%80%9312.iso#5
diff --git a/ref/agent-carter.m3u8 b/ref/agent-carter.m3u8
new file mode 100644 (file)
index 0000000..d2c98b7
--- /dev/null
@@ -0,0 +1,39 @@
+#EXTM3U
+
+#EXTINF:0,,1.1. Now Is Not the End
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S01D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,1.2. Bridge and Tunnel
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S01D01.%20E01%e2%80%9304.iso#7
+#EXTINF:0,,1.3. Time and Tide
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S01D01.%20E01%e2%80%9304.iso#8
+#EXTINF:0,,1.4. The Blitzkrieg Button
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S01D01.%20E01%e2%80%9304.iso#9
+#EXTINF:0,,1.5. The Iron Ceiling
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S01D02.%20E05%e2%80%9308.iso#7
+#EXTINF:0,,1.6. A Sin to Err
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S01D02.%20E05%e2%80%9308.iso#8
+#EXTINF:0,,1.7. SNAFU
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S01D02.%20E05%e2%80%9308.iso#9
+#EXTINF:0,,1.8. Valediction
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S01D02.%20E05%e2%80%9308.iso#10
+
+#EXTINF:0,,2.1. The Lady in the Lake
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S02D01.%20E01%e2%80%9305.iso#2
+#EXTINF:0,,2.2. A View in the Dark
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S02D01.%20E01%e2%80%9305.iso#4
+#EXTINF:0,,2.3. Better Angels
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S02D01.%20E01%e2%80%9305.iso#6
+#EXTINF:0,,2.4. Smoke and Mirrors
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S02D01.%20E01%e2%80%9305.iso#8
+#EXTINF:0,,2.5. The Atomic Job
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S02D01.%20E01%e2%80%9305.iso#10
+#EXTINF:0,,2.6. Life of the Party
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S02D02.%20E06%e2%80%9310.iso#2
+#EXTINF:0,,2.7. Monsters
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S02D02.%20E06%e2%80%9310.iso#4
+#EXTINF:0,,2.8. The Edge of Mystery
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S02D02.%20E06%e2%80%9310.iso#6
+#EXTINF:0,,2.9. A Little Song and Dance
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S02D02.%20E06%e2%80%9310.iso#8
+#EXTINF:0,,2.10. Hollywood Ending
+dvd:///mnt/dvd/archive/A/Agent%20Carter/S02D02.%20E06%e2%80%9310.iso#10
diff --git a/ref/allo-allo.m3u8 b/ref/allo-allo.m3u8
new file mode 100644 (file)
index 0000000..1e59517
--- /dev/null
@@ -0,0 +1,180 @@
+#EXTM3U
+
+#EXTINF:0,,1.0. Pilot—The British are Coming
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/01.%20Pilot,%20S01%20E01%e2%80%9304.iso#7
+#EXTINF:0,,1.1. The British Have Come
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/01.%20Pilot,%20S01%20E01%e2%80%9304.iso#8
+#EXTINF:0,,1.2. Pigeon Post
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/01.%20Pilot,%20S01%20E01%e2%80%9304.iso#9
+#EXTINF:0,,1.3. Savile Row to the Rescue
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/01.%20Pilot,%20S01%20E01%e2%80%9304.iso#10
+#EXTINF:0,,1.4. The Execution
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/01.%20Pilot,%20S01%20E01%e2%80%9304.iso#11
+#EXTINF:0,,1.5. The Funeral
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/02.%20S01%20E05%e2%80%9307,%20S02%20E01.iso#7
+#EXTINF:0,,1.6. Red Nick's Colonel
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/02.%20S01%20E05%e2%80%9307,%20S02%20E01.iso#8
+#EXTINF:0,,1.7. The Dance of the Hitler Youth
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/02.%20S01%20E05%e2%80%9307,%20S02%20E01.iso#9
+
+#EXTINF:0,,2.1. Six Big Boobies
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/02.%20S01%20E05%e2%80%9307,%20S02%20E01.iso#10
+#EXTINF:0,,2.2. The Wooing of Widow Artois
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/03.%20S02%20E02%e2%80%9306.iso#7
+#EXTINF:0,,2.3. The Policeman Cometh
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/03.%20S02%20E02%e2%80%9306.iso#8
+#EXTINF:0,,2.4. Swiftly and with Style
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/03.%20S02%20E02%e2%80%9306.iso#9
+#EXTINF:0,,2.5. The Duel
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/03.%20S02%20E02%e2%80%9306.iso#10
+#EXTINF:0,,2.6. Herr Flick's Revenge
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/03.%20S02%20E02%e2%80%9306.iso#11
+#EXTINF:0,,2.7. Christmas Special—The Gateau from the Chateau
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/04.%20S02%20E07,%20S03%20E01%e2%80%9303.iso#7
+
+#EXTINF:0,,3.1. The Nicked Knockwurst
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/04.%20S02%20E07,%20S03%20E01%e2%80%9303.iso#8
+#EXTINF:0,,3.2. Gruber Does Some Mincing
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/04.%20S02%20E07,%20S03%20E01%e2%80%9303.iso#9
+#EXTINF:0,,3.3. The Sausage in the Wardrobe
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/04.%20S02%20E07,%20S03%20E01%e2%80%9303.iso#10
+#EXTINF:0,,3.4. Flights of Fancy
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/05.%20S03%20E04%e2%80%9306,%20S04%20E01%e2%80%9302.iso#7
+#EXTINF:0,,3.5. Pretty Maids All in a Row
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/05.%20S03%20E04%e2%80%9306,%20S04%20E01%e2%80%9302.iso#8
+#EXTINF:0,,3.6. The Great Un-Escape
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/05.%20S03%20E04%e2%80%9306,%20S04%20E01%e2%80%9302.iso#9
+
+#EXTINF:0,,4.1. Prisoners of War
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/05.%20S03%20E04%e2%80%9306,%20S04%20E01%e2%80%9302.iso#10
+#EXTINF:0,,4.2. Camp Dance
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/05.%20S03%20E04%e2%80%9306,%20S04%20E01%e2%80%9302.iso#11
+#EXTINF:0,,4.3. Good Staff Are Hard to Find
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/06.%20S04%20E03%e2%80%9306.iso#7
+#EXTINF:0,,4.4. The Flying Nun
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/06.%20S04%20E03%e2%80%9306.iso#8
+#EXTINF:0,,4.5. The Sausages in the Trousers
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/06.%20S04%20E03%e2%80%9306.iso#9
+#EXTINF:0,,4.6. The Jet-Propelled Mother-in-Law
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/06.%20S04%20E03%e2%80%9306.iso#10
+
+#EXTINF:0,,5.1. Desperate Doings in the Dungeon
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/07.%20S05%20E01%e2%80%9307.iso#5
+#EXTINF:0,,5.2. The Camera in the Potato
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/07.%20S05%20E01%e2%80%9307.iso#6
+#EXTINF:0,,5.3. Dinner with the General
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/07.%20S05%20E01%e2%80%9307.iso#7
+#EXTINF:0,,5.4. The Dreaded Circular Saw
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/07.%20S05%20E01%e2%80%9307.iso#8
+#EXTINF:0,,5.5. Otherwise Engaged
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/07.%20S05%20E01%e2%80%9307.iso#9
+#EXTINF:0,,5.6. A Marriage of Inconvenience
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/07.%20S05%20E01%e2%80%9307.iso#10
+#EXTINF:0,,5.7. No Hiding Place
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/07.%20S05%20E01%e2%80%9307.iso#11
+#EXTINF:0,,5.8. The Arrival of the Homing Duck
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/08.%20S05%20E08%e2%80%9313.iso#5
+#EXTINF:0,,5.9. Watch the Birdie
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/08.%20S05%20E08%e2%80%9313.iso#6
+#EXTINF:0,,5.10. René Under an Assumed Nose
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/08.%20S05%20E08%e2%80%9313.iso#7
+#EXTINF:0,,5.11. The Confusion of the Generals
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/08.%20S05%20E08%e2%80%9313.iso#8
+#EXTINF:0,,5.12. Who's for the Vatican?
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/08.%20S05%20E08%e2%80%9313.iso#9
+#EXTINF:0,,5.13. Ribbing the Bonk
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/08.%20S05%20E08%e2%80%9313.iso#10
+#EXTINF:0,,5.14. The Reluctant Millionaires
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/09.%20S05%20E14%e2%80%9320.iso#5
+#EXTINF:0,,5.15. A Duck for Lunch
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/09.%20S05%20E14%e2%80%9320.iso#6
+#EXTINF:0,,5.16. The Exploding Bedpan
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/09.%20S05%20E14%e2%80%9320.iso#7
+#EXTINF:0,,5.17. Going Like a Bomb
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/09.%20S05%20E14%e2%80%9320.iso#8
+#EXTINF:0,,5.18. Money to Burn
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/09.%20S05%20E14%e2%80%9320.iso#9
+#EXTINF:0,,5.19. Puddings Can Go Off
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/09.%20S05%20E14%e2%80%9320.iso#10
+#EXTINF:0,,5.20. Land Mines for London
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/09.%20S05%20E14%e2%80%9320.iso#11
+#EXTINF:0,,5.21. Flight to Geneva
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/10.%20S05%20E21%e2%80%9326.iso#5
+#EXTINF:0,,5.22. Train of Events
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/10.%20S05%20E21%e2%80%9326.iso#6
+#EXTINF:0,,5.23. An Enigma Variation
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/10.%20S05%20E21%e2%80%9326.iso#7
+#EXTINF:0,,5.24. Wedding Bloss
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/10.%20S05%20E21%e2%80%9326.iso#8
+#EXTINF:0,,5.25. Down the Drain
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/10.%20S05%20E21%e2%80%9326.iso#9
+#EXTINF:0,,5.26. All in Disgeese
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/10.%20S05%20E21%e2%80%9326.iso#10
+
+#EXTINF:0,,6.1. Desperate Doings in the Graveyard
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/11.%20S06%20E01%e2%80%9306.iso#2
+#EXTINF:0,,6.2. The Gestapo for the High Jump
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/11.%20S06%20E01%e2%80%9306.iso#3
+#EXTINF:0,,6.3. Nouvion Oars
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/11.%20S06%20E01%e2%80%9306.iso#4
+#EXTINF:0,,6.4. The Nicked Airmen
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/11.%20S06%20E01%e2%80%9306.iso#5
+#EXTINF:0,,6.5. The Airmen De-Nicked
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/11.%20S06%20E01%e2%80%9306.iso#6
+#EXTINF:0,,6.6. The Crooked Fences
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/11.%20S06%20E01%e2%80%9306.iso#7
+#EXTINF:0,,6.7. Crabtrees Podgeon Pist
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/12.%20S06%20E07%e2%80%9308,%20S07%20E01%e2%80%9304.iso#2
+#EXTINF:0,,6.8. Rising to the Occasion
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/12.%20S06%20E07%e2%80%9308,%20S07%20E01%e2%80%9304.iso#3
+
+#EXTINF:0,,7.1. A Quiet Honeymoon
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/12.%20S06%20E07%e2%80%9308,%20S07%20E01%e2%80%9304.iso#4
+#EXTINF:0,,7.2. An Almighty Bong
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/12.%20S06%20E07%e2%80%9308,%20S07%20E01%e2%80%9304.iso#5
+#EXTINF:0,,7.3. Fleeing Monks
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/12.%20S06%20E07%e2%80%9308,%20S07%20E01%e2%80%9304.iso#6
+#EXTINF:0,,7.4. Up the Crick Without a Piddle
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/12.%20S06%20E07%e2%80%9308,%20S07%20E01%e2%80%9304.iso#7
+#EXTINF:0,,7.5. The Gestapo Ruins a Picnic
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/13.%20S07%20E05%e2%80%9310.iso#2
+#EXTINF:0,,7.6. The Spirit of Nouvion
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/13.%20S07%20E05%e2%80%9310.iso#3
+#EXTINF:0,,7.7. Leg It to Spain!
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/13.%20S07%20E05%e2%80%9310.iso#4
+#EXTINF:0,,7.8. Prior Engagements
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/13.%20S07%20E05%e2%80%9310.iso#5
+#EXTINF:0,,7.9. Soup and Sausage
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/13.%20S07%20E05%e2%80%9310.iso#6
+#EXTINF:0,,7.10. René of the Gypsies
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/13.%20S07%20E05%e2%80%9310.iso#7
+
+#EXTINF:0,,8.1. Christmas Special—A Bun in the Oven
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/16.%20S09%20E05%e2%80%9306,%20S08%20E01.iso#7
+#EXTINF:0,,8.2. Arousing Suspicions
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/14.%20S08%20E02%e2%80%9306.iso#5
+#EXTINF:0,,8.3. A Woman Never Lies
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/14.%20S08%20E02%e2%80%9306.iso#6
+#EXTINF:0,,8.4. Hitler's Last Heil
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/14.%20S08%20E02%e2%80%9306.iso#7
+#EXTINF:0,,8.5. Awful Wedded Wife
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/14.%20S08%20E02%e2%80%9306.iso#8
+#EXTINF:0,,8.6. Firing Squashed
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/14.%20S08%20E02%e2%80%9306.iso#9
+#EXTINF:0,,8.7. A Fishful of Francs
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/15.%20S08%20E06%e2%80%9307,%20S09%20E01%e2%80%9304.iso#5
+#EXTINF:0,,8.8. Swan Song
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/15.%20S08%20E06%e2%80%9307,%20S09%20E01%e2%80%9304.iso#6
+
+#EXTINF:0,,9.1. Gone with the Windmill
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/15.%20S08%20E06%e2%80%9307,%20S09%20E01%e2%80%9304.iso#7
+#EXTINF:0,,9.2. A Tour de France
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/15.%20S08%20E06%e2%80%9307,%20S09%20E01%e2%80%9304.iso#8
+#EXTINF:0,,9.3. Dead Man Marching
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/15.%20S08%20E06%e2%80%9307,%20S09%20E01%e2%80%9304.iso#9
+#EXTINF:0,,9.4. Tarts and Flickers
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/15.%20S08%20E06%e2%80%9307,%20S09%20E01%e2%80%9304.iso#10
+#EXTINF:0,,9.5. A Fishy Sendoff
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/16.%20S09%20E05%e2%80%9306,%20S08%20E01.iso#5
+#EXTINF:0,,9.6. A Winkle in Time
+dvd:///mnt/dvd/archive/A/%27Allo%20%27Allo!/16.%20S09%20E05%e2%80%9306,%20S08%20E01.iso#6
diff --git a/ref/angel.m3u8 b/ref/angel.m3u8
new file mode 100644 (file)
index 0000000..7cdef7f
--- /dev/null
@@ -0,0 +1,226 @@
+#EXTM3U
+
+#EXTINF:0,,1.1. City of
+dvd:///mnt/dvd/archive/A/Angel/S01D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,1.2. Lonely Hearts
+dvd:///mnt/dvd/archive/A/Angel/S01D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,1.3. In the Dark
+dvd:///mnt/dvd/archive/A/Angel/S01D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,1.4. I Fall to Pieces
+dvd:///mnt/dvd/archive/A/Angel/S01D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,1.5. Rm w/a Vu
+dvd:///mnt/dvd/archive/A/Angel/S01D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,1.6. Sense & Sensitivity
+dvd:///mnt/dvd/archive/A/Angel/S01D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,1.7. Bachelor Party
+dvd:///mnt/dvd/archive/A/Angel/S01D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,1.8. I Will Remember You
+dvd:///mnt/dvd/archive/A/Angel/S01D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,1.9. Hero
+dvd:///mnt/dvd/archive/A/Angel/S01D03.%20E09%e2%80%9311.iso#1
+#EXTINF:0,,1.10. Parting Gifts
+dvd:///mnt/dvd/archive/A/Angel/S01D03.%20E09%e2%80%9311.iso#2
+#EXTINF:0,,1.11. Somnambulist
+dvd:///mnt/dvd/archive/A/Angel/S01D03.%20E09%e2%80%9311.iso#3
+#EXTINF:0,,1.12. Expecting
+dvd:///mnt/dvd/archive/A/Angel/S01D04.%20E12%e2%80%9315.iso#1
+#EXTINF:0,,1.13. She
+dvd:///mnt/dvd/archive/A/Angel/S01D04.%20E12%e2%80%9315.iso#2
+#EXTINF:0,,1.14. I've Got You Under My Skin
+dvd:///mnt/dvd/archive/A/Angel/S01D04.%20E12%e2%80%9315.iso#3
+#EXTINF:0,,1.15. The Prodigal
+dvd:///mnt/dvd/archive/A/Angel/S01D04.%20E12%e2%80%9315.iso#4
+#EXTINF:0,,1.16. The Ring
+dvd:///mnt/dvd/archive/A/Angel/S01D05.%20E16%e2%80%9319.iso#1
+#EXTINF:0,,1.17. Eternity
+dvd:///mnt/dvd/archive/A/Angel/S01D05.%20E16%e2%80%9319.iso#2
+#EXTINF:0,,1.18. Five By Five
+dvd:///mnt/dvd/archive/A/Angel/S01D05.%20E16%e2%80%9319.iso#3
+#EXTINF:0,,1.19. Sanctuary
+dvd:///mnt/dvd/archive/A/Angel/S01D05.%20E16%e2%80%9319.iso#4
+#EXTINF:0,,1.20. War Zone
+dvd:///mnt/dvd/archive/A/Angel/S01D06.%20E20%e2%80%9322.iso#1
+#EXTINF:0,,1.21. Blind Date
+dvd:///mnt/dvd/archive/A/Angel/S01D06.%20E20%e2%80%9322.iso#2
+#EXTINF:0,,1.22. To Shanshu in L.A.
+dvd:///mnt/dvd/archive/A/Angel/S01D06.%20E20%e2%80%9322.iso#3
+
+#EXTINF:0,,2.1. Judgment
+dvd:///mnt/dvd/archive/A/Angel/S02D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,2.2. Are You Now or Have You Ever Been
+dvd:///mnt/dvd/archive/A/Angel/S02D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,2.3. First Impressions
+dvd:///mnt/dvd/archive/A/Angel/S02D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,2.4. Untouched
+dvd:///mnt/dvd/archive/A/Angel/S02D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,2.5. Dear Boy
+dvd:///mnt/dvd/archive/A/Angel/S02D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,2.6. Guise Will Be Guise
+dvd:///mnt/dvd/archive/A/Angel/S02D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,2.7. Darla
+dvd:///mnt/dvd/archive/A/Angel/S02D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,2.8. The Shroud of Rahmon
+dvd:///mnt/dvd/archive/A/Angel/S02D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,2.9. The Trial
+dvd:///mnt/dvd/archive/A/Angel/S02D03.%20E09%e2%80%9311.iso#1
+#EXTINF:0,,2.10. Reunion
+dvd:///mnt/dvd/archive/A/Angel/S02D03.%20E09%e2%80%9311.iso#2
+#EXTINF:0,,2.11. Redefinition
+dvd:///mnt/dvd/archive/A/Angel/S02D03.%20E09%e2%80%9311.iso#3
+#EXTINF:0,,2.12. Blood Money
+dvd:///mnt/dvd/archive/A/Angel/S02D04.%20E12%e2%80%9315.iso#1
+#EXTINF:0,,2.13. Happy Anniversary
+dvd:///mnt/dvd/archive/A/Angel/S02D04.%20E12%e2%80%9315.iso#2
+#EXTINF:0,,2.14. The Thin Dead Line
+dvd:///mnt/dvd/archive/A/Angel/S02D04.%20E12%e2%80%9315.iso#3
+#EXTINF:0,,2.15. Reprise
+dvd:///mnt/dvd/archive/A/Angel/S02D04.%20E12%e2%80%9315.iso#4
+#EXTINF:0,,2.16. Epiphany
+dvd:///mnt/dvd/archive/A/Angel/S02D05.%20E16%e2%80%9319.iso#1
+#EXTINF:0,,2.17. Disharmony
+dvd:///mnt/dvd/archive/A/Angel/S02D05.%20E16%e2%80%9319.iso#2
+#EXTINF:0,,2.18. Dead End
+dvd:///mnt/dvd/archive/A/Angel/S02D05.%20E16%e2%80%9319.iso#3
+#EXTINF:0,,2.19. Belonging
+dvd:///mnt/dvd/archive/A/Angel/S02D05.%20E16%e2%80%9319.iso#4
+#EXTINF:0,,2.20. Over the Rainbow
+dvd:///mnt/dvd/archive/A/Angel/S02D06.%20E20%e2%80%9322.iso#1
+#EXTINF:0,,2.21. Through the Looking Glass
+dvd:///mnt/dvd/archive/A/Angel/S02D06.%20E20%e2%80%9322.iso#2
+#EXTINF:0,,2.22. There's No Place Like Plrtz Glrb
+dvd:///mnt/dvd/archive/A/Angel/S02D06.%20E20%e2%80%9322.iso#3
+
+#EXTINF:0,,3.1. Heartthrob
+dvd:///mnt/dvd/archive/A/Angel/S03D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,3.2. That Vision Thing
+dvd:///mnt/dvd/archive/A/Angel/S03D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,3.3. That Old Gang of Mine
+dvd:///mnt/dvd/archive/A/Angel/S03D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,3.4. Carpe Noctem
+dvd:///mnt/dvd/archive/A/Angel/S03D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,3.5. Fredless
+dvd:///mnt/dvd/archive/A/Angel/S03D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,3.6. Billy
+dvd:///mnt/dvd/archive/A/Angel/S03D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,3.7. Offspring
+dvd:///mnt/dvd/archive/A/Angel/S03D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,3.8. Quickening
+dvd:///mnt/dvd/archive/A/Angel/S03D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,3.9. Lullaby
+dvd:///mnt/dvd/archive/A/Angel/S03D03.%20E09%e2%80%9311.iso#1
+#EXTINF:0,,3.10. Dad
+dvd:///mnt/dvd/archive/A/Angel/S03D03.%20E09%e2%80%9311.iso#2
+#EXTINF:0,,3.11. Birthday
+dvd:///mnt/dvd/archive/A/Angel/S03D03.%20E09%e2%80%9311.iso#3
+#EXTINF:0,,3.12. Provider
+dvd:///mnt/dvd/archive/A/Angel/S03D04.%20E12%e2%80%9315.iso#1
+#EXTINF:0,,3.13. Waiting in the Wings
+dvd:///mnt/dvd/archive/A/Angel/S03D04.%20E12%e2%80%9315.iso#2
+#EXTINF:0,,3.14. Couplet
+dvd:///mnt/dvd/archive/A/Angel/S03D04.%20E12%e2%80%9315.iso#3
+#EXTINF:0,,3.15. Loyalty
+dvd:///mnt/dvd/archive/A/Angel/S03D04.%20E12%e2%80%9315.iso#4
+#EXTINF:0,,3.16. Sleep Tight
+dvd:///mnt/dvd/archive/A/Angel/S03D05.%20E16%e2%80%9319.iso#1
+#EXTINF:0,,3.17. Forgiving
+dvd:///mnt/dvd/archive/A/Angel/S03D05.%20E16%e2%80%9319.iso#2
+#EXTINF:0,,3.18. Double or Nothing
+dvd:///mnt/dvd/archive/A/Angel/S03D05.%20E16%e2%80%9319.iso#3
+#EXTINF:0,,3.19. The Price
+dvd:///mnt/dvd/archive/A/Angel/S03D05.%20E16%e2%80%9319.iso#4
+#EXTINF:0,,3.20. A New World
+dvd:///mnt/dvd/archive/A/Angel/S03D06.%20E20%e2%80%9322.iso#1
+#EXTINF:0,,3.21. Benediction
+dvd:///mnt/dvd/archive/A/Angel/S03D06.%20E20%e2%80%9322.iso#2
+#EXTINF:0,,3.22. Tomorrow
+dvd:///mnt/dvd/archive/A/Angel/S03D06.%20E20%e2%80%9322.iso#3
+
+#EXTINF:0,,4.1. Deep Down
+dvd:///mnt/dvd/archive/A/Angel/S04D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,4.2. Ground State
+dvd:///mnt/dvd/archive/A/Angel/S04D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,4.3. The House Always Wins
+dvd:///mnt/dvd/archive/A/Angel/S04D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,4.4. Slouching Toward Bethlehem
+dvd:///mnt/dvd/archive/A/Angel/S04D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,4.5. Supersymmetry
+dvd:///mnt/dvd/archive/A/Angel/S04D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,4.6. Spin the Bottle
+dvd:///mnt/dvd/archive/A/Angel/S04D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,4.7. Apocalypse, Nowish
+dvd:///mnt/dvd/archive/A/Angel/S04D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,4.8. Habeas Corpses
+dvd:///mnt/dvd/archive/A/Angel/S04D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,4.9. Long Day's Journey
+dvd:///mnt/dvd/archive/A/Angel/S04D03.%20E09%e2%80%9311.iso#1
+#EXTINF:0,,4.10. Awakening
+dvd:///mnt/dvd/archive/A/Angel/S04D03.%20E09%e2%80%9311.iso#2
+#EXTINF:0,,4.11. Soulless
+dvd:///mnt/dvd/archive/A/Angel/S04D03.%20E09%e2%80%9311.iso#3
+#EXTINF:0,,4.12. Calvary
+dvd:///mnt/dvd/archive/A/Angel/S04D04.%20E12%e2%80%9315.iso#1
+#EXTINF:0,,4.13. Salvage
+dvd:///mnt/dvd/archive/A/Angel/S04D04.%20E12%e2%80%9315.iso#2
+#EXTINF:0,,4.14. Release
+dvd:///mnt/dvd/archive/A/Angel/S04D04.%20E12%e2%80%9315.iso#3
+#EXTINF:0,,4.15. Orpheus
+dvd:///mnt/dvd/archive/A/Angel/S04D04.%20E12%e2%80%9315.iso#4
+#EXTINF:0,,4.16. Players
+dvd:///mnt/dvd/archive/A/Angel/S04D05.%20E16%e2%80%9319.iso#1
+#EXTINF:0,,4.17. Inside Out
+dvd:///mnt/dvd/archive/A/Angel/S04D05.%20E16%e2%80%9319.iso#2
+#EXTINF:0,,4.18. Shiny Happy People
+dvd:///mnt/dvd/archive/A/Angel/S04D05.%20E16%e2%80%9319.iso#3
+#EXTINF:0,,4.19. The Magic Bullet
+dvd:///mnt/dvd/archive/A/Angel/S04D05.%20E16%e2%80%9319.iso#4
+#EXTINF:0,,4.20. Sacrifice
+dvd:///mnt/dvd/archive/A/Angel/S04D06.%20E20%e2%80%9322.iso#1
+#EXTINF:0,,4.21. Peace Out
+dvd:///mnt/dvd/archive/A/Angel/S04D06.%20E20%e2%80%9322.iso#2
+#EXTINF:0,,4.22. Home
+dvd:///mnt/dvd/archive/A/Angel/S04D06.%20E20%e2%80%9322.iso#3
+
+#EXTINF:0,,5.1. Conviction
+dvd:///mnt/dvd/archive/A/Angel/S05D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,5.2. Just Rewards
+dvd:///mnt/dvd/archive/A/Angel/S05D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,5.3. Unleashed
+dvd:///mnt/dvd/archive/A/Angel/S05D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,5.4. Hell Bound
+dvd:///mnt/dvd/archive/A/Angel/S05D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,5.5. Life of the Party
+dvd:///mnt/dvd/archive/A/Angel/S05D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,5.6. The Cautionary Tale of Numero Cinco
+dvd:///mnt/dvd/archive/A/Angel/S05D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,5.7. Lineage
+dvd:///mnt/dvd/archive/A/Angel/S05D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,5.8. Destiny
+dvd:///mnt/dvd/archive/A/Angel/S05D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,5.9. Harm's Way
+dvd:///mnt/dvd/archive/A/Angel/S05D03.%20E09%e2%80%9311.iso#1
+#EXTINF:0,,5.10. Soul Purpose
+dvd:///mnt/dvd/archive/A/Angel/S05D03.%20E09%e2%80%9311.iso#2
+#EXTINF:0,,5.11. Damage
+dvd:///mnt/dvd/archive/A/Angel/S05D03.%20E09%e2%80%9311.iso#3
+#EXTINF:0,,5.12. You're Welcome
+dvd:///mnt/dvd/archive/A/Angel/S05D04.%20E12%e2%80%9315.iso#1
+#EXTINF:0,,5.13. Why We Fight
+dvd:///mnt/dvd/archive/A/Angel/S05D04.%20E12%e2%80%9315.iso#2
+#EXTINF:0,,5.14. Smile Time
+dvd:///mnt/dvd/archive/A/Angel/S05D04.%20E12%e2%80%9315.iso#3
+#EXTINF:0,,5.15. A Hole in the World
+dvd:///mnt/dvd/archive/A/Angel/S05D04.%20E12%e2%80%9315.iso#4
+#EXTINF:0,,5.16. Shells
+dvd:///mnt/dvd/archive/A/Angel/S05D05.%20E16%e2%80%9319.iso#1
+#EXTINF:0,,5.17. Underneath
+dvd:///mnt/dvd/archive/A/Angel/S05D05.%20E16%e2%80%9319.iso#2
+#EXTINF:0,,5.18. Origin
+dvd:///mnt/dvd/archive/A/Angel/S05D05.%20E16%e2%80%9319.iso#3
+#EXTINF:0,,5.19. Time Bomb
+dvd:///mnt/dvd/archive/A/Angel/S05D05.%20E16%e2%80%9319.iso#4
+#EXTINF:0,,5.20. The Girl in Question
+dvd:///mnt/dvd/archive/A/Angel/S05D06.%20E20%e2%80%9322.iso#1
+#EXTINF:0,,5.21. Power Play
+dvd:///mnt/dvd/archive/A/Angel/S05D06.%20E20%e2%80%9322.iso#2
+#EXTINF:0,,5.22. Not Fade Away
+dvd:///mnt/dvd/archive/A/Angel/S05D06.%20E20%e2%80%9322.iso#3
diff --git a/ref/babylon-5.m3u8 b/ref/babylon-5.m3u8
new file mode 100644 (file)
index 0000000..cb4e730
--- /dev/null
@@ -0,0 +1,238 @@
+#EXTM3U
+
+#EXTINF:0,,In the Beginning
+dvd:///mnt/dvd/archive/B/Babylon%205%e2%80%94In%20the%20Beginning.iso#1
+#EXTINF:0,,The Gathering
+dvd:///mnt/dvd/archive/B/Babylon%205%e2%80%94The%20Gathering.iso#1
+
+#EXTINF:0,,1.1. Midnight on the Firing Line
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,1.2. Soul Hunter
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,1.3. Born to the Purple
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,1.4. Infection
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,1.5. The Parliament of Dreams
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,1.6. Mind War
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,1.7. The War Prayer
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,1.8. And the Sky, Full of Stars
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,1.9. Deathwalker
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,1.10. Believers
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,1.11. Survivors
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,1.12. By Any Means Necessary
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,1.13. Signs and Portents
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,1.14. TKO
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,1.15. Grail
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,1.16. Eyes
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,1.17. Legacies
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,1.18. A Voice in the Wilderness (part 1)
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,1.19. A Voice in the Wilderness (part 2)
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,1.20. Babylon Squared
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,1.21. The Quality of Mercy
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D06.%20E21%e2%80%9322.iso#2
+#EXTINF:0,,1.22. Chrysalis
+dvd:///mnt/dvd/archive/B/Babylon%205/S01D06.%20E21%e2%80%9322.iso#3
+
+#EXTINF:0,,2.1. Points of Departure
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,2.2. Revelations
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,2.3. The Geometry of Shadows
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,2.4. A Distant Star
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,2.5. The Long Dark
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,2.6. Spider in the Web
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,2.7. Soul Mates
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,2.8. A Race Through Dark Places
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,2.9. The Coming of Shadows
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,2.10. GROPOS
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,2.11. All Alone in the Night
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,2.12. Acts of Sacrifice
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,2.13. Hunter, Prey
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,2.14. There All The Honor Lies
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,2.15. And Now for a Word
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,2.16. In the Shadow of Z'ha'dum
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,2.17. Knives
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,2.18. Confessions and Lamentations
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,2.19. Divided Loyalties
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,2.20. The Long, Twilight Struggle
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,2.21. Comes the Inquisitor
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D06.%20E21%e2%80%9322.iso#2
+#EXTINF:0,,2.22. The Fall of Night
+dvd:///mnt/dvd/archive/B/Babylon%205/S02D06.%20E21%e2%80%9322.iso#3
+
+#EXTINF:0,,3.1. Matters of Honor
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,3.2. Convictions
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,3.3. A Day in the Strife
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,3.4. Passing Through Gethsemane
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,3.5. Voices of Authority
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,3.6. Dust to Dust
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,3.7. Exogenesis
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,3.8. Messages from Earth
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,3.9. Point of No Return
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,3.10. Severed Dreams
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,3.11. Ceremonies of Light and Dark
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,3.12. Sic Transit Vir
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,3.13. A Late Delivery from Avalon
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,3.14. Ship of Tears
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,3.15. Interludes and Examinations
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,3.16. War Without End (part 1)
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,3.17. War Without End (part 2)
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,3.18. Walkabout
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,3.19. Grey 17 is Missin
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,3.20. And the Rock Cried Out, No Hiding Place
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,3.21. Shadow Dancing
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D06.%20E21%e2%80%9322.iso#2
+#EXTINF:0,,3.22. Z'ha'dum
+dvd:///mnt/dvd/archive/B/Babylon%205/S03D06.%20E21%e2%80%9322.iso#3
+
+#EXTINF:0,,4.1. The Hour of the Wolf
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,4.2. Whatever Happened to Mr. Garibaldi?
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,4.3. The Summoning
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,4.4. Falling Toward Apotheosis
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,4.5. The Long Night
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,4.6. Into the Fire
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,4.7. Epiphanies
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,4.8. The Illusion of Truth
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,4.9. Atonement
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,4.10. Racing Mars
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,4.11. Lines of Communication
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,4.12. Conflicts of Interest
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,4.13. Rumors, Bargains and Lies
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,4.14. Moments of Transition
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,4.15. No Surrender, No Retreat
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,4.16. The Exercise of Vital Powers
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,4.17. The Face of the Enemy
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,4.18. Intersections in Real Time
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,4.19. Between the Darkness and the Light
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,4.20. Endgame
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,4.21. Rising Star
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D06.%20E21%e2%80%9322.iso#2
+#EXTINF:0,,4.22. The Deconstruction of Falling Stars
+dvd:///mnt/dvd/archive/B/Babylon%205/S04D06.%20E21%e2%80%9322.iso#3
+
+#EXTINF:0,,5.1. No Compromises
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,5.2. The Very Long Night of Londo Mollari
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,5.3. The Paragon of Animals
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,5.4. A View from the Gallery
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,5.5. Learning Curve
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,5.6. Strange Relations
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,5.7. Secrets of the Soul
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,5.8. Day of the Dead
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,5.9. In the Kingdom of the Blind
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,5.10. A Tragedy of Telepaths
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,5.11. Phoenix Rising
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,5.12. The Ragged Edge
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,5.13. The Corps Is Mother, the Corps Is Father
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,5.14. Meditations on the Abyss
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,5.15. Darkness Ascending
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,5.16. And All My Dreams, Torn Asunder
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,5.17. Movements of Fire and Shadow
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,5.18. The Fall of Centauri Prime
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,5.19. The Wheel of Fire
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,5.20. Objects in Motion
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,5.21. Objects at Rest
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D06.%20E21%e2%80%9322.iso#2
+#EXTINF:0,,5.22. Sleeping in Light
+dvd:///mnt/dvd/archive/B/Babylon%205/S05D06.%20E21%e2%80%9322.iso#3
+
+#EXTINF:0,,Thirdspace
+dvd:///mnt/dvd/archive/B/Babylon%205%e2%80%94Thirdspace.iso#1
+#EXTINF:0,,The River of Souls
+dvd:///mnt/dvd/archive/B/Babylon%205%e2%80%94The%20River%20of%20Souls.iso#1
+#EXTINF:0,,A Call to Arms
+dvd:///mnt/dvd/archive/B/Babylon%205%e2%80%94A%20Call%20to%20Arms.iso#1
diff --git a/ref/between-the-lines.m3u8 b/ref/between-the-lines.m3u8
new file mode 100644 (file)
index 0000000..d22e2a9
--- /dev/null
@@ -0,0 +1,74 @@
+#EXTM3U
+
+#EXTINF:0,,1.1. Private Enterprise
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S01D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,1.2. Out of the Game
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S01D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,1.3. Words of Advice
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S01D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,1.4. Lies and Damned Lies
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S01D01.%20E01%e2%80%9304.iso#7
+#EXTINF:0,,1.5. A Watch and Chain of Course
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S01D02.%20E05%e2%80%9307.iso#2
+#EXTINF:0,,1.6. Lest Ye Be Judged
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S01D02.%20E05%e2%80%9307.iso#3
+#EXTINF:0,,1.7. Breaking Point
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S01D02.%20E05%e2%80%9307.iso#4
+#EXTINF:0,,1.8. The Only Good Copper
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S01D03.%20E08%e2%80%9310.iso#4
+#EXTINF:0,,1.9. Watching the Detectives
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S01D03.%20E08%e2%80%9310.iso#5
+#EXTINF:0,,1.10. Nothing to Declare
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S01D03.%20E08%e2%80%9310.iso#6
+#EXTINF:0,,1.11. Nothing Personal
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S01D04.%20E11%e2%80%9313.iso#4
+#EXTINF:0,,1.12. Nobody's Fireproof
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S01D04.%20E11%e2%80%9313.iso#5
+#EXTINF:0,,1.13. The Chill Factor
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S01D04.%20E11%e2%80%9313.iso#6
+
+#EXTINF:0,,2.1. New Order
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S02D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,2.2. Manslaughter
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S02D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,2.3. Crack Up
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S02D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,2.4. Honourable Men
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S02D01.%20E01%e2%80%9304.iso#7
+#EXTINF:0,,2.5. “Some Must Watch…”
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S02D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,2.6. Manoeuvre 11
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S02D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,2.7. The Fifth Estate
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S02D02.%20E05%e2%80%9308.iso#6
+#EXTINF:0,,2.8. The Great Detective
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S02D02.%20E05%e2%80%9308.iso#7
+#EXTINF:0,,2.9. Jumping the Lights
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S02D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,2.10. What's the Strength of This?
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S02D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,2.11. Big Boys' Rules (part 1)
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S02D03.%20E09%e2%80%9312.iso#6
+#EXTINF:0,,2.12. Big Boys' Rules (part 2)
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S02D03.%20E09%e2%80%9312.iso#7
+
+#EXTINF:0,,3.1. Foxtrot Oscar
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S03D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,3.2. A Safe Pair of Hands
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S03D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,3.3. A Face in the Crowd
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S03D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,3.4. Shoot to Kill
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S03D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,3.5. Close Protection
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S03D02.%20E05%e2%80%9307.iso#2
+#EXTINF:0,,3.6. Blooded
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S03D02.%20E05%e2%80%9307.iso#3
+#EXTINF:0,,3.7. Unknown Soldier
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S03D02.%20E05%e2%80%9307.iso#4
+#EXTINF:0,,3.8. Free Trade
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S03D03.%20E08%e2%80%9310.iso#2
+#EXTINF:0,,3.9. The End User (part 1)
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S03D03.%20E08%e2%80%9310.iso#3
+#EXTINF:0,,3.10. The End User (part 2)
+dvd:///mnt/dvd/archive/B/Between%20the%20Lines/S03D03.%20E08%e2%80%9310.iso#4
diff --git a/ref/blakes-7.m3u8 b/ref/blakes-7.m3u8
new file mode 100644 (file)
index 0000000..6277ce1
--- /dev/null
@@ -0,0 +1,109 @@
+#EXTM3U
+
+#EXTINF:0,,1.1. The Way Back
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S01D01.%20E01%e2%80%9303.iso#3
+#EXTINF:0,,1.2. Space Fall
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S01D01.%20E01%e2%80%9303.iso#4
+#EXTINF:0,,1.3. Cygnus Alpha
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S01D01.%20E01%e2%80%9303.iso#5
+#EXTINF:0,,1.4. Time Squad
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S01D02.%20E04%e2%80%9306.iso#4
+#EXTINF:0,,1.5. The Web
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S01D02.%20E04%e2%80%9306.iso#5
+#EXTINF:0,,1.6. Seek-Locate-Destroy
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S01D02.%20E04%e2%80%9306.iso#6
+#EXTINF:0,,1.7. Mission to Destiny
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S01D03.%20E07%e2%80%9309.iso#5
+#EXTINF:0,,1.8. Duel
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S01D03.%20E07%e2%80%9309.iso#6
+#EXTINF:0,,1.9. Project Avalon
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S01D03.%20E07%e2%80%9309.iso#7
+#EXTINF:0,,1.10. Breakdown
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S01D04.%20E10%e2%80%9312.iso#4
+#EXTINF:0,,1.11. Bounty
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S01D04.%20E10%e2%80%9312.iso#5
+#EXTINF:0,,1.12. Deliverance
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S01D04.%20E10%e2%80%9312.iso#6
+#EXTINF:0,,1.13. Orac
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S01D05.%20E13.iso#15
+
+#EXTINF:0,,2.1. Redemption
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S02D01.%20E01%e2%80%9303.iso#3
+#EXTINF:0,,2.2. Shadow
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S02D01.%20E01%e2%80%9303.iso#4
+#EXTINF:0,,2.3. Weapon
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S02D01.%20E01%e2%80%9303.iso#5
+#EXTINF:0,,2.4. Horizon
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S02D02.%20E04%e2%80%9306.iso#3
+#EXTINF:0,,2.5. Pressure Point
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S02D02.%20E04%e2%80%9306.iso#4
+#EXTINF:0,,2.6. Trial
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S02D02.%20E04%e2%80%9306.iso#5
+#EXTINF:0,,2.7. Killer
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S02D03.%20E07%e2%80%9309.iso#3
+#EXTINF:0,,2.8. Hostage
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S02D03.%20E07%e2%80%9309.iso#4
+#EXTINF:0,,2.9. Countdown
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S02D03.%20E07%e2%80%9309.iso#5
+#EXTINF:0,,2.10. Voice from the Past
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S02D04.%20E10%e2%80%9312.iso#3
+#EXTINF:0,,2.11. Gambit
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S02D04.%20E10%e2%80%9312.iso#4
+#EXTINF:0,,2.12. The Keeper
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S02D04.%20E10%e2%80%9312.iso#5
+#EXTINF:0,,2.13. Star One
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S02D05.%20E13.iso#3
+
+#EXTINF:0,,3.1. Aftermath
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S03D01.%20E01%e2%80%9303.iso#7
+#EXTINF:0,,3.2. Powerplay
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S03D01.%20E01%e2%80%9303.iso#9
+#EXTINF:0,,3.3. Volcano
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S03D01.%20E01%e2%80%9303.iso#8
+#EXTINF:0,,3.4. Dawn of the Gods
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S03D02.%20E04%e2%80%9306.iso#7
+#EXTINF:0,,3.5. The Harvest of Kairos
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S03D02.%20E04%e2%80%9306.iso#9
+#EXTINF:0,,3.6. City at the Edge of the World
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S03D02.%20E04%e2%80%9306.iso#8
+#EXTINF:0,,3.7. Children of Auron
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S03D03.%20E07%e2%80%9309.iso#7
+#EXTINF:0,,3.8. Rumours of Death
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S03D03.%20E07%e2%80%9309.iso#12
+#EXTINF:0,,3.9. Sarcophagus
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S03D03.%20E07%e2%80%9309.iso#8
+#EXTINF:0,,3.10. Ultraworld
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S03D04.%20E10%e2%80%9312.iso#7
+#EXTINF:0,,3.11. Moloch
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S03D04.%20E10%e2%80%9312.iso#8
+#EXTINF:0,,3.12. Death-Watch
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S03D04.%20E10%e2%80%9312.iso#11
+#EXTINF:0,,3.13. Terminal
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S03D05.%20E13.iso#3
+
+#EXTINF:0,,4.1. Rescue
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S04D01.%20E01%e2%80%9303.iso#3
+#EXTINF:0,,4.2. Power
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S04D01.%20E01%e2%80%9303.iso#4
+#EXTINF:0,,4.3. Traitor
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S04D01.%20E01%e2%80%9303.iso#5
+#EXTINF:0,,4.4. Stardrive
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S04D02.%20E04%e2%80%9306.iso#3
+#EXTINF:0,,4.5. Animals
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S04D02.%20E04%e2%80%9306.iso#4
+#EXTINF:0,,4.6. Headhunter
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S04D02.%20E04%e2%80%9306.iso#5
+#EXTINF:0,,4.7. Assassin
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S04D03.%20E07%e2%80%9309.iso#3
+#EXTINF:0,,4.8. Games
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S04D03.%20E07%e2%80%9309.iso#4
+#EXTINF:0,,4.9. Sand
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S04D03.%20E07%e2%80%9309.iso#5
+#EXTINF:0,,4.10. Gold
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S04D04.%20E10%e2%80%9312.iso#3
+#EXTINF:0,,4.11. Orbit
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S04D04.%20E10%e2%80%9312.iso#4
+#EXTINF:0,,4.12. Warlord
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S04D04.%20E10%e2%80%9312.iso#5
+#EXTINF:0,,4.13. Blake
+dvd:///mnt/dvd/archive/B/Blake%27s%207/S04D05.%20E13.iso#8
diff --git a/ref/brass-eye.m3u8 b/ref/brass-eye.m3u8
new file mode 100644 (file)
index 0000000..c12e854
--- /dev/null
@@ -0,0 +1,34 @@
+#EXTM3U
+
+#EXTINF:0,,Animals
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#24
+#EXTINF:0,,Drugs
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#67
+#EXTINF:0,,Science
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#78
+#EXTINF:0,,Sex
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#92
+#EXTINF:0,,Crime
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#96
+#EXTINF:0,,Decline
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#99
+#EXTINF:0,,Pædophilia special
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#46
+#EXTINF:0,,Hippo interview
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#25
+#EXTINF:0,,Extended elephant
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#26
+#EXTINF:0,,Science 30"
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#29
+#EXTINF:0,,Special 24"
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#28
+#EXTINF:0,,Special 10"
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#27
+#EXTINF:0,,JLb-8: Little White Butt
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#49
+#EXTINF:0,,Funny Eyed Guy
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#51
+#EXTINF:0,,Cake Music
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#50
+#EXTINF:0,,Blouse: Me Oh Myra
+dvd:///mnt/dvd/archive/B/Brass%20Eye.iso#48
diff --git a/ref/bsg-1978.m3u8 b/ref/bsg-1978.m3u8
new file mode 100644 (file)
index 0000000..72b2cd5
--- /dev/null
@@ -0,0 +1,44 @@
+#EXTM3U
+
+#EXTINF:0,,1–3. Saga of a Star World
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,4. The Lost Planet of the Gods (part 1)
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,5. The Lost Planet of the Gods (part 2)
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,6. The Lost Warrior
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,7. The Long Patrol
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,8. The Gun on Ice Planet Zero (part 1)
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,9. The Gun on Ice Planet Zero (part 2)
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,10. The Magnificent Warriors
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,11. The Young Lords
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,12. The Living Legend (part 1)
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,13. The Living Legend (part 2)
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,14. Fire in Space
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,15. War of the Gods (part 1)
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,16. War of the Gods (part 2)
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,17. The Man with Nine Lives
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,18. Murder on the Rising Star
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,19, 20. Greetings from Earth (parts 1 & 2)
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,21. Baltar's Escape
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/06.%20E21%e2%80%9324.iso#1
+#EXTINF:0,,22. Experiment in Terra
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/06.%20E21%e2%80%9324.iso#2
+#EXTINF:0,,23. Take the Celestra
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/06.%20E21%e2%80%9324.iso#3
+#EXTINF:0,,24. The Hand of God
+dvd:///mnt/dvd/archive/B/Battlestar%20Galactica%20%281978%29/06.%20E21%e2%80%9324.iso#4
diff --git a/ref/btvs.m3u8 b/ref/btvs.m3u8
new file mode 100644 (file)
index 0000000..db2fa7b
--- /dev/null
@@ -0,0 +1,296 @@
+#EXTM3U
+
+#EXTINF:0,,1.1. Welcome to the Hellmouth
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S01D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,1.2. The Harvest
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S01D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,1.3. Witch
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S01D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,1.4. Teacher's Pet
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S01D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,1.5. Never Kill a Boy on the First Date
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S01D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,1.6. The Pack
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S01D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,1.7. Angel
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S01D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,1.8. I, Robot... You, Jane
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S01D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,1.9. The Puppet Show
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S01D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,1.10. Nightmares
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S01D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,1.11. Out of Mind, Out of Sight
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S01D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,1.12. Prophecy Girl
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S01D03.%20E09%e2%80%9312.iso#4
+
+#EXTINF:0,,2.1. When She Was Bad
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,2.2. Some Assembly Required
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,2.3. School Hard
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,2.4. Inca Mummy Girl
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,2.5. Reptile Boy
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,2.6. Halloween
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,2.7. Lie to Me
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,2.8. The Dark Age
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,2.9. What's My Line (Part 1)
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,2.10. What's My Line (Part 2)
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,2.11. Ted
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,2.12. Bad Eggs
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,2.13. Surprise
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,2.14. Innocence
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,2.15. Phases
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,2.16. Bewitched, Bothered and Bewildered
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,2.17. Passion
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,2.18. Killed by Death
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,2.19. I Only Have Eyes for You
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,2.20. Go Fish
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,2.21. Becoming (Part 1)
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D06.%20E21%e2%80%9322.iso#1
+#EXTINF:0,,2.22. Becoming (Part 2)
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S02D06.%20E21%e2%80%9322.iso#2
+
+#EXTINF:0,,3.1. Anne
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,3.2. Dead Man's Party
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,3.3. Faith, Hope & Trick
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,3.4. Beauty and the Beasts
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,3.5. Homecoming
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,3.6. Band Candy
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,3.7. Revelations
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,3.8. Lovers Walk
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,3.9. The Wish
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D03.%20E09%e2%80%9311.iso#1
+#EXTINF:0,,3.10. Amends
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D03.%20E09%e2%80%9311.iso#2
+#EXTINF:0,,3.11. Gingerbread
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D03.%20E09%e2%80%9311.iso#3
+#EXTINF:0,,3.12. Helpless
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D04.%20E12%e2%80%9315.iso#1
+#EXTINF:0,,3.13. The Zeppo
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D04.%20E12%e2%80%9315.iso#2
+#EXTINF:0,,3.14. Bad Girls
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D04.%20E12%e2%80%9315.iso#3
+#EXTINF:0,,3.15. Consequences
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D04.%20E12%e2%80%9315.iso#4
+#EXTINF:0,,3.16. Doppelgangland
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D05.%20E16%e2%80%9319.iso#1
+#EXTINF:0,,3.17. Enemies
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D05.%20E16%e2%80%9319.iso#2
+#EXTINF:0,,3.18. Earshot
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D05.%20E16%e2%80%9319.iso#3
+#EXTINF:0,,3.19. Choices
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D05.%20E16%e2%80%9319.iso#4
+#EXTINF:0,,3.20. The Prom
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D06.%20E20%e2%80%9322.iso#1
+#EXTINF:0,,3.21. Graduation Day (Part 1)
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D06.%20E20%e2%80%9322.iso#2
+#EXTINF:0,,3.22. Graduation Day (Part 2)
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S03D06.%20E20%e2%80%9322.iso#3
+
+#EXTINF:0,,4.1. The Freshman
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,4.2. Living Conditions
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,4.3. The Harsh Light of Day
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,4.4. Fear, Itself
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,4.5. Beer Bad
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,4.6. Wild at Heart
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,4.7. The Initiative
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,4.8. Pangs
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,4.9. Something Blue
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D03.%20E09%e2%80%9311.iso#1
+#EXTINF:0,,4.10. Hush
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D03.%20E09%e2%80%9311.iso#2
+#EXTINF:0,,4.11. Doomed
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D03.%20E09%e2%80%9311.iso#3
+#EXTINF:0,,4.12. A New Man
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D04.%20E12%e2%80%9315.iso#1
+#EXTINF:0,,4.13. The I in Team
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D04.%20E12%e2%80%9315.iso#2
+#EXTINF:0,,4.14. Goodbye Iowa
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D04.%20E12%e2%80%9315.iso#3
+#EXTINF:0,,4.15. This Year's Girl
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D04.%20E12%e2%80%9315.iso#4
+#EXTINF:0,,4.16. Who Are You
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D05.%20E16%e2%80%9319.iso#1
+#EXTINF:0,,4.17. Superstar
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D05.%20E16%e2%80%9319.iso#2
+#EXTINF:0,,4.18. Where the Wild Things Are
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D05.%20E16%e2%80%9319.iso#3
+#EXTINF:0,,4.19. New Moon Rising
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D05.%20E16%e2%80%9319.iso#4
+#EXTINF:0,,4.20. The Yoko Factor
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D06.%20E20%e2%80%9322.iso#1
+#EXTINF:0,,4.21. Primeval
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D06.%20E20%e2%80%9322.iso#2
+#EXTINF:0,,4.22. Restless
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S04D06.%20E20%e2%80%9322.iso#3
+
+#EXTINF:0,,5.1. Buffy vs. Dracula
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,5.2. Real Me
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,5.3. The Replacement
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,5.4. Out of My Mind
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,5.5. No Place Like Home
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,5.6. Family
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,5.7. Fool for Love
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,5.8. Shadow
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,5.9. Listening to Fear
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D03.%20E09%e2%80%9311.iso#1
+#EXTINF:0,,5.10. Into the Woods
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D03.%20E09%e2%80%9311.iso#2
+#EXTINF:0,,5.11. Triangle
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D03.%20E09%e2%80%9311.iso#3
+#EXTINF:0,,5.12. Checkpoint
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D04.%20E12%e2%80%9315.iso#1
+#EXTINF:0,,5.13. Blood Ties
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D04.%20E12%e2%80%9315.iso#2
+#EXTINF:0,,5.14. Crush
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D04.%20E12%e2%80%9315.iso#3
+#EXTINF:0,,5.15. I Was Made to Love You
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D04.%20E12%e2%80%9315.iso#4
+#EXTINF:0,,5.16. The Body
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D05.%20E16%e2%80%9319.iso#1
+#EXTINF:0,,5.17. Forever
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D05.%20E16%e2%80%9319.iso#2
+#EXTINF:0,,5.18. Intervention
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D05.%20E16%e2%80%9319.iso#3
+#EXTINF:0,,5.19. Tough Love
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D05.%20E16%e2%80%9319.iso#4
+#EXTINF:0,,5.20. Spiral
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D06.%20E20%e2%80%9322.iso#1
+#EXTINF:0,,5.21. The Weight of the World
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D06.%20E20%e2%80%9322.iso#2
+#EXTINF:0,,5.22. The Gift
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S05D06.%20E20%e2%80%9322.iso#3
+
+#EXTINF:0,,6.1. Bargaining (Part 1)
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,6.2. Bargaining (Part 2)
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,6.3. After Life
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,6.4. Flooded
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,6.5. Life Serial
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,6.6. All the Way
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,6.7. Once More, with Feeling
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,6.8. Tabula Rasa
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,6.9. Smashed
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D03.%20E09%e2%80%9311.iso#1
+#EXTINF:0,,6.10. Wrecked
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D03.%20E09%e2%80%9311.iso#2
+#EXTINF:0,,6.11. Gone
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D03.%20E09%e2%80%9311.iso#3
+#EXTINF:0,,6.12. Doublemeat Palace
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D04.%20E12%e2%80%9315.iso#1
+#EXTINF:0,,6.13. Dead Things
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D04.%20E12%e2%80%9315.iso#2
+#EXTINF:0,,6.14. Older and Far Away
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D04.%20E12%e2%80%9315.iso#3
+#EXTINF:0,,6.15. As You Were
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D04.%20E12%e2%80%9315.iso#4
+#EXTINF:0,,6.16. Hell's Bells
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D05.%20E16%e2%80%9319.iso#1
+#EXTINF:0,,6.17. Normal Again
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D05.%20E16%e2%80%9319.iso#2
+#EXTINF:0,,6.18. Entropy
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D05.%20E16%e2%80%9319.iso#3
+#EXTINF:0,,6.19. Seeing Red
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D05.%20E16%e2%80%9319.iso#4
+#EXTINF:0,,6.20. Villains
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D06.%20E20%e2%80%9322.iso#1
+#EXTINF:0,,6.21. Two to Go
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D06.%20E20%e2%80%9322.iso#2
+#EXTINF:0,,6.22. Grave
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S06D06.%20E20%e2%80%9322.iso#3
+
+#EXTINF:0,,7.1. Lessons
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,7.2. Beneath You
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,7.3. Same Time, Same Place
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,7.4. Help
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,7.5. Selfless
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,7.6. Him
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,7.7. Conversations with Dead People
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,7.8. Sleeper
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,7.9. Never Leave Me
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D03.%20E09%e2%80%9311.iso#1
+#EXTINF:0,,7.10. Bring on the Night
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D03.%20E09%e2%80%9311.iso#2
+#EXTINF:0,,7.11. Showtime
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D03.%20E09%e2%80%9311.iso#3
+#EXTINF:0,,7.12. Potential
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D04.%20E12%e2%80%9315.iso#1
+#EXTINF:0,,7.13. The Killer in Me
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D04.%20E12%e2%80%9315.iso#2
+#EXTINF:0,,7.14. First Date
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D04.%20E12%e2%80%9315.iso#3
+#EXTINF:0,,7.15. Get It Done
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D04.%20E12%e2%80%9315.iso#4
+#EXTINF:0,,7.16. Storyteller
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D05.%20E16%e2%80%9319.iso#1
+#EXTINF:0,,7.17. Lies My Parents Told Me
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D05.%20E16%e2%80%9319.iso#2
+#EXTINF:0,,7.18. Dirty Girls
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D05.%20E16%e2%80%9319.iso#3
+#EXTINF:0,,7.19. Empty Places
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D05.%20E16%e2%80%9319.iso#4
+#EXTINF:0,,7.20. Touched
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D06.%20E20%e2%80%9322.iso#1
+#EXTINF:0,,7.21. End of Days
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D06.%20E20%e2%80%9322.iso#2
+#EXTINF:0,,7.22. Chosen
+dvd:///mnt/dvd/archive/B/Buffy%20the%20Vampire%20Slayer/S07D06.%20E20%e2%80%9322.iso#3
diff --git a/ref/dollhouse.m3u8 b/ref/dollhouse.m3u8
new file mode 100644 (file)
index 0000000..6da6abe
--- /dev/null
@@ -0,0 +1,55 @@
+#EXTM3U
+
+#EXTINF:0,,1.1. Ghost
+dvd:///mnt/dvd/archive/D/Dollhouse/S01D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,1.2. The Target
+dvd:///mnt/dvd/archive/D/Dollhouse/S01D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,1.3. Stage Fright
+dvd:///mnt/dvd/archive/D/Dollhouse/S01D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,1.4. Gray Hour
+dvd:///mnt/dvd/archive/D/Dollhouse/S01D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,1.5. True Believer
+dvd:///mnt/dvd/archive/D/Dollhouse/S01D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,1.6. Man on the Street
+dvd:///mnt/dvd/archive/D/Dollhouse/S01D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,1.7. Echoes
+dvd:///mnt/dvd/archive/D/Dollhouse/S01D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,1.8. Needs
+dvd:///mnt/dvd/archive/D/Dollhouse/S01D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,1.9. A Spy in the House of Love
+dvd:///mnt/dvd/archive/D/Dollhouse/S01D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,1.10. Haunted
+dvd:///mnt/dvd/archive/D/Dollhouse/S01D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,1.11. Briar Rose
+dvd:///mnt/dvd/archive/D/Dollhouse/S01D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,1.12. Omega
+dvd:///mnt/dvd/archive/D/Dollhouse/S01D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,1.13. Epitaph One
+dvd:///mnt/dvd/archive/D/Dollhouse/S01D04.%20E13.iso#1
+
+#EXTINF:0,,2.1. Vows
+dvd:///mnt/dvd/archive/D/Dollhouse/S02D01.%20E01%e2%80%9303.iso#2
+#EXTINF:0,,2.2. Instinct
+dvd:///mnt/dvd/archive/D/Dollhouse/S02D01.%20E01%e2%80%9303.iso#3
+#EXTINF:0,,2.3. Belle Chose
+dvd:///mnt/dvd/archive/D/Dollhouse/S02D01.%20E01%e2%80%9303.iso#4
+#EXTINF:0,,2.4. Belonging
+dvd:///mnt/dvd/archive/D/Dollhouse/S02D02.%20E04%e2%80%9307.iso#2
+#EXTINF:0,,2.5. The Public Eye
+dvd:///mnt/dvd/archive/D/Dollhouse/S02D02.%20E04%e2%80%9307.iso#3
+#EXTINF:0,,2.6. The Left Hand
+dvd:///mnt/dvd/archive/D/Dollhouse/S02D02.%20E04%e2%80%9307.iso#4
+#EXTINF:0,,2.7. Meet Jane Doe
+dvd:///mnt/dvd/archive/D/Dollhouse/S02D02.%20E04%e2%80%9307.iso#5
+#EXTINF:0,,2.8. A Love Supreme
+dvd:///mnt/dvd/archive/D/Dollhouse/S02D03.%20E08%e2%80%9311.iso#2
+#EXTINF:0,,2.9. Stop-Loss
+dvd:///mnt/dvd/archive/D/Dollhouse/S02D03.%20E08%e2%80%9311.iso#3
+#EXTINF:0,,2.10. The Attic
+dvd:///mnt/dvd/archive/D/Dollhouse/S02D03.%20E08%e2%80%9311.iso#4
+#EXTINF:0,,2.11. Getting Closer
+dvd:///mnt/dvd/archive/D/Dollhouse/S02D03.%20E08%e2%80%9311.iso#5
+#EXTINF:0,,2.12. The Hollow Men
+dvd:///mnt/dvd/archive/D/Dollhouse/S02D04.%20E12%e2%80%9313.iso#2
+#EXTINF:0,,2.13. Epitaph Two—Return
+dvd:///mnt/dvd/archive/D/Dollhouse/S02D04.%20E12%e2%80%9313.iso#3
diff --git a/ref/drwho-crusade.m3u8 b/ref/drwho-crusade.m3u8
new file mode 100644 (file)
index 0000000..5ec19fa
--- /dev/null
@@ -0,0 +1,10 @@
+#EXTM3U
+
+#EXTINF:0,,1. The Lion
+dvd:///mnt/dvd/archive/D/Doctor%20Who%e2%80%94Lost%20in%20Time/01.%20Hartnell%20era.iso#10
+#EXTINF:0,,2. The Knight of Jaffa
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S02E06%20P.%20The%20Crusade/E02.%20The%20Knight%20of%20Jaffa.flac
+#EXTINF:0,,3. The Wheel of Fortune
+dvd:///mnt/dvd/archive/D/Doctor%20Who%e2%80%94Lost%20in%20Time/01.%20Hartnell%20era.iso#7
+#EXTINF:0,,4. The Warlords
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S02E06%20P.%20The%20Crusade/E04.%20The%20Warlords.flac
diff --git a/ref/drwho-highlanders.m3u8 b/ref/drwho-highlanders.m3u8
new file mode 100644 (file)
index 0000000..56cc389
--- /dev/null
@@ -0,0 +1,10 @@
+#EXTM3U
+
+#EXTINF:0,,The Highlanders—Part 1
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S04E04%20FF.%20The%20Highlanders/E01.flac
+#EXTINF:0,,The Highlanders—Part 2
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S04E04%20FF.%20The%20Highlanders/E02.flac
+#EXTINF:0,,The Highlanders—Part 3
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S04E04%20FF.%20The%20Highlanders/E03.flac
+#EXTINF:0,,The Highlanders—Part 4
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S04E04%20FF.%20The%20Highlanders/E04.flac
diff --git a/ref/drwho-invasion.m3u8 b/ref/drwho-invasion.m3u8
new file mode 100644 (file)
index 0000000..7de985e
--- /dev/null
@@ -0,0 +1,18 @@
+#EXTM3U
+
+#EXTINF:0,,The Invasion—Part 1
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E03%20VV.%20The%20Invasion%20%28parts%201%e2%80%934%29.iso#3
+#EXTINF:0,,The Invasion—Part 2
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E03%20VV.%20The%20Invasion%20%28parts%201%e2%80%934%29.iso#4
+#EXTINF:0,,The Invasion—Part 3
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E03%20VV.%20The%20Invasion%20%28parts%201%e2%80%934%29.iso#5
+#EXTINF:0,,The Invasion—Part 4
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E03%20VV.%20The%20Invasion%20%28parts%201%e2%80%934%29.iso#6
+#EXTINF:0,,The Invasion—Part 5
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E03%20VV.%20The%20Invasion%20%28parts%205%e2%80%938%29.iso#4
+#EXTINF:0,,The Invasion—Part 6
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E03%20VV.%20The%20Invasion%20%28parts%205%e2%80%938%29.iso#5
+#EXTINF:0,,The Invasion—Part 7
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E03%20VV.%20The%20Invasion%20%28parts%205%e2%80%938%29.iso#6
+#EXTINF:0,,The Invasion—Part 8
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E03%20VV.%20The%20Invasion%20%28parts%205%e2%80%938%29.iso#7
diff --git a/ref/drwho-marco-polo.m3u8 b/ref/drwho-marco-polo.m3u8
new file mode 100644 (file)
index 0000000..96cd3ae
--- /dev/null
@@ -0,0 +1,16 @@
+#EXTM3U
+
+#EXTINF:0,,1. The Roof of the World
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S01E04%20D.%20Marco%20Polo/E01.%20The%20Roof%20of%20the%20World.flac
+#EXTINF:0,,2. The Singing Sands
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S01E04%20D.%20Marco%20Polo/E02.%20The%20Singing%20Sands.flac
+#EXTINF:0,,3. Five Hundred Eyes
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S01E04%20D.%20Marco%20Polo/E03.%20Five%20Hundred%20Eyes.flac
+#EXTINF:0,,4. The Wall of Lies
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S01E04%20D.%20Marco%20Polo/E04.%20The%20Wall%20of%20Lies.flac
+#EXTINF:0,,5. Rider from Shang-tu
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S01E04%20D.%20Marco%20Polo/E05.%20Rider%20from%20Shang-tu.flac
+#EXTINF:0,,6. Mighty Kublai Khan
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S01E04%20D.%20Marco%20Polo/E06.%20Mighty%20Kublai%20Khan.flac
+#EXTINF:0,,7. Assassin at Peking
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S01E04%20D.%20Marco%20Polo/E07.%20Assassin%20at%20Peking.flac
diff --git a/ref/drwho-massacre.m3u8 b/ref/drwho-massacre.m3u8
new file mode 100644 (file)
index 0000000..0b9c039
--- /dev/null
@@ -0,0 +1,10 @@
+#EXTM3U
+
+#EXTINF:0,,1. War of God
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E05%20W.%20The%20Massacre%20of%20St%20Bartholomew%27s%20Eve/E01.%20War%20of%20God.flac
+#EXTINF:0,,2. The Sea Beggar
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E05%20W.%20The%20Massacre%20of%20St%20Bartholomew%27s%20Eve/E02.%20The%20Sea%20Beggar.flac
+#EXTINF:0,,3. Priest of Death
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E05%20W.%20The%20Massacre%20of%20St%20Bartholomew%27s%20Eve/E03.%20Priest%20of%20Death.flac
+#EXTINF:0,,4. Bell of Doom
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E05%20W.%20The%20Massacre%20of%20St%20Bartholomew%27s%20Eve/E04.%20Bell%20of%20Doom.flac
diff --git a/ref/drwho-masterplan.m3u8 b/ref/drwho-masterplan.m3u8
new file mode 100644 (file)
index 0000000..1508d00
--- /dev/null
@@ -0,0 +1,28 @@
+#EXTM3U
+
+#EXTINF:0,,0. Mission to the Unknown
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E02%20T-A.%20Mission%20to%20the%20Unknown/E01.flac
+#EXTINF:0,,1. The Nightmare Begins
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E04%20V.%20The%20Daleks%27%20Master%20Plan/E01.%20The%20Nightmare%20Begins.flac
+#EXTINF:0,,2. Day of Armageddon
+dvd:///mnt/dvd/archive/D/Doctor%20Who%e2%80%94Lost%20in%20Time/01.%20Hartnell%20era.iso#23
+#EXTINF:0,,3. Devil's Planet
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E04%20V.%20The%20Daleks%27%20Master%20Plan/E03.%20Devil%27s%20Planet.flac
+#EXTINF:0,,4. The Traitors
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E04%20V.%20The%20Daleks%27%20Master%20Plan/E04.%20The%20Traitors.flac
+#EXTINF:0,,5. Counter Plot
+dvd:///mnt/dvd/archive/D/Doctor%20Who%e2%80%94Lost%20in%20Time/01.%20Hartnell%20era.iso#13
+#EXTINF:0,,6. Coronas of the Sun
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E04%20V.%20The%20Daleks%27%20Master%20Plan/E06.%20Coronas%20of%20the%20Sun.flac
+#EXTINF:0,,7. The Feast of Steven
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E04%20V.%20The%20Daleks%27%20Master%20Plan/E07.%20The%20Feast%20of%20Steven.flac
+#EXTINF:0,,8. Volcano
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E04%20V.%20The%20Daleks%27%20Master%20Plan/E08.%20Volcano.flac
+#EXTINF:0,,9. Golden Death
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E04%20V.%20The%20Daleks%27%20Master%20Plan/E09.%20Golden%20Death.flac
+#EXTINF:0,,10. Escape Switch
+dvd:///mnt/dvd/archive/D/Doctor%20Who%e2%80%94Lost%20in%20Time/01.%20Hartnell%20era.iso#14
+#EXTINF:0,,11. The Abandoned Planet
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E04%20V.%20The%20Daleks%27%20Master%20Plan/E11.%20The%20Abandoned%20Planet.flac
+#EXTINF:0,,12. Destruction of Time
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E04%20V.%20The%20Daleks%27%20Master%20Plan/E12.%20Destruction%20of%20Time.flac
diff --git a/ref/drwho-pirates.m3u8 b/ref/drwho-pirates.m3u8
new file mode 100644 (file)
index 0000000..f7d484a
--- /dev/null
@@ -0,0 +1,14 @@
+#EXTM3U
+
+#EXTINF:0,,The Space Pirates—Part 1
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S06E06%20YY.%20The%20Space%20Pirates/E01.flac
+#EXTINF:0,,The Space Pirates—Part 2
+dvd:///mnt/dvd/archive/D/Doctor%20Who%e2%80%94Lost%20in%20Time/03.%20Troughton%20era,%20seasons%205%20%26%206.iso#18
+#EXTINF:0,,The Space Pirates—Part 3
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S06E06%20YY.%20The%20Space%20Pirates/E03.flac
+#EXTINF:0,,The Space Pirates—Part 4
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S06E06%20YY.%20The%20Space%20Pirates/E04.flac
+#EXTINF:0,,The Space Pirates—Part 5
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S06E06%20YY.%20The%20Space%20Pirates/E05.flac
+#EXTINF:0,,The Space Pirates—Part 6
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S06E06%20YY.%20The%20Space%20Pirates/E06.flac
diff --git a/ref/drwho-savages.m3u8 b/ref/drwho-savages.m3u8
new file mode 100644 (file)
index 0000000..910f73b
--- /dev/null
@@ -0,0 +1,10 @@
+#EXTM3U
+
+#EXTINF:0,,The Savages—Part 1
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E09%20AA.%20The%20Savages/E01.flac
+#EXTINF:0,,The Savages—Part 2
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E09%20AA.%20The%20Savages/E02.flac
+#EXTINF:0,,The Savages—Part 3
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E09%20AA.%20The%20Savages/E03.flac
+#EXTINF:0,,The Savages—Part 4
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E09%20AA.%20The%20Savages/E04.flac
diff --git a/ref/drwho-silurians.m3u8 b/ref/drwho-silurians.m3u8
new file mode 100644 (file)
index 0000000..d65a58d
--- /dev/null
@@ -0,0 +1,16 @@
+#EXTM3U
+
+#EXTINF:0,,Doctor Who and the Silurians—Part 1
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S07E02%20BBB.%20Doctor%20Who%20and%20the%20Silurians%20%28parts%201%e2%80%934%29.iso#3
+#EXTINF:0,,Doctor Who and the Silurians—Part 2
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S07E02%20BBB.%20Doctor%20Who%20and%20the%20Silurians%20%28parts%201%e2%80%934%29.iso#4
+#EXTINF:0,,Doctor Who and the Silurians—Part 3
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S07E02%20BBB.%20Doctor%20Who%20and%20the%20Silurians%20%28parts%201%e2%80%934%29.iso#5
+#EXTINF:0,,Doctor Who and the Silurians—Part 4
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S07E02%20BBB.%20Doctor%20Who%20and%20the%20Silurians%20%28parts%201%e2%80%934%29.iso#6
+#EXTINF:0,,Doctor Who and the Silurians—Part 5
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S07E02%20BBB.%20Doctor%20Who%20and%20the%20Silurians%20%28parts%205%e2%80%937%29.iso#3
+#EXTINF:0,,Doctor Who and the Silurians—Part 6
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S07E02%20BBB.%20Doctor%20Who%20and%20the%20Silurians%20%28parts%205%e2%80%937%29.iso#4
+#EXTINF:0,,Doctor Who and the Silurians—Part 7
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S07E02%20BBB.%20Doctor%20Who%20and%20the%20Silurians%20%28parts%205%e2%80%937%29.iso#5
diff --git a/ref/drwho-smugglers.m3u8 b/ref/drwho-smugglers.m3u8
new file mode 100644 (file)
index 0000000..667991e
--- /dev/null
@@ -0,0 +1,10 @@
+#EXTM3U
+
+#EXTINF:0,,The Smugglers—Part 1
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S04E01%20CC.%20The%20Smugglers/E01.flac
+#EXTINF:0,,The Smugglers—Part 2
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S04E01%20CC.%20The%20Smugglers/E02.flac
+#EXTINF:0,,The Smugglers—Part 3
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S04E01%20CC.%20The%20Smugglers/E03.flac
+#EXTINF:0,,The Smugglers—Part 4
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S04E01%20CC.%20The%20Smugglers/E04.flac
diff --git a/ref/drwho-snowmen.m3u8 b/ref/drwho-snowmen.m3u8
new file mode 100644 (file)
index 0000000..e697f40
--- /dev/null
@@ -0,0 +1,10 @@
+#EXTM3U
+
+#EXTINF:0,,The Abominable Snowmen—Part 1
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S05E02%20NN.%20The%20Abominable%20Snowmen/E01.flac
+#EXTINF:0,,The Abominable Snowmen—Part 2
+dvd:///mnt/dvd/archive/D/Doctor%20Who%e2%80%94Lost%20in%20Time/03.%20Troughton%20era,%20seasons%205%20%26%206.iso#12
+#EXTINF:0,,The Abominable Snowmen—Part 3
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S05E02%20NN.%20The%20Abominable%20Snowmen/E03.flac
+#EXTINF:0,,The Abominable Snowmen—Part 4
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S05E02%20NN.%20The%20Abominable%20Snowmen/E04.flac
diff --git a/ref/drwho-toymaker.m3u8 b/ref/drwho-toymaker.m3u8
new file mode 100644 (file)
index 0000000..8d66da9
--- /dev/null
@@ -0,0 +1,10 @@
+#EXTM3U
+
+#EXTINF:0,,1. The Celestial Toyroom
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E07%20Y.%20The%20Celestial%20Toymaker/E01.%20The%20Celestial%20Toyroom.flac
+#EXTINF:0,,2. The Hall of Dolls
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E07%20Y.%20The%20Celestial%20Toymaker/E02.%20The%20Hall%20of%20Dolls.flac
+#EXTINF:0,,3. The Dancing Floor
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S03E07%20Y.%20The%20Celestial%20Toymaker/E03.%20The%20Dancing%20Floor.flac
+#EXTINF:0,,4. The Final Test
+dvd:///mnt/dvd/archive/D/Doctor%20Who%e2%80%94Lost%20in%20Time/01.%20Hartnell%20era.iso#15
diff --git a/ref/drwho-war-games.m3u8 b/ref/drwho-war-games.m3u8
new file mode 100644 (file)
index 0000000..ddce247
--- /dev/null
@@ -0,0 +1,22 @@
+#EXTM3U
+
+#EXTINF:0,,The War Games—Part 1
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E07%20ZZ.%20The%20War%20Games%20%28parts%201%e2%80%935%29.iso#3
+#EXTINF:0,,The War Games—Part 2
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E07%20ZZ.%20The%20War%20Games%20%28parts%201%e2%80%935%29.iso#4
+#EXTINF:0,,The War Games—Part 3
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E07%20ZZ.%20The%20War%20Games%20%28parts%201%e2%80%935%29.iso#5
+#EXTINF:0,,The War Games—Part 4
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E07%20ZZ.%20The%20War%20Games%20%28parts%201%e2%80%935%29.iso#6
+#EXTINF:0,,The War Games—Part 5
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E07%20ZZ.%20The%20War%20Games%20%28parts%201%e2%80%935%29.iso#7
+#EXTINF:0,,The War Games—Part 6
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E07%20ZZ.%20The%20War%20Games%20%28parts%206%e2%80%9310%29.iso#3
+#EXTINF:0,,The War Games—Part 7
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E07%20ZZ.%20The%20War%20Games%20%28parts%206%e2%80%9310%29.iso#4
+#EXTINF:0,,The War Games—Part 8
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E07%20ZZ.%20The%20War%20Games%20%28parts%206%e2%80%9310%29.iso#5
+#EXTINF:0,,The War Games—Part 9
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E07%20ZZ.%20The%20War%20Games%20%28parts%206%e2%80%9310%29.iso#6
+#EXTINF:0,,The War Games—Part 10
+dvd:///mnt/dvd/archive/D/Doctor%20Who/S06E07%20ZZ.%20The%20War%20Games%20%28parts%206%e2%80%9310%29.iso#7
diff --git a/ref/drwho-wheel.m3u8 b/ref/drwho-wheel.m3u8
new file mode 100644 (file)
index 0000000..3a722a7
--- /dev/null
@@ -0,0 +1,14 @@
+#EXTM3U
+
+#EXTINF:0,,The Wheel in Space—Part 1
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S05E07%20SS.%20The%20Wheel%20in%20Space/E01.flac
+#EXTINF:0,,The Wheel in Space—Part 2
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S05E07%20SS.%20The%20Wheel%20in%20Space/E02.flac
+#EXTINF:0,,The Wheel in Space—Part 3
+dvd:///mnt/dvd/archive/D/Doctor%20Who%e2%80%94Lost%20in%20Time/03.%20Troughton%20era,%20seasons%205%20%26%206.iso#16
+#EXTINF:0,,The Wheel in Space—Part 4
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S05E07%20SS.%20The%20Wheel%20in%20Space/E04.flac
+#EXTINF:0,,The Wheel in Space—Part 5
+/mnt/dvd/archive/D/Doctor%20Who%e2%80%94The%20Lost%20TV%20Episodes%20%28audio%29/S05E07%20SS.%20The%20Wheel%20in%20Space/E05.flac
+#EXTINF:0,,The Wheel in Space—Part 6
+dvd:///mnt/dvd/archive/D/Doctor%20Who%e2%80%94Lost%20in%20Time/03.%20Troughton%20era,%20seasons%205%20%26%206.iso#14
diff --git a/ref/fawlty-towers.m3u8 b/ref/fawlty-towers.m3u8
new file mode 100644 (file)
index 0000000..22caa08
--- /dev/null
@@ -0,0 +1,27 @@
+#EXTM3U
+
+#EXTINF:0,,1.1. A Touch of Class
+dvd:///mnt/dvd/archive/F/Fawlty%20Towers/Series%20One.iso#1
+#EXTINF:0,,1.2. The Builders
+dvd:///mnt/dvd/archive/F/Fawlty%20Towers/Series%20One.iso#2
+#EXTINF:0,,1.3. The Wedding Party
+dvd:///mnt/dvd/archive/F/Fawlty%20Towers/Series%20One.iso#3
+#EXTINF:0,,1.4. The Hotel Inspectors
+dvd:///mnt/dvd/archive/F/Fawlty%20Towers/Series%20One.iso#4
+#EXTINF:0,,1.5. Gourmet Night
+dvd:///mnt/dvd/archive/F/Fawlty%20Towers/Series%20One.iso#5
+#EXTINF:0,,1.6. The Germans
+dvd:///mnt/dvd/archive/F/Fawlty%20Towers/Series%20One.iso#6
+
+#EXTINF:0,,2.1. Communication Problems
+dvd:///mnt/dvd/archive/F/Fawlty%20Towers/Series%20Two.iso#1
+#EXTINF:0,,2.2. The Psychiatrist
+dvd:///mnt/dvd/archive/F/Fawlty%20Towers/Series%20Two.iso#2
+#EXTINF:0,,2.3. Waldorf Salad
+dvd:///mnt/dvd/archive/F/Fawlty%20Towers/Series%20Two.iso#3
+#EXTINF:0,,2.4. The Kipper and the Corpse
+dvd:///mnt/dvd/archive/F/Fawlty%20Towers/Series%20Two.iso#4
+#EXTINF:0,,2.5. The Anniversary
+dvd:///mnt/dvd/archive/F/Fawlty%20Towers/Series%20Two.iso#5
+#EXTINF:0,,2.6. Basil the Rat
+dvd:///mnt/dvd/archive/F/Fawlty%20Towers/Series%20Two.iso#6
diff --git a/ref/firefly.m3u8 b/ref/firefly.m3u8
new file mode 100644 (file)
index 0000000..76ea373
--- /dev/null
@@ -0,0 +1,33 @@
+#EXTM3U
+
+#EXTINF:0,,1. Serenity
+dvd:///mnt/dvd/archive/F/Firefly/01.%20E01%e2%80%9303.iso#1
+#EXTINF:0,,2. The Train Job
+dvd:///mnt/dvd/archive/F/Firefly/01.%20E01%e2%80%9303.iso#2
+#EXTINF:0,,3. Bushwhacked
+dvd:///mnt/dvd/archive/F/Firefly/01.%20E01%e2%80%9303.iso#3
+#EXTINF:0,,4. Shindig
+dvd:///mnt/dvd/archive/F/Firefly/02.%20E04%e2%80%9307.iso#1
+#EXTINF:0,,5. Safe
+dvd:///mnt/dvd/archive/F/Firefly/02.%20E04%e2%80%9307.iso#2
+#EXTINF:0,,6. Our Mrs. Reynolds
+dvd:///mnt/dvd/archive/F/Firefly/02.%20E04%e2%80%9307.iso#3
+#EXTINF:0,,7. Jaynestown
+dvd:///mnt/dvd/archive/F/Firefly/02.%20E04%e2%80%9307.iso#4
+#EXTINF:0,,8. Out of Gas
+dvd:///mnt/dvd/archive/F/Firefly/03.%20E08%e2%80%9311.iso#1
+#EXTINF:0,,9. Ariel
+dvd:///mnt/dvd/archive/F/Firefly/03.%20E08%e2%80%9311.iso#2
+#EXTINF:0,,10. War Stories
+dvd:///mnt/dvd/archive/F/Firefly/03.%20E08%e2%80%9311.iso#3
+#EXTINF:0,,11. Trash
+dvd:///mnt/dvd/archive/F/Firefly/03.%20E08%e2%80%9311.iso#4
+#EXTINF:0,,12. The Message
+dvd:///mnt/dvd/archive/F/Firefly/04.%20E12%e2%80%9314.iso#1
+#EXTINF:0,,13. Heart of Gold
+dvd:///mnt/dvd/archive/F/Firefly/04.%20E12%e2%80%9314.iso#2
+#EXTINF:0,,14. Objects in Space
+dvd:///mnt/dvd/archive/F/Firefly/04.%20E12%e2%80%9314.iso#3
+
+#EXTINF:0,,Serenity
+dvd:///mnt/dvd/archive/S/Serenity.iso#1
diff --git a/ref/flying-circus.m3u8 b/ref/flying-circus.m3u8
new file mode 100644 (file)
index 0000000..c52925c
--- /dev/null
@@ -0,0 +1,1067 @@
+#EXTM3U
+
+#EXTINF:0,,1.1. Whither Canada?: ‘It's Wolfgang Amadeus Mozart’; Famous deaths
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#2:1-2:1
+#EXTINF:0,,1.1. Whither Canada?: Italian Lesson
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#2:2-2:2
+#EXTINF:0,,1.1. Whither Canada?: Whizzo butter
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#2:3-2:3
+#EXTINF:0,,1.1. Whither Canada?: ‘It's the Arts’ – Sir Edward Ross
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#2:4-2:4
+#EXTINF:0,,1.1. Whither Canada?: Arthur ‘Two-Sheds’ Jackson
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#2:5-2:5
+#EXTINF:0,,1.1. Whither Canada?: Picasso/cycling race
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#2:6-2:6
+#EXTINF:0,,1.1. Whither Canada?: The funniest joke in the world
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#2:7-2:7
+#EXTINF:0,,1.2. Sex and Violence: Flying sheep
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:1-4:1
+#EXTINF:0,,1.2. Sex and Violence: French lecture on sheep-aircraft
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:2-4:2
+#EXTINF:0,,1.2. Sex and Violence: Pepperpots discuss French philosophers
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:3-4:3
+#EXTINF:0,,1.2. Sex and Violence: Cartoon – The Thinker
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:4-4:4
+#EXTINF:0,,1.2. Sex and Violence: A man with three buttocks
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:5-4:5
+#EXTINF:0,,1.2. Sex and Violence: A man with two noses
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:6-4:6
+#EXTINF:0,,1.2. Sex and Violence: Musical mice
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:7-4:7
+#EXTINF:0,,1.2. Sex and Violence: Marriage guidance counsellor
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:8-4:8
+#EXTINF:0,,1.2. Sex and Violence: The wacky queen
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:9-4:9
+#EXTINF:0,,1.2. Sex and Violence: Working-class playwright
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:10-4:10
+#EXTINF:0,,1.2. Sex and Violence: A Scotsman on a horse
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:11-4:11
+#EXTINF:0,,1.2. Sex and Violence: Cartoon – Flying sheep
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:12-4:12
+#EXTINF:0,,1.2. Sex and Violence: The wrestling epilogue
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:13-4:13
+#EXTINF:0,,1.2. Sex and Violence: Cartoon – Cowboys, baby carriage and the musical statue
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:14-4:14
+#EXTINF:0,,1.2. Sex and Violence: The mouse problem
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4:15-4:15
+#EXTINF:0,,1.3. How to Recognize Different Types of Tree from Quite a Long Way Away: Court scene (witness i coffin/Cardinal Richelieu)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#5:1-5:1
+#EXTINF:0,,1.3. How to Recognize Different Types of Tree from Quite a Long Way Away: The larch
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#5:2-5:2
+#EXTINF:0,,1.3. How to Recognize Different Types of Tree from Quite a Long Way Away: Bicycle Repair Man
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#5:3-5:3
+#EXTINF:0,,1.3. How to Recognize Different Types of Tree from Quite a Long Way Away: Children's stories
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#5:4-5:4
+#EXTINF:0,,1.3. How to Recognize Different Types of Tree from Quite a Long Way Away: Cartoon – Animals and clergy
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#5:5-5:5
+#EXTINF:0,,1.3. How to Recognize Different Types of Tree from Quite a Long Way Away: Donkey rides
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#5:6-5:6
+#EXTINF:0,,1.3. How to Recognize Different Types of Tree from Quite a Long Way Away: Restaurant sketch (dirty fork)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#5:7-5:7
+#EXTINF:0,,1.3. How to Recognize Different Types of Tree from Quite a Long Way Away: Cartoon – ‘Purchase a Past’ commercial
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#5:8-5:8
+#EXTINF:0,,1.3. How to Recognize Different Types of Tree from Quite a Long Way Away: Seduced milkmen
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#5:9-5:9
+#EXTINF:0,,1.3. How to Recognize Different Types of Tree from Quite a Long Way Away: Stolen newsreader
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#5:10-5:10
+#EXTINF:0,,1.3. How to Recognize Different Types of Tree from Quite a Long Way Away: Children's interview
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#5:11-5:11
+#EXTINF:0,,1.3. How to Recognize Different Types of Tree from Quite a Long Way Away: Nudge nudge
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#5:12-5:12
+#EXTINF:0,,1.4. Owl-Stretching Time: Live from the Cardiff Rooms, Libya/Song (‘And Did Those Feet’)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#6:1-6:1
+#EXTINF:0,,1.4. Owl-Stretching Time: Art gallery
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#6:2-6:2
+#EXTINF:0,,1.4. Owl-Stretching Time: Art critic
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#6:3-6:3
+#EXTINF:0,,1.4. Owl-Stretching Time: It's a man's life in the modern army
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#6:4-6:4
+#EXTINF:0,,1.4. Owl-Stretching Time: Undressing in public (changing on the beach)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#6:5-6:5
+#EXTINF:0,,1.4. Owl-Stretching Time: Self-defence against fresh fruit
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#6:6-6:6
+#EXTINF:0,,1.4. Owl-Stretching Time: Cartoon – Changing on the beach
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#6:7-6:7
+#EXTINF:0,,1.4. Owl-Stretching Time: Rustic monologue
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#6:8-6:8
+#EXTINF:0,,1.4. Owl-Stretching Time: Secret Service dentists
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#6:9-6:9
+#EXTINF:0,,1.5. Man's Crisis of Identity in the Latter Half of the Twentieth Century: Confuse-a-Cat
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#7:1-7:1
+#EXTINF:0,,1.5. Man's Crisis of Identity in the Latter Half of the Twentieth Century: The smuggler
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#7:2-7:2
+#EXTINF:0,,1.5. Man's Crisis of Identity in the Latter Half of the Twentieth Century: A duck, a cat and a lizard (discussion)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#7:3-7:3
+#EXTINF:0,,1.5. Man's Crisis of Identity in the Latter Half of the Twentieth Century: Vox pops on smuggling
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#7:4-7:4
+#EXTINF:0,,1.5. Man's Crisis of Identity in the Latter Half of the Twentieth Century: Police raid
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#7:5-7:5
+#EXTINF:0,,1.5. Man's Crisis of Identity in the Latter Half of the Twentieth Century: Letters and vox pops
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#7:6-7:6
+#EXTINF:0,,1.5. Man's Crisis of Identity in the Latter Half of the Twentieth Century: Newsreader arrested
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#7:7-7:7
+#EXTINF:0,,1.5. Man's Crisis of Identity in the Latter Half of the Twentieth Century: Erotic film
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#7:8-7:8
+#EXTINF:0,,1.5. Man's Crisis of Identity in the Latter Half of the Twentieth Century: Cartoon – Charles Fatless
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#7:9-7:9
+#EXTINF:0,,1.5. Man's Crisis of Identity in the Latter Half of the Twentieth Century: Silly job interview
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#7:10-7:10
+#EXTINF:0,,1.5. Man's Crisis of Identity in the Latter Half of the Twentieth Century: Careers advisory board
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#7:11-7:11
+#EXTINF:0,,1.5. Man's Crisis of Identity in the Latter Half of the Twentieth Century: Burglar/encyclopædia salesman
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#7:12-7:12
+#EXTINF:0,,1.6. It's the Arts: Caption costs
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8:1-8:1
+#EXTINF:0,,1.6. It's the Arts: Cartoon – Autograph/Introduction to ‘It's the Arts’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8:2-8:2
+#EXTINF:0,,1.6. It's the Arts: Johann Gombolputty … von Hauptkopf of Ulm
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8:3-8:3
+#EXTINF:0,,1.6. It's the Arts: Cartoon – Censored
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8:4-8:4
+#EXTINF:0,,1.6. It's the Arts: Non-illegal robbery
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8:5-8:5
+#EXTINF:0,,1.6. It's the Arts: Vox pops
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8:6-8:6
+#EXTINF:0,,1.6. It's the Arts: Crunchy frog
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8:7-8:7
+#EXTINF:0,,1.6. It's the Arts: The dull life of a City stockbroker
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8:8-8:8
+#EXTINF:0,,1.6. It's the Arts: Cartoon – Superhero
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8:9-8:9
+#EXTINF:0,,1.6. It's the Arts: Red Indian in theatre
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8:10-8:10
+#EXTINF:0,,1.6. It's the Arts: Policemen make wonderful friends
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8:11-8:11
+#EXTINF:0,,1.6. It's the Arts: A Scotsman on a horse/Young Lochinvar
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8:12-8:12
+#EXTINF:0,,1.6. It's the Arts: Cartoon – Vicious baby carriage
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8:13-8:13
+#EXTINF:0,,1.6. It's the Arts: Twentieth-Century Vole (Irving C. Saltzberg)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8:14-8:14
+#EXTINF:0,,1.7. You're No Fun Any More: Camel spotting
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#16:1-16:1
+#EXTINF:0,,1.7. You're No Fun Any More: Cartoon – Band concert
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#16:2-16:2
+#EXTINF:0,,1.7. You're No Fun Any More: You're no fun any more
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#16:3-16:3
+#EXTINF:0,,1.7. You're No Fun Any More: The audit
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#16:4-16:4
+#EXTINF:0,,1.7. You're No Fun Any More: Science fiction sketch: Man turns into Scotsman
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#16:5-16:5
+#EXTINF:0,,1.7. You're No Fun Any More: Police station
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#16:6-16:6
+#EXTINF:0,,1.7. You're No Fun Any More: Blancmanges playing tennis
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#16:7-16:7
+#EXTINF:0,,1.8. Full Frontal Nudity: Vox pops on nudity and the permissive society
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#2:1-2:1
+#EXTINF:0,,1.8. Full Frontal Nudity: Army protection racket
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#2:2-2:2
+#EXTINF:0,,1.8. Full Frontal Nudity: Cartoon – Full frontal nudity
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#2:3-2:3
+#EXTINF:0,,1.8. Full Frontal Nudity: More vox pops
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#2:4-2:4
+#EXTINF:0,,1.8. Full Frontal Nudity: Art critic – the place of the nude
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#2:5-2:5
+#EXTINF:0,,1.8. Full Frontal Nudity: Buying a bed
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#2:6-2:6
+#EXTINF:0,,1.8. Full Frontal Nudity: Too silly
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#2:7-2:7
+#EXTINF:0,,1.8. Full Frontal Nudity: Hermits
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#2:8-2:8
+#EXTINF:0,,1.8. Full Frontal Nudity: Cartoon – Meat grinder
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#2:9-2:9
+#EXTINF:0,,1.8. Full Frontal Nudity: Dead parrot
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#2:10-2:10
+#EXTINF:0,,1.8. Full Frontal Nudity: The flasher
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#2:11-2:11
+#EXTINF:0,,1.8. Full Frontal Nudity: Hell's Grannies
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#2:12-2:12
+#EXTINF:0,,1.9. The Ant, an Introduction: Llamas
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#4:1-4:1
+#EXTINF:0,,1.9. The Ant, an Introduction: A man with a tape recorder up his nose
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#4:2-4:2
+#EXTINF:0,,1.9. The Ant, an Introduction: Kilimanjaro expedition/Sir George Head (double vision)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#4:3-4:3
+#EXTINF:0,,1.9. The Ant, an Introduction: A man with a tape recorder up his brother's nose
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#4:4-4:4
+#EXTINF:0,,1.9. The Ant, an Introduction: Cartoon – Clergyman selling encyclopædias
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#4:5-4:5
+#EXTINF:0,,1.9. The Ant, an Introduction: Homicidal barber
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#4:6-4:6
+#EXTINF:0,,1.9. The Ant, an Introduction: Lumberjack song
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#4:7-4:7
+#EXTINF:0,,1.9. The Ant, an Introduction: Gumby crooner
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#4:8-4:8
+#EXTINF:0,,1.9. The Ant, an Introduction: The refreshment room at Bletchley (Kenny Lust introduction)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#4:9-4:9
+#EXTINF:0,,1.9. The Ant, an Introduction: Hunting film
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#4:10-4:10
+#EXTINF:0,,1.9. The Ant, an Introduction: The visitors
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#4:11-4:11
+#EXTINF:0,,1.10. Untitled: Walk-on part in sketch
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5:1-5:1
+#EXTINF:0,,1.10. Untitled: Bank robber (lingerie shop)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5:2-5:2
+#EXTINF:0,,1.10. Untitled: Trailer (Tonight's programmes with Henry Unction)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5:3-5:3
+#EXTINF:0,,1.10. Untitled: Arthur Tree
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5:4-5:4
+#EXTINF:0,,1.10. Untitled: Cartoon – Wooden impressions
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5:5-5:5
+#EXTINF:0,,1.10. Untitled: Vocational guidance counsellor (chartered accountant)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5:6-5:6
+#EXTINF:0,,1.10. Untitled: David Unction link
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5:7-5:7
+#EXTINF:0,,1.10. Untitled: The first man to jump the Channel (Ron Obvious)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5:8-5:8
+#EXTINF:0,,1.10. Untitled: Tunnelling from Godalming to Java
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5:9-5:9
+#EXTINF:0,,1.10. Untitled: Pet conversions
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5:10-5:10
+#EXTINF:0,,1.10. Untitled: Gorilla librarian
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5:11-5:11
+#EXTINF:0,,1.10. Untitled: Letters to ‘Daily Mirror’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5:12-5:12
+#EXTINF:0,,1.10. Untitled: Strangers in the night
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5:13-5:13
+#EXTINF:0,,1.10. Untitled: Cartoon – Animals eating
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5:14-5:14
+#EXTINF:0,,1.11. The Royal Philharmonic Orchestra Goes to the Bathroom: The Royal Philharmonic Orchestra Goes to the Bathroom
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#6:1-6:1
+#EXTINF:0,,1.11. The Royal Philharmonic Orchestra Goes to the Bathroom: Letter (lavatorial humour); Cartoon – More lavatorial humour
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#6:2-6:2
+#EXTINF:0,,1.11. The Royal Philharmonic Orchestra Goes to the Bathroom: Interruptions (‘The World of History’)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#6:3-6:3
+#EXTINF:0,,1.11. The Royal Philharmonic Orchestra Goes to the Bathroom: Agatha Christie sketch
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#6:4-6:4
+#EXTINF:0,,1.11. The Royal Philharmonic Orchestra Goes to the Bathroom: Undertakers film
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#6:5-6:5
+#EXTINF:0,,1.11. The Royal Philharmonic Orchestra Goes to the Bathroom: Literary football discussion (Jimmy Buzzard interview)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#6:6-6:6
+#EXTINF:0,,1.11. The Royal Philharmonic Orchestra Goes to the Bathroom: Undertakers film (undertakers and naked ladies)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#6:7-6:7
+#EXTINF:0,,1.11. The Royal Philharmonic Orchestra Goes to the Bathroom: Interesting people
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#6:8-6:8
+#EXTINF:0,,1.11. The Royal Philharmonic Orchestra Goes to the Bathroom: Tired undertakers
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#6:9-6:9
+#EXTINF:0,,1.11. The Royal Philharmonic Orchestra Goes to the Bathroom: Cartoon – Coffins
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#6:10-6:10
+#EXTINF:0,,1.11. The Royal Philharmonic Orchestra Goes to the Bathroom: Eighteenth century social legislation (‘The World of History’)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#6:11-6:11
+#EXTINF:0,,1.11. The Royal Philharmonic Orchestra Goes to the Bathroom: The Battle of Trafalgar
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#6:12-6:12
+#EXTINF:0,,1.11. The Royal Philharmonic Orchestra Goes to the Bathroom: Batley Townswomen's Guild presents the Battle of Pearl Harbour
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#6:13-6:13
+#EXTINF:0,,1.11. The Royal Philharmonic Orchestra Goes to the Bathroom: Undertakers film
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#6:14-6:14
+#EXTINF:0,,1.12. The Naked Ant: A signal box somewhere near Hove
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#7:1-7:1
+#EXTINF:0,,1.12. The Naked Ant: Falling from building
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#7:2-7:2
+#EXTINF:0,,1.12. The Naked Ant: Cartoon – Falling people, magician, opening titles
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#7:3-7:3
+#EXTINF:0,,1.12. The Naked Ant: ‘Spectrum’ – talking about things
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#7:4-7:4
+#EXTINF:0,,1.12. The Naked Ant: Visitors from Coventry
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#7:5-7:5
+#EXTINF:0,,1.12. The Naked Ant: Mr Hilter
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#7:6-7:6
+#EXTINF:0,,1.12. The Naked Ant: The Minehead by-election
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#7:7-7:7
+#EXTINF:0,,1.12. The Naked Ant: Police station (silly voices)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#7:8-7:8
+#EXTINF:0,,1.12. The Naked Ant: Upperclass Twit of the Year
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#7:9-7:9
+#EXTINF:0,,1.12. The Naked Ant: Cartoon – Smoking a pipe
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#7:10-7:10
+#EXTINF:0,,1.12. The Naked Ant: Ken Shabby
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#7:11-7:11
+#EXTINF:0,,1.12. The Naked Ant: How far can a minister fall?  (Party political broadcast by the Woody Party)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#7:12-7:12
+#EXTINF:0,,1.13. Intermission: Cartoon – Intermission
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:1-8:1
+#EXTINF:0,,1.13. Intermission: Restaurant (abuse/cannibalism)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:2-8:2
+#EXTINF:0,,1.13. Intermission: Advertisements (pearls for swine)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:3-8:3
+#EXTINF:0,,1.13. Intermission: Albatross
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:4-8:4
+#EXTINF:0,,1.13. Intermission: Comeback to my place
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:5-8:5
+#EXTINF:0,,1.13. Intermission: Me Doctor
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:6-8:6
+#EXTINF:0,,1.13. Intermission: Historical impersonations
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:7-8:7
+#EXTINF:0,,1.13. Intermission: Cartoon – Historical impersonations
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:8-8:8
+#EXTINF:0,,1.13. Intermission: Quiz progamme – ‘Wishes’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:9-8:9
+#EXTINF:0,,1.13. Intermission: Police fairy stories
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:10-8:10
+#EXTINF:0,,1.13. Intermission: ‘Probe-around’ on crime
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:11-8:11
+#EXTINF:0,,1.13. Intermission: Stonehenge
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:12-8:12
+#EXTINF:0,,1.13. Intermission: Mr Attila the Hun
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:13-8:13
+#EXTINF:0,,1.13. Intermission: Psychiatry – silly sketch
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:14-8:14
+#EXTINF:0,,1.13. Intermission: Operating theatre (squatters)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8:15-8:15
+
+#EXTINF:0,,2.1. ‘Face the Press’: ‘Face the Press’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#2:1-2:1
+#EXTINF:0,,2.1. ‘Face the Press’: New cooker sketch
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#2:2-2:2
+#EXTINF:0,,2.1. ‘Face the Press’: Cartoon – Flying European monarchs, shaving; Tobacconists (prostitute advert)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#2:3-2:3
+#EXTINF:0,,2.1. ‘Face the Press’: The Ministry of Silly Walks
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#2:4-2:4
+#EXTINF:0,,2.1. ‘Face the Press’: The Piranha brothers (Ethel the Frog)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#2:5-2:5
+#EXTINF:0,,2.2. The Spanish Inquisition: Man-powered flight
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#4:1-4:1
+#EXTINF:0,,2.2. The Spanish Inquisition: The Spanish Inquisition
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#4:2-4:2
+#EXTINF:0,,2.2. The Spanish Inquisition: Jokes and novelties salesman
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#4:3-4:3
+#EXTINF:0,,2.2. The Spanish Inquisition: Cartoon – Suddenly animated head
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#4:4-4:4
+#EXTINF:0,,2.2. The Spanish Inquisition: Tax on thingy
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#4:5-4:5
+#EXTINF:0,,2.2. The Spanish Inquisition: Vox pops
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#4:6-4:6
+#EXTINF:0,,2.2. The Spanish Inquisition: Photos of Uncle Ted (Spanish Inquisition)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#4:7-4:7
+#EXTINF:0,,2.2. The Spanish Inquisition: The semaphore version of ‘Wuthering Heights’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#4:8-4:8
+#EXTINF:0,,2.2. The Spanish Inquisition: ‘Julius Cæsar’ on an Aldis lamp
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#4:9-4:9
+#EXTINF:0,,2.2. The Spanish Inquisition: Court scene (charades)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#4:10-4:10
+#EXTINF:0,,2.2. The Spanish Inquisition: The Spanish Inquisition on a bus
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#4:11-4:11
+#EXTINF:0,,2.3. Déjà Vu: A bishop rehearsing
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#5:1-5:1
+#EXTINF:0,,2.3. Déjà Vu: Flying lessons
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#5:2-5:2
+#EXTINF:0,,2.3. Déjà Vu: Hijacked plane (to Luton)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#5:3-5:3
+#EXTINF:0,,2.3. Déjà Vu: The Poet McTeagle
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#5:4-5:4
+#EXTINF:0,,2.3. Déjà Vu: Psychiatrist milkman
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#5:5-5:5
+#EXTINF:0,,2.3. Déjà Vu: Complaints
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#5:6-5:6
+#EXTINF:0,,2.3. Déjà Vu: Déjà vu
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#5:7-5:7
+#EXTINF:0,,2.4. The Buzz Aldrin Show: Cartoon – Metamorphosis
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:1-6:1
+#EXTINF:0,,2.4. The Buzz Aldrin Show: Architect sketch
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:2-6:2
+#EXTINF:0,,2.4. The Buzz Aldrin Show: How to give up being a Mason
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:3-6:3
+#EXTINF:0,,2.4. The Buzz Aldrin Show: Cartoon – Anti-Masonic therapy
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:4-6:4
+#EXTINF:0,,2.4. The Buzz Aldrin Show: Motor insurance sketch
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:5-6:5
+#EXTINF:0,,2.4. The Buzz Aldrin Show: ‘The bishop’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:6-6:6
+#EXTINF:0,,2.4. The Buzz Aldrin Show: Living room on pavement
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:7-6:7
+#EXTINF:0,,2.4. The Buzz Aldrin Show: East Midland Poet Board
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:8-6:8
+#EXTINF:0,,2.4. The Buzz Aldrin Show: A choice of viewing (nude man)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:9-6:9
+#EXTINF:0,,2.4. The Buzz Aldrin Show: Cartoon – The five frog curse
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:10-6:10
+#EXTINF:0,,2.4. The Buzz Aldrin Show: Chemist sketch
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:11-6:11
+#EXTINF:0,,2.4. The Buzz Aldrin Show: Words not to be used again
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:12-6:12
+#EXTINF:0,,2.4. The Buzz Aldrin Show: After-shave (less naughty chemist)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:13-6:13
+#EXTINF:0,,2.4. The Buzz Aldrin Show: Vox pops
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:14-6:14
+#EXTINF:0,,2.4. The Buzz Aldrin Show: Police Constable Pan-Am
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6:15-6:15
+#EXTINF:0,,2.5. Live from the Grill-o-mat: Live from the Grill-o-mat snack bar, Paignton
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#7:1-7:1
+#EXTINF:0,,2.5. Live from the Grill-o-mat: ‘Blackmail’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#7:2-7:2
+#EXTINF:0,,2.5. Live from the Grill-o-mat: Society for Putting Things on Top of Other Things
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#7:3-7:3
+#EXTINF:0,,2.5. Live from the Grill-o-mat: Escape (from film)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#7:4-7:4
+#EXTINF:0,,2.5. Live from the Grill-o-mat: Cartoon – Escape
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#7:5-7:5
+#EXTINF:0,,2.5. Live from the Grill-o-mat: Current affairs
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#7:6-7:6
+#EXTINF:0,,2.5. Live from the Grill-o-mat: Cartoon – Escape continues
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#7:7-7:7
+#EXTINF:0,,2.5. Live from the Grill-o-mat: Accidents sketch
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#7:8-7:8
+#EXTINF:0,,2.5. Live from the Grill-o-mat: Seven Brides for Seven Brothers
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#7:9-7:9
+#EXTINF:0,,2.5. Live from the Grill-o-mat: Cartoon – Piggy bank hunting
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#7:10-7:10
+#EXTINF:0,,2.5. Live from the Grill-o-mat: The man who is alternately rude and polite
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#7:11-7:11
+#EXTINF:0,,2.5. Live from the Grill-o-mat: Docuemntary on boxer (Ken Clean-Air System)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#7:12-7:12
+#EXTINF:0,,2.5. Live from the Grill-o-mat: Host on a bus
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#7:13-7:13
+#EXTINF:0,,2.6. It's a Living: ‘It's a Living’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:1-8:1
+#EXTINF:0,,2.6. It's a Living: The time on BBC 1
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:2-8:2
+#EXTINF:0,,2.6. It's a Living: School prize-giving
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:3-8:3
+#EXTINF:0,,2.6. It's a Living: ‘if’ – a film by Mr Dibley
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:4-8:4
+#EXTINF:0,,2.6. It's a Living: ‘Rear Window’ – a film by Mr Dibley
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:5-8:5
+#EXTINF:0,,2.6. It's a Living: ‘Finian's Rainbow’ (starring the man from the off-licence)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:6-8:6
+#EXTINF:0,,2.6. It's a Living: Foreign Secretary
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:7-8:7
+#EXTINF:0,,2.6. It's a Living: Dung (Book of the Month Club)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:8-8:8
+#EXTINF:0,,2.6. It's a Living: Dead Indian
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:9-8:9
+#EXTINF:0,,2.6. It's a Living: Timmy Williams interview
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:10-8:10
+#EXTINF:0,,2.6. It's a Living: Raymond Luxury-Yacht interview
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:11-8:11
+#EXTINF:0,,2.6. It's a Living: Cartoon – Sexual athletes
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:12-8:12
+#EXTINF:0,,2.6. It's a Living: Registry office (marriage)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:13-8:13
+#EXTINF:0,,2.6. It's a Living: Cartoon – The prince and the black spot
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:14-8:14
+#EXTINF:0,,2.6. It's a Living: Election Night Special (Silly and Sensible parties)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8:15-8:15
+#EXTINF:0,,2.7. The Attila the Hun Show: ‘The Attila the Hun Show’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:1-16:1
+#EXTINF:0,,2.7. The Attila the Hun Show: Attila the Nun
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:2-16:2
+#EXTINF:0,,2.7. The Attila the Hun Show: Secretary of State striptease
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:3-16:3
+#EXTINF:0,,2.7. The Attila the Hun Show: Vox pops on politicians
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:4-16:4
+#EXTINF:0,,2.7. The Attila the Hun Show: Ratcatcher
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:5-16:5
+#EXTINF:0,,2.7. The Attila the Hun Show: Wainscotting
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:6-16:6
+#EXTINF:0,,2.7. The Attila the Hun Show: Cartoon – Killer sheep
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:7-16:7
+#EXTINF:0,,2.7. The Attila the Hun Show: The news for parrots
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:8-16:8
+#EXTINF:0,,2.7. The Attila the Hun Show: The news for gibbons
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:9-16:9
+#EXTINF:0,,2.7. The Attila the Hun Show: Today in Parliament
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:10-16:10
+#EXTINF:0,,2.7. The Attila the Hun Show: The news for wombats
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:11-16:11
+#EXTINF:0,,2.7. The Attila the Hun Show: Cartoon – Attila the Bun
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:12-16:12
+#EXTINF:0,,2.7. The Attila the Hun Show: The Idiot in Society
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:13-16:13
+#EXTINF:0,,2.7. The Attila the Hun Show: Test match
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:14-16:14
+#EXTINF:0,,2.7. The Attila the Hun Show: The Epsom furniture race
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:15-16:15
+#EXTINF:0,,2.7. The Attila the Hun Show: ‘Take Your Pick’ (‘Spot the Brain Cell’)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16:16-16:16
+#EXTINF:0,,2.8. Archæology Today: Trailer (BBC autumn shows)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:1-2:1
+#EXTINF:0,,2.8. Archæology Today: Cartoon – Archæology
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:2-2:2
+#EXTINF:0,,2.8. Archæology Today: ‘Archæology Today’ (flaming star)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:3-2:3
+#EXTINF:0,,2.8. Archæology Today: Silly vicar (appeal for sanity)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:4-2:4
+#EXTINF:0,,2.8. Archæology Today: Leapy Lee
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:5-2:5
+#EXTINF:0,,2.8. Archæology Today: Registrar (wife swap)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:6-2:6
+#EXTINF:0,,2.8. Archæology Today: Silly doctor sketch (immediately abandoned)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:7-2:7
+#EXTINF:0,,2.8. Archæology Today: Cartoon – Soccer, eggs diamond, book ad
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:8-2:8
+#EXTINF:0,,2.8. Archæology Today: Mr and Mrs Git
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:9-2:9
+#EXTINF:0,,2.8. Archæology Today: Mosquito hunters
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:10-2:10
+#EXTINF:0,,2.8. Archæology Today: Poofy judges
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:11-2:11
+#EXTINF:0,,2.8. Archæology Today: Mrs Thing and Mrs Entity
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:12-2:12
+#EXTINF:0,,2.8. Archæology Today: Beethoven's mynah bird
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:13-2:13
+#EXTINF:0,,2.8. Archæology Today: Shakespeare
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:14-2:14
+#EXTINF:0,,2.8. Archæology Today: Michelangelo
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:15-2:15
+#EXTINF:0,,2.8. Archæology Today: Colin Mozart (ratcatcher)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:16-2:16
+#EXTINF:0,,2.8. Archæology Today: Judges again
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2:17-2:17
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: ‘How to Recognize Different Parts of the Body’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:1-4:1
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: Bruces
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:2-4:2
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: Naughty bits
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:3-4:3
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: The man who contradicts people
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:4-4:4
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: Cosmetic surgery (Raymond Luxury-Yacht)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:5-4:5
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: Camp square-bashing
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:6-4:6
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: Cartoon – Killer cars
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:7-4:7
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: Cut-price airline
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:8-4:8
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: Batley Townswomen's Guild presents the first heart transplant
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:9-4:9
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: The first underwater production of ‘Measure for Measure’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:10-4:10
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: The Death of Mary Queen of Scots
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:11-4:11
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: Exploding penguin on TV set
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:12-4:12
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: There's been a murder
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:13-4:13
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: Europolice Song Contest
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:14-4:14
+#EXTINF:0,,2.9. How to Recognize Different Parts of the Body: ‘Bing Tiddle Tiddle Bong’ (song)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#4:15-4:15
+#EXTINF:0,,2.10. Scott of the Antarctic: French subtitled film (‘La Fromage Grande’)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#5:1-5:1
+#EXTINF:0,,2.10. Scott of the Antarctic: Scott of the Antarctic
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#5:2-5:2
+#EXTINF:0,,2.10. Scott of the Antarctic: Scott of the Sahara
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#5:3-5:3
+#EXTINF:0,,2.10. Scott of the Antarctic: Cartoon – Conrad Poohs and his dancing teeth
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#5:4-5:4
+#EXTINF:0,,2.10. Scott of the Antarctic: Fish licence
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#5:5-5:5
+#EXTINF:0,,2.10. Scott of the Antarctic: Derby Coucil v. All Blacks rugby match
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#5:6-5:6
+#EXTINF:0,,2.10. Scott of the Antarctic: Long John Silver Impersonators v. Bournebouth Gynæcologists
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#5:7-5:7
+#EXTINF:0,,2.11. How Not to Be Seen: Conquistador coffee campaign
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:1-6:1
+#EXTINF:0,,2.11. How Not to Be Seen: Rpeeating groove
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:2-6:2
+#EXTINF:0,,2.11. How Not to Be Seen: Ramsay MacDonald striptease
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:3-6:3
+#EXTINF:0,,2.11. How Not to Be Seen: Job hunter
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:4-6:4
+#EXTINF:0,,2.11. How Not to Be Seen: Cartoon – Chinese communist conspiracy, Crelm toothpaste, Shrill petrol
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:5-6:5
+#EXTINF:0,,2.11. How Not to Be Seen: Agatha Christie sketch (railway timetables)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:6-6:6
+#EXTINF:0,,2.11. How Not to Be Seen: Mr Nevlle Shunt
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:7-6:7
+#EXTINF:0,,2.11. How Not to Be Seen: Film director (teeth)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:8-6:8
+#EXTINF:0,,2.11. How Not to Be Seen: City gents vox pops
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:9-6:9
+#EXTINF:0,,2.11. How Not to Be Seen: ‘Crackpot Religions Ltd’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:10-6:10
+#EXTINF:0,,2.11. How Not to Be Seen: ‘How not to be seen’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:11-6:11
+#EXTINF:0,,2.11. How Not to Be Seen: Crossing the Atlantic on a tricycle
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:12-6:12
+#EXTINF:0,,2.11. How Not to Be Seen: Interview in filing cabinet
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:13-6:13
+#EXTINF:0,,2.11. How Not to Be Seen: ‘Yummy yummy’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:14-6:14
+#EXTINF:0,,2.11. How Not to Be Seen: Monty Python's Flying Circus again in thirty seconds
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6:15-6:15
+#EXTINF:0,,2.12. Spam: ‘The Black Eagle’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#7:1-7:1
+#EXTINF:0,,2.12. Spam: Dirty Hungarian phrasebook
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#7:2-7:2
+#EXTINF:0,,2.12. Spam: Court (phrasebook)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#7:3-7:3
+#EXTINF:0,,2.12. Spam: Cartoon – Student demonstration, World Forum opening titles
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#7:4-7:4
+#EXTINF:0,,2.12. Spam: Communist quiz (World Forum)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#7:5-7:5
+#EXTINF:0,,2.12. Spam: ‘Ypres 1914’ – abandoned
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#7:6-7:6
+#EXTINF:0,,2.12. Spam: Art gallery strike
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#7:7-7:7
+#EXTINF:0,,2.12. Spam: Cartoon – Art gallery strike
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#7:8-7:8
+#EXTINF:0,,2.12. Spam: ‘Ypres 1914’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#7:9-7:9
+#EXTINF:0,,2.12. Spam: Hospital for over-actors
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#7:10-7:10
+#EXTINF:0,,2.12. Spam: Cartoon – Hamlet linking Gumby flowers
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#7:11-7:11
+#EXTINF:0,,2.12. Spam: Gumby flower arranging
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#7:12-7:12
+#EXTINF:0,,2.12. Spam: Spam
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#7:13-7:13
+#EXTINF:0,,2.13. Royal Episode 13: The queen will be watching
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:1-8:1
+#EXTINF:0,,2.13. Royal Episode 13: Coal mine (historical argument)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:2-8:2
+#EXTINF:0,,2.13. Royal Episode 13: The man who says things in a very roundabout way
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:3-8:3
+#EXTINF:0,,2.13. Royal Episode 13: The man who speaks only the ends of words
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:4-8:4
+#EXTINF:0,,2.13. Royal Episode 13: The man who speaks only the beginnings of words
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:5-8:5
+#EXTINF:0,,2.13. Royal Episode 13: The man who speaks only the middles of words
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:6-8:6
+#EXTINF:0,,2.13. Royal Episode 13: Cartoon – Crelm toothpaste
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:7-8:7
+#EXTINF:0,,2.13. Royal Episode 13: Commercials
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:8-8:8
+#EXTINF:0,,2.13. Royal Episode 13: How to feed a goldfish (fish club)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:9-8:9
+#EXTINF:0,,2.13. Royal Episode 13: The man who collects birdwatchers' eggs
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:10-8:10
+#EXTINF:0,,2.13. Royal Episode 13: Cartoon – Spiny Norman, ‘Insurance sketch’ titles
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:11-8:11
+#EXTINF:0,,2.13. Royal Episode 13: Insurance sketch
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:12-8:12
+#EXTINF:0,,2.13. Royal Episode 13: Queen tunes in
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:13-8:13
+#EXTINF:0,,2.13. Royal Episode 13: Hospital run by RSM
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:14-8:14
+#EXTINF:0,,2.13. Royal Episode 13: Mountaineer; Exploding version of ‘The Blue Danube’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:15-8:15
+#EXTINF:0,,2.13. Royal Episode 13: Girls' boarding school
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:16-8:16
+#EXTINF:0,,2.13. Royal Episode 13: Submarine
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:17-8:17
+#EXTINF:0,,2.13. Royal Episode 13: Lifeboat (cannibalism)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:18-8:18
+#EXTINF:0,,2.13. Royal Episode 13: Undertaker's sketch
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8:19-8:19
+
+#EXTINF:0,,3.1. Whicker's World: Court scene – multiple murderer
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#2:1-2:1
+#EXTINF:0,,3.1. Whicker's World: Cartoon – Detectives examine prisoner
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#2:2-2:2
+#EXTINF:0,,3.1. Whicker's World: Icelandic saga (‘Njorl's Saga’)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#2:3-2:3
+#EXTINF:0,,3.1. Whicker's World: Court scene (Viking)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#2:4-2:4
+#EXTINF:0,,3.1. Whicker's World: Stock Exchange report
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#2:5-2:5
+#EXTINF:0,,3.1. Whicker's World: Mrs Premise and Mrs Conclusion visit Jean-Paul Sartre
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#2:6-2:6
+#EXTINF:0,,3.1. Whicker's World: Whicker Island
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#2:7-2:7
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: Emigration from Surbiton to Hounslow
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:1-4:1
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: Schoolboys' Life Assurance Company
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:2-4:2
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: How to rid the world of all known diseases
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:3-4:3
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: Mrs Niggerbaiter explodes
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:4-4:4
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: Vicar/salesman
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:5-4:5
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: Cartoon – Anatomy chart
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:6-4:6
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: Farming Club: ‘Life of Tschaikowsky’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:7-4:7
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: Trim-Jeans Theatre
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:8-4:8
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: Cartoon – Compère
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:9-4:9
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: Fish-slapping dance
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:10-4:10
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: Cartoon – Nationalistic fish
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:11-4:11
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: World War One (abandon ship)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:12-4:12
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: The BBC is short of money
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:13-4:13
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: Puss in Boots
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:14-4:14
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular: ‘It's’ (chat show)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4:15-4:15
+#EXTINF:0,,3.3. The Money Programme: ‘The Money Programme’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:1-5:1
+#EXTINF:0,,3.3. The Money Programme: ‘There is nothing quite so wonderful as money’ (song)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:2-5:2
+#EXTINF:0,,3.3. The Money Programme: Erizabeth L
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:3-5:3
+#EXTINF:0,,3.3. The Money Programme: Fraud film squad
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:4-5:4
+#EXTINF:0,,3.3. The Money Programme: Cartoon – Police hunt for Visconti impersonator
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:5-5:5
+#EXTINF:0,,3.3. The Money Programme: Salvation fuzz/church police
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:6-5:6
+#EXTINF:0,,3.3. The Money Programme: Cartoon – Heaven/women in jungle
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:7-5:7
+#EXTINF:0,,3.3. The Money Programme: Jungle restaurant
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:8-5:8
+#EXTINF:0,,3.3. The Money Programme: Apology for violence and nudity
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:9-5:9
+#EXTINF:0,,3.3. The Money Programme: Ken Russell's ‘Gardening Club’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:10-5:10
+#EXTINF:0,,3.3. The Money Programme: The lost World of Roiurama
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:11-5:11
+#EXTINF:0,,3.3. The Money Programme: Six more minutes of Monty Python's Flying Circus
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:12-5:12
+#EXTINF:0,,3.3. The Money Programme: Argument clinic
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:13-5:13
+#EXTINF:0,,3.3. The Money Programme: Hitting on the head lessons
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:14-5:14
+#EXTINF:0,,3.3. The Money Programme: Inspector Flying Fox of the Yard
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:15-5:15
+#EXTINF:0,,3.3. The Money Programme: One more minute of Monty Python's Flying Circus
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5:16-5:16
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: ‘Blood, Devastation, Death, War and Horror’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:1-6:1
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: The man who speaks in anagrams
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:2-6:2
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: Anagram quiz
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:3-6:3
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: Merchant banker
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:4-6:4
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: Pantomime horses
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:5-6:5
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: Life and death struggles
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:6-6:6
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: Cartoon – The househunters
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:7-6:7
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: Mary recruitment office
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:8-6:8
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: Bus conductor sketch
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:9-6:9
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: The man who makes people laugh uncontrollably
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:10-6:10
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: Army captain as clown
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:11-6:11
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: Gestures to indicate pauses in a televised talk (‘The Bols Story’)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:12-6:12
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: Neurotic announcers
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:13-6:13
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: The news with Richard Baker (vision only)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:14-6:14
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror: ‘The Pantomime Hose is a Secret Agent Film’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6:15-6:15
+#EXTINF:0,,3.5. The All-England Summarize Proust Competition: Summarize Proust Competition
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#7:1-7:1
+#EXTINF:0,,3.5. The All-England Summarize Proust Competition: Everest climbed by hairdressers
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#7:2-7:2
+#EXTINF:0,,3.5. The All-England Summarize Proust Competition: Cartoon – ‘A magnificent festering’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#7:3-7:3
+#EXTINF:0,,3.5. The All-England Summarize Proust Competition: Fire brigade
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#7:4-7:4
+#EXTINF:0,,3.5. The All-England Summarize Proust Competition: Our Eamonn
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#7:5-7:5
+#EXTINF:0,,3.5. The All-England Summarize Proust Competition: ‘Party Hints’ with Veronica Smalls
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#7:6-7:6
+#EXTINF:0,,3.5. The All-England Summarize Proust Competition: Cartoon – Communist revolutions
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#7:7-7:7
+#EXTINF:0,,3.5. The All-England Summarize Proust Competition: Language laboratory
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#7:8-7:8
+#EXTINF:0,,3.5. The All-England Summarize Proust Competition: Travel agent; Watney's Red Barrel
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#7:9-7:9
+#EXTINF:0,,3.5. The All-England Summarize Proust Competition: Theory on Brotosauruses by Anne Elk (Miss)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#7:10-7:10
+#EXTINF:0,,3.6. The War Against Pornography: Tory Housewives Clean-up Campaign
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#8:1-8:1
+#EXTINF:0,,3.6. The War Against Pornography: Gumby brain specialist
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#8:2-8:2
+#EXTINF:0,,3.6. The War Against Pornography: Cartoon – Art appreciation
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#8:3-8:3
+#EXTINF:0,,3.6. The War Against Pornography: Mulluscs – ‘live’ TV documentary
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#8:4-8:4
+#EXTINF:0,,3.6. The War Against Pornography: The Minister for Not Listening to People
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#8:5-8:5
+#EXTINF:0,,3.6. The War Against Pornography: Tuesday docmentary/children's story/party political broadcast
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#8:6-8:6
+#EXTINF:0,,3.6. The War Against Pornography: Aplogy (politicians)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#8:7-8:7
+#EXTINF:0,,3.6. The War Against Pornography: Expedition to Lake Pahoe
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#8:8-8:8
+#EXTINF:0,,3.6. The War Against Pornography: The silliest interview we've ever had
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#8:9-8:9
+#EXTINF:0,,3.6. The War Against Pornography: The silliest sketch we've ever done
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#8:10-8:10
+#EXTINF:0,,3.7. Salad Days: Biggles dictates a letter
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16:1-16:1
+#EXTINF:0,,3.7. Salad Days: Cartoon – Flying sheep, traffic accidents
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16:2-16:2
+#EXTINF:0,,3.7. Salad Days: Climbing the north face of the Uxbridge Road
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16:3-16:3
+#EXTINF:0,,3.7. Salad Days: Lifeboat
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16:4-16:4
+#EXTINF:0,,3.7. Salad Days: Old lady snoopers
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16:5-16:5
+#EXTINF:0,,3.7. Salad Days: ‘Storage jars’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16:6-16:6
+#EXTINF:0,,3.7. Salad Days: Cartoon – Television is bad for your eyes
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16:7-16:7
+#EXTINF:0,,3.7. Salad Days: The show so far
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16:8-16:8
+#EXTINF:0,,3.7. Salad Days: Cheese shop
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16:9-16:9
+#EXTINF:0,,3.7. Salad Days: Philip Jenkinson on Cheese Westerns
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16:10-16:10
+#EXTINF:0,,3.7. Salad Days: Sam Peckinpah's ‘Salad Days’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16:11-16:11
+#EXTINF:0,,3.7. Salad Days: Apology
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16:12-16:12
+#EXTINF:0,,3.7. Salad Days: The news with Richard Baker
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16:13-16:13
+#EXTINF:0,,3.7. Salad Days: Seashore interlude film
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16:14-16:14
+#EXTINF:0,,3.8. The Cycling Tour: Mr Pither
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#2:1-2:1
+#EXTINF:0,,3.8. The Cycling Tour: Clodagh Rogers
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#2:2-2:2
+#EXTINF:0,,3.8. The Cycling Tour: Trotsky
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#2:3-2:3
+#EXTINF:0,,3.8. The Cycling Tour: Smolensk
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#2:4-2:4
+#EXTINF:0,,3.8. The Cycling Tour: Bingo-crazed Chinese
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#2:5-2:5
+#EXTINF:0,,3.8. The Cycling Tour: Cartoon – ‘Jack in a Box’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#2:6-2:6
+#EXTINF:0,,3.9. The Nude Organist: Bomb on plane
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:1-4:1
+#EXTINF:0,,3.9. The Nude Organist: A naked man
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:2-4:2
+#EXTINF:0,,3.9. The Nude Organist: Ten seonds of sex
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:3-4:3
+#EXTINF:0,,3.9. The Nude Organist: Housing project built by characters from nineteenth-century English literature
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:4-4:4
+#EXTINF:0,,3.9. The Nude Organist: M1 interhange built by characters from ‘Paradise Lost’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:5-4:5
+#EXTINF:0,,3.9. The Nude Organist: Mystico and Janet – flats built by hypnosis
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:6-4:6
+#EXTINF:0,,3.9. The Nude Organist: ‘Mortuary Hour’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:7-4:7
+#EXTINF:0,,3.9. The Nude Organist: Cartoon – Animator, flying saucers
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:8-4:8
+#EXTINF:0,,3.9. The Nude Organist: The Olympic hide-and-seek final
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:9-4:9
+#EXTINF:0,,3.9. The Nude Organist: Donkey rides
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:10-4:10
+#EXTINF:0,,3.9. The Nude Organist: The Cheap-Laughs
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:11-4:11
+#EXTINF:0,,3.9. The Nude Organist: Bull-fighting
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:12-4:12
+#EXTINF:0,,3.9. The Nude Organist: The British Well-Basically Club
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:13-4:13
+#EXTINF:0,,3.9. The Nude Organist: Cartoon – Algon opening
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:14-4:14
+#EXTINF:0,,3.9. The Nude Organist: Prices on the planet Algon
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4:15-4:15
+#EXTINF:0,,3.10. E. Henry Tripshaw's Disease: Tudor jobs agency
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#5:1-5:1
+#EXTINF:0,,3.10. E. Henry Tripshaw's Disease: Pornographic bookshop
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#5:2-5:2
+#EXTINF:0,,3.10. E. Henry Tripshaw's Disease: Elizabethan pornography smugglers (Sir Philip Sydney)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#5:3-5:3
+#EXTINF:0,,3.10. E. Henry Tripshaw's Disease: Cartoon – ‘Gay boys in bondage’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#5:4-5:4
+#EXTINF:0,,3.10. E. Henry Tripshaw's Disease: Silly disturbances (the Rev Arthur Belling)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#5:5-5:5
+#EXTINF:0,,3.10. E. Henry Tripshaw's Disease: Cartoon – Shooting gallery
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#5:6-5:6
+#EXTINF:0,,3.10. E. Henry Tripshaw's Disease: The free repetition of doubtful words sketch, by an underrated author
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#5:7-5:7
+#EXTINF:0,,3.10. E. Henry Tripshaw's Disease: ‘Is there?’… life after death?
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#5:8-5:8
+#EXTINF:0,,3.10. E. Henry Tripshaw's Disease: The man who says words in the wrong order
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#5:9-5:9
+#EXTINF:0,,3.10. E. Henry Tripshaw's Disease: Thripshaw's disease
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#5:10-5:10
+#EXTINF:0,,3.10. E. Henry Tripshaw's Disease: Silly noises
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#5:11-5:11
+#EXTINF:0,,3.10. E. Henry Tripshaw's Disease: Sherry-drinking vicar
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#5:12-5:12
+#EXTINF:0,,3.11. Dennis Moore: ‘Boxing Tonight’ – Jack Bodell v. Sir Kenneth Clark
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#6:1-6:1
+#EXTINF:0,,3.11. Dennis Moore: Dennis Moore; Lupins
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#6:2-6:2
+#EXTINF:0,,3.11. Dennis Moore: What the stars foretell
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#6:3-6:3
+#EXTINF:0,,3.11. Dennis Moore: Doctor
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#6:4-6:4
+#EXTINF:0,,3.11. Dennis Moore: Cartoon – Ambulance chasers
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#6:5-6:5
+#EXTINF:0,,3.11. Dennis Moore: ‘TV4 or not TV4’ discussion
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#6:6-6:6
+#EXTINF:0,,3.11. Dennis Moore: More Dennis Moore
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#6:7-6:7
+#EXTINF:0,,3.11. Dennis Moore: Ideal Loon Exhibition
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#6:8-6:8
+#EXTINF:0,,3.11. Dennis Moore: Cartoon – Plan 38A
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#6:9-6:9
+#EXTINF:0,,3.11. Dennis Moore: Off-Licence
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#6:10-6:10
+#EXTINF:0,,3.11. Dennis Moore: Still More Dennis Moore
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#6:11-6:11
+#EXTINF:0,,3.11. Dennis Moore: ‘Prejudice’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#6:12-6:12
+#EXTINF:0,,3.12. A Book at Bedtime: ‘A Book at Bedtime’: ‘Redgauntlet’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#7:1-7:1
+#EXTINF:0,,3.12. A Book at Bedtime: McKamikaze Scotsmen
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#7:2-7:2
+#EXTINF:0,,3.12. A Book at Bedtime: No Time to Lose
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#7:3-7:3
+#EXTINF:0,,3.12. A Book at Bedtime: Cartoon – No time Toulouse
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#7:4-7:4
+#EXTINF:0,,3.12. A Book at Bedtime: More McKamikaze Scotsmen
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#7:5-7:5
+#EXTINF:0,,3.12. A Book at Bedtime: Cartoon – 2001
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#7:6-7:6
+#EXTINF:0,,3.12. A Book at Bedtime: Penguins; BBC programme planners
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#7:7-7:7
+#EXTINF:0,,3.12. A Book at Bedtime: Unexploded Scotsman
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#7:8-7:8
+#EXTINF:0,,3.12. A Book at Bedtime: ‘Spot the Looney’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#7:9-7:9
+#EXTINF:0,,3.12. A Book at Bedtime: Rival documentaries
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#7:10-7:10
+#EXTINF:0,,3.12. A Book at Bedtime: ‘Dad's Doctors’ (trail)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#7:11-7:11
+#EXTINF:0,,3.12. A Book at Bedtime: ‘Dad's Pooves’ (trail)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#7:12-7:12
+#EXTINF:0,,3.13. Grandstand: Thames TV introduction
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#8:1-8:1
+#EXTINF:0,,3.13. Grandstand: ‘Light Entertainment Awards’: Dickie Attenborough
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#8:2-8:2
+#EXTINF:0,,3.13. Grandstand: The Oscar Wilde sketch
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#8:3-8:3
+#EXTINF:0,,3.13. Grandstand: Cartoon – Charwoman
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#8:4-8:4
+#EXTINF:0,,3.13. Grandstand: David Niven's fridge
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#8:5-8:5
+#EXTINF:0,,3.13. Grandstand: Pasolini's film ‘The Third Test Match’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#8:6-8:6
+#EXTINF:0,,3.13. Grandstand: New brain from Curry's
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#8:7-8:7
+#EXTINF:0,,3.13. Grandstand: Blood donor
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#8:8-8:8
+#EXTINF:0,,3.13. Grandstand: International Wife-Swapping
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#8:9-8:9
+#EXTINF:0,,3.13. Grandstand: Credits of the Year
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#8:10-8:10
+#EXTINF:0,,3.13. Grandstand: The dirty vicar sketch
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#8:11-8:11
+
+#EXTINF:0,,4.1. The Golden Age of Ballooning: Montgolfier Brothers
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#2:1-2:1
+#EXTINF:0,,4.1. The Golden Age of Ballooning: Cartoon – Montgolfier brothers wash each other
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#2:2-2:2
+#EXTINF:0,,4.1. The Golden Age of Ballooning: Louis XIV
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#2:3-2:3
+#EXTINF:0,,4.1. The Golden Age of Ballooning: George III
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#2:4-2:4
+#EXTINF:0,,4.1. The Golden Age of Ballooning: Zeppelin
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#2:5-2:5
+#EXTINF:0,,4.2. Michael Ellis: Department store; Buying an ant
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#4:1-4:1
+#EXTINF:0,,4.2. Michael Ellis: At home with the ant and other pets; Documentary on ants
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#4:2-4:2
+#EXTINF:0,,4.2. Michael Ellis: Ant communication
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#4:3-4:3
+#EXTINF:0,,4.2. Michael Ellis: Cartoon – Ants
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#4:4-4:4
+#EXTINF:0,,4.2. Michael Ellis: Poetry reading (ants)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#4:5-4:5
+#EXTINF:0,,4.2. Michael Ellis: Toupée
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#4:6-4:6
+#EXTINF:0,,4.2. Michael Ellis: Different endings
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#4:7-4:7
+#EXTINF:0,,4.3. Light Entertainment War: ‘Up Your Pavement’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#5:1-5:1
+#EXTINF:0,,4.3. Light Entertainment War: RAF banter
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#5:2-5:2
+#EXTINF:0,,4.3. Light Entertainment War: Trivializing the war
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#5:3-5:3
+#EXTINF:0,,4.3. Light Entertainment War: Courtmartial
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#5:4-5:4
+#EXTINF:0,,4.3. Light Entertainment War: Basingstoke in Westphalia; ‘Anything Goes In’ (song)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#5:5-5:5
+#EXTINF:0,,4.3. Light Entertainment War: Film trailer
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#5:6-5:6
+#EXTINF:0,,4.3. Light Entertainment War: The public are idiots
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#5:7-5:7
+#EXTINF:0,,4.3. Light Entertainment War: The last five miles of the M2; Programme titles conference
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#5:8-5:8
+#EXTINF:0,,4.3. Light Entertainment War: Cartoon – Television centre
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#5:9-5:9
+#EXTINF:0,,4.3. Light Entertainment War: Woody and tinny words
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#5:10-5:10
+#EXTINF:0,,4.3. Light Entertainment War: Show-jumping (musical)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#5:11-5:11
+#EXTINF:0,,4.3. Light Entertainment War: Newsflash (Germans)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#5:12-5:12
+#EXTINF:0,,4.3. Light Entertainment War: ‘When Does a Dream Begin?’ (song)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#5:13-5:13
+#EXTINF:0,,4.4. Hamlet: Bogus psychiatrists
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#6:1-6:1
+#EXTINF:0,,4.4. Hamlet: ‘Nationwide’: police helmets
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#6:2-6:2
+#EXTINF:0,,4.4. Hamlet: Father-in-law
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#6:3-6:3
+#EXTINF:0,,4.4. Hamlet: Hamlet and Ophelia
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#6:4-6:4
+#EXTINF:0,,4.4. Hamlet: Cartoon – Paratroopers
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#6:5-6:5
+#EXTINF:0,,4.4. Hamlet: Boxing match aftermath
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#6:6-6:6
+#EXTINF:0,,4.4. Hamlet: Boxing commentary
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#6:7-6:7
+#EXTINF:0,,4.4. Hamlet: Piston engine (a bargain)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#6:8-6:8
+#EXTINF:0,,4.4. Hamlet: A room in Polonius's house
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#6:9-6:9
+#EXTINF:0,,4.4. Hamlet: Dentists, live from Epsom
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#6:10-6:10
+#EXTINF:0,,4.4. Hamlet: Queen Victoria Handicap
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#6:11-6:11
+#EXTINF:0,,4.4. Hamlet: Match of the Day results
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#6:12-6:12
+#EXTINF:0,,4.5. Mr Neutron: Post box ceremony
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#7:1-7:1
+#EXTINF:0,,4.5. Mr Neutron: Mr Neutron arrives
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#7:2-7:2
+#EXTINF:0,,4.5. Mr Neutron: F.E.A.R. (or) Mr Neutron Is Missing
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#7:3-7:3
+#EXTINF:0,,4.5. Mr Neutron: Teddy Salad (CIA agent)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#7:4-7:4
+#EXTINF:0,,4.5. Mr Neutron: Bombings
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#7:5-7:5
+#EXTINF:0,,4.5. Mr Neutron: Mrs S.C.U.M.
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#7:6-7:6
+#EXTINF:0,,4.5. Mr Neutron: ‘Conjuring Today’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#7:7-7:7
+#EXTINF:0,,4.6. Party Political Broadcast: ‘Most Awful Family in Britain’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#8:1-8:1
+#EXTINF:0,,4.6. Party Political Broadcast: Icelandic Honey Week
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#8:2-8:2
+#EXTINF:0,,4.6. Party Political Broadcast: A doctor whose patients are stabbed by his nurse
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#8:3-8:3
+#EXTINF:0,,4.6. Party Political Broadcast: Brigadier and bishop
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#8:4-8:4
+#EXTINF:0,,4.6. Party Political Broadcast: Cartoon – Opera Singer
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#8:5-8:5
+#EXTINF:0,,4.6. Party Political Broadcast: Appeal on behalf of extremely rich peple
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#8:6-8:6
+#EXTINF:0,,4.6. Party Political Broadcast: The man who finishes other people's sentences
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#8:7-8:7
+#EXTINF:0,,4.6. Party Political Broadcast: David Attenborough: the walking tree of Dahomey
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#8:8-8:8
+#EXTINF:0,,4.6. Party Political Broadcast: The batsmen of the Kalahari: cricket match (assegais)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#8:9-8:9
+#EXTINF:0,,4.6. Party Political Broadcast: BBC News (handovers)
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#8:10-8:10
diff --git a/ref/fry-and-laurie.m3u8 b/ref/fry-and-laurie.m3u8
new file mode 100644 (file)
index 0000000..927012e
--- /dev/null
@@ -0,0 +1,213 @@
+#EXTM3U
+
+#EXTINF:0,,1.0. Pilot: Customs Camera; Holiday Photographs; Problems Around the Eye Area; The Privatisation of the Police Force
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#3:1-3:1
+#EXTINF:0,,1.0. Pilot: Critics; Deodorant; ‘How Lovely I Was’; Soup/Suit
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#3:2-3:2
+#EXTINF:0,,1.0. Pilot: Mystery (song); You Can't Make an Omelette (Gordon & Stuart 1); The Word ‘Gay’; Toy Car Showroom
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#3:3-3:3
+#EXTINF:0,,1.0. Pilot: Tales of War; Australian Soap Opera
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#3:4-3:4
+#EXTINF:0,,Episode 1.1: Parent Power
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#4:1-4:1
+#EXTINF:0,,Episode 1.1: Hugh's Poem; Young People; SAS
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#4:2-4:2
+#EXTINF:0,,Episode 1.1: The West Indies: A Nation of Cricketers; Spoonbending with Mr Nude
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#4:3-4:3
+#EXTINF:0,,Episode 1.1: Censored; Haircut
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#4:4-4:4
+#EXTINF:0,,Episode 1.2: Information; Sound Name (Derek Nippl-e); Language Conversation
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#5:1-5:1
+#EXTINF:0,,Episode 1.2: America (song); Chatshow
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#5:2-5:2
+#EXTINF:0,,Episode 1.2: Spies One; Beggar; Hand Exercise
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#5:3-5:3
+#EXTINF:0,,Episode 1.2: Troubleshooters (Dammit 0)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#5:4-5:4
+#EXTINF:0,,Episode 1.3: Hugh's Brain; Gordon and Stuart Eat Greek (Gordon & Stuart 2)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#6:1-6:1
+#EXTINF:0,,Episode 1.3: Costume Design; Doctor Tobacco
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#6:2-6:2
+#EXTINF:0,,Episode 1.3: Open University; Spies Two
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#6:3-6:3
+#EXTINF:0,,Episode 1.3: Special Squad
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#6:4-6:4
+#EXTINF:0,,Episode 1.4: Trouser-Competition Introduction; Prize Poem
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#7:1-7:1
+#EXTINF:0,,Episode 1.4: Awful Smell (Stole My Sketch 1); Madness
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#7:2-7:2
+#EXTINF:0,,Episode 1.4: Antique Shop (Stole My Sketch 2); Spies Three; Light Metal (The Bishop & The Warlord) (song)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#7:3-7:3
+#EXTINF:0,,Episode 1.4: Bank Loan; Nipples; Inspector Venice (Stole My Sketch 3); Tomorrow's World
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#7:4-7:4
+#EXTINF:0,,Episode 1.5: Lavatories; Critics One; Judge Not
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#8:1-8:1
+#EXTINF:0,,Episode 1.5: Critics Four; Ignored Teacher
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#8:2-8:2
+#EXTINF:0,,Episode 1.5: That's It (Silhouettes 1); Hugh's Favourite Sketch; Critics (heavily edited mixture between Critics Two)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#8:3-8:3
+#EXTINF:0,,Episode 1.5: The ‘Burt’; Christening; Swiss Comedy (Heidi and Johann Smell Just Right)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#8:4-8:4
+#EXTINF:0,,Episode 1.6: Marjorie's Fall; Puppy Appeal; Leave It Out (Silhouettes 2)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#9:1-9:1
+#EXTINF:0,,Episode 1.6: Girlfriend's Breasts; Spies Four
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#9:2-9:2
+#EXTINF:0,,Episode 1.6: Violence; Chicken
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#9:3-9:3
+#EXTINF:0,,Episode 1.6: Cocoa; Tony of Plymouth (Sword Fight)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#9:4-9:4
+
+#EXTINF:0,,Episode 2.1: Time Where Did You Go (Introduction/Dancercises); Flushed Grollings
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#3:1-3:1
+#EXTINF:0,,Episode 2.1: Dammit 1; Fast Talker; Grandfather's Things
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#3:2-3:2
+#EXTINF:0,,Episode 2.1: Psychiatrist; Commentators
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#3:3-3:3
+#EXTINF:0,,Episode 2.1: Spies/Pulse (Spies 5); ‘Michael Jackson’ performing ‘Move It on Out Girl’
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#3:4-3:4
+#EXTINF:0,,Episode 2.2: Tideymans Carpets Introduction/The Spillage That Wasn't (Tideymans)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#4:1-4:1
+#EXTINF:0,,Episode 2.2: Spies/Pigeons (Spies 6); Trick or Treat (Tideymans); Play It Again, Sam
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#4:2-4:2
+#EXTINF:0,,Episode 2.2: Major Donaldson; Dammit 2 (Tideymans)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#4:3-4:3
+#EXTINF:0,,Episode 2.2: ‘Improvised’ Sketch/First Lines (Tideymans)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#4:4-4:4
+#EXTINF:0,,Episode 2.3: Swearing; Witness; Over to You
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#5:1-5:1
+#EXTINF:0,,Episode 2.3: Jewellry; Hugh's Girlfriends
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#5:2-5:2
+#EXTINF:0,,Episode 2.3: Mystery Objects; Society; Dammit 4
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#5:3-5:3
+#EXTINF:0,,Episode 2.3: Bottom Fondling
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#5:4-5:4
+#EXTINF:0,,Episode 2.4: ‘Big’ Introduction; Dinner with Digby
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#6:1-6:1
+#EXTINF:0,,Episode 2.4: Returning Suits; Hard Man's Record (Alan 1); Small Talk
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#6:2-6:2
+#EXTINF:0,,Episode 2.4: Dammit Lavatories (Dammit 5); The Robert Robinsons; Spies/Telescope (Spies 7)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#6:3-6:3
+#EXTINF:0,,Episode 2.4: Stephen and Hugh Become Big/‘A Bit of Little & Large’
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#6:4-6:4
+#EXTINF:0,,Episode 2.5: MBE Introduction; This Is Dominic Appleguard; Rhodes Boysons
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#7:1-7:1
+#EXTINF:0,,Episode 2.5: Amputated Genitals
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#7:2-7:2
+#EXTINF:0,,Episode 2.5: The Cause (Jack & Freddy/Neddy 1, Gordon & Stuart 3)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#7:3-7:3
+#EXTINF:0,,Episode 2.5: The Cause (cont.); Where Eagles Dare
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#7:4-7:4
+#EXTINF:0,,Episode 2.6: Satire/Tribute (‘Where Is the Lid?’ song)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#8:1-8:1
+#EXTINF:0,,Episode 2.6: Yellow Pages; Beauty and Ideas (Language Conversation 2); Anarchy
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#8:2-8:2
+#EXTINF:0,,Episode 2.6: Dammit Church (Dammit 5); First Kiss; ‘Borrowing a Fiver off…’
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#8:3-8:3
+#EXTINF:0,,Episode 2.6: Spies/Firing (Spies 8); ‘Introducing My Grandfather to…’; A Vision of Britain; Wrong Directions (after credits)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#8:4-8:4
+
+#EXTINF:0,,Episode 3.1: A Word, Timothy; Very Upset; Love Me Tender (song) (serenading Nicholas Parsons); Milk Pot
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#2:1-2:1
+#EXTINF:0,,Episode 3.1: The Department (Alan 2)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#2:2-2:2
+#EXTINF:0,,Episode 3.1: Stephen's Song (song); Psychiatrists
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#2:3-2:3
+#EXTINF:0,,Episode 3.1: Cocktail Ending: Whisky Thunder
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#2:4-2:4
+#EXTINF:0,,Episode 3.2: Condom Quickie; Embassy; Ampersands
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#3:1-3:1
+#EXTINF:0,,Episode 3.2: Duel; There Ain't But One Way (Kickin' Ass) Song (song); Petrol Attendants
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#3:2-3:2
+#EXTINF:0,,Episode 3.2: Jobs; European Deal
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#3:3-3:3
+#EXTINF:0,,Episode 3.2: Cocktail Ending: A Slow Snog with a Distant Relative
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#3:4-3:4
+#EXTINF:0,,Episode 3.3: We Haven't Met; Names
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#4:1-4:1
+#EXTINF:0,,Episode 3.3: The Other Department (Alan 3); Hey Jude (song); The Day I Forgot My Legs
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#4:2-4:2
+#EXTINF:0,,Episode 3.3: Firing; Question of Sport; Balloon-o!; Shoe Shop (Mr Dalliard 1)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#4:3-4:3
+#EXTINF:0,,Episode 3.3: Cocktail Ending: Everything in the Till and No Sudden Moves
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#4:4-4:4
+#EXTINF:0,,Episode 3.4: Get Well Card; ‘Photocopying My Genitals with…’
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#5:1-5:1
+#EXTINF:0,,Episode 3.4: My Ass; My Ass Critique; News Report; Patriotism
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#5:2-5:2
+#EXTINF:0,,Episode 3.4: AA; Marmalade; Too Long, Johnny (song); The Red Hat of Patferrick (Gelliant Gutfright 1)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#5:3-5:3
+#EXTINF:0,,Episode 3.4: Cocktail Ending: A Mug of Horlicks
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#5:4-5:4
+#EXTINF:0,,Episode 3.5: Balls; Soup or Broth
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#6:1-6:1
+#EXTINF:0,,Episode 3.5: Mental Health; World Sport: Bushwallyta; Spaghetti; Aromusician
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#6:2-6:2
+#EXTINF:0,,Episode 3.5: Countdown to Hell; The New Cause (Jack & Freddy/Neddy 2); Neddy PM (Jack & Freddy/Neddy 3)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#6:3-6:3
+#EXTINF:0,,Episode 3.5: Cocktail Ending: Beef Goulash
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#6:4-6:4
+#EXTINF:0,,Episode 3.6: Magazine Leaflets; My Dear Boy; Joke Shop
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#7:1-7:1
+#EXTINF:0,,Episode 3.6: Horrormen; Tahitian Kitchen; My Favourite Pants
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#7:2-7:2
+#EXTINF:0,,Episode 3.6: Devil's Music (The Bishop and the Warlord); ‘Flying a Light Aircraft with…’
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#7:3-7:3
+#EXTINF:0,,Episode 3.6: Cocktail Ending: Berliner Credit Sequence
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#7:4-7:4
+
+#EXTINF:0,,4.1. With John Bird and Jane Booker: Grey and Hopeless; Guests Introduction
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#2:1-2:1
+#EXTINF:0,,4.1. With John Bird and Jane Booker: Blame; Charter
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#2:2-2:2
+#EXTINF:0,,4.1. With John Bird and Jane Booker: Jane's Poem; Smell; All We Gotta Do (song); Channel Changer
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#2:3-2:3
+#EXTINF:0,,4.1. With John Bird and Jane Booker: Wonderful Life; Cocktail Ending: Golden Meteorite
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#2:4-2:4
+#EXTINF:0,,4.2. With Fiona Gillies and Kevin McNally: Dog Hamper; Hugh's Bandage; Child Abuse
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#3:1-3:1
+#EXTINF:0,,4.2. With Fiona Gillies and Kevin McNally: Guests Introduction; Going for Gold; I'm in Love with Steffi Graf (song)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#3:2-3:2
+#EXTINF:0,,4.2. With Fiona Gillies and Kevin McNally: Lovers' Helper; Fascion
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#3:3-3:3
+#EXTINF:0,,4.2. With Fiona Gillies and Kevin McNally: Avenger; Operational Criteria; Cocktail Ending: Long, Confident Suck
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#3:4-3:4
+#EXTINF:0,,4.3. With Imelda Staunton and Clive Mantle: Vox Pops; Guests Introduction
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#4:1-4:1
+#EXTINF:0,,4.3. With Imelda Staunton and Clive Mantle: Barman; Interruptus; Little Girl (song)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#4:2-4:2
+#EXTINF:0,,4.3. With Imelda Staunton and Clive Mantle: Making Tea; For Some Reason Angry
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#4:3-4:3
+#EXTINF:0,,4.3. With Imelda Staunton and Clive Mantle: Don't Be Dirty; Cocktail Ending: South Seas Vulvic Wart
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#4:4-4:4
+#EXTINF:0,,4.4. With Caroline Quentin and Patrick Barlow: Good Evening; Guests Introduction; Football School
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#5:1-5:1
+#EXTINF:0,,4.4. With Caroline Quentin and Patrick Barlow: Models (Mr Dalliard 2); Hugh Interviewing Guests
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#5:2-5:2
+#EXTINF:0,,4.4. With Caroline Quentin and Patrick Barlow: The Polite Rap (song); Head Gardener
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#5:3-5:3
+#EXTINF:0,,4.4. With Caroline Quentin and Patrick Barlow: Flowers for Wendy (Gelliant Gutfright 2); Cocktail Ending: A Quick One With You, Stephen
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#5:4-5:4
+#EXTINF:0,,4.5. With Phyllida Law and Stephen Moore: Oprah Winfrey; Guests Introduction
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#2:1-2:1
+#EXTINF:0,,4.5. With Phyllida Law and Stephen Moore: Grand Prix; Tribunal
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#2:2-2:2
+#EXTINF:0,,4.5. With Phyllida Law and Stephen Moore: Red and Shiny; Pooch
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#2:3-2:3
+#EXTINF:0,,4.5. With Phyllida Law and Stephen Moore: Disgusting; Wasps; Cocktail Ending: Swinging Ballsack
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#2:4-2:4
+#EXTINF:0,,4.6. (no guests): Stolen Money; Young Tory of the Year
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#3:1-3:1
+#EXTINF:0,,4.6. (no guests): Variety; Gossiping Heads
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#3:2-3:2
+#EXTINF:0,,4.6. (no guests): Death Threat; What I Mind (Misunderstood) (song); Honda
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#3:3-3:3
+#EXTINF:0,,4.6. (no guests): The Duke of Northampton; Cocktail Ending: Silver Prostate
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#3:4-3:4
+#EXTINF:0,,4.7. With Janine Duvitski and Robert Daws: Guests Introduction; Religianto
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#4:1-4:1
+#EXTINF:0,,4.7. With Janine Duvitski and Robert Daws: Consent
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#4:2-4:2
+#EXTINF:0,,4.7. With Janine Duvitski and Robert Daws: Sophisticated Song (song); Fast Monologue; Telephone Alert
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#4:3-4:3
+#EXTINF:0,,4.7. With Janine Duvitski and Robert Daws: Truancy; Cocktail Ending: A Modern Britain
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#4:4-4:4
diff --git a/ref/macgyver.m3u8 b/ref/macgyver.m3u8
new file mode 100644 (file)
index 0000000..4e1b5c3
--- /dev/null
@@ -0,0 +1,291 @@
+#EXTM3U
+
+#EXTINF:0,,1.1. Pilot
+dvd:///mnt/dvd/archive/M/MacGyver/S01D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,1.2. The Golden Triangle
+dvd:///mnt/dvd/archive/M/MacGyver/S01D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,1.3. Thief of Budapest
+dvd:///mnt/dvd/archive/M/MacGyver/S01D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,1.4. The Gauntlet
+dvd:///mnt/dvd/archive/M/MacGyver/S01D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,1.5. The Heist
+dvd:///mnt/dvd/archive/M/MacGyver/S01D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,1.6. Trumbo's World
+dvd:///mnt/dvd/archive/M/MacGyver/S01D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,1.7. Last Stand
+dvd:///mnt/dvd/archive/M/MacGyver/S01D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,1.8. Hellfire
+dvd:///mnt/dvd/archive/M/MacGyver/S01D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,1.9. The Prodigal
+dvd:///mnt/dvd/archive/M/MacGyver/S01D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,1.10. Target MacGyver
+dvd:///mnt/dvd/archive/M/MacGyver/S01D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,1.11. Nightmares
+dvd:///mnt/dvd/archive/M/MacGyver/S01D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,1.12. Deathlock
+dvd:///mnt/dvd/archive/M/MacGyver/S01D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,1.13. Flame's End
+dvd:///mnt/dvd/archive/M/MacGyver/S01D04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,1.14. Countdown
+dvd:///mnt/dvd/archive/M/MacGyver/S01D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,1.15. The Enemy Within
+dvd:///mnt/dvd/archive/M/MacGyver/S01D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,1.16. Every Time She Smiles
+dvd:///mnt/dvd/archive/M/MacGyver/S01D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,1.17. To Be a Man
+dvd:///mnt/dvd/archive/M/MacGyver/S01D05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,1.18. Ugly Duckling
+dvd:///mnt/dvd/archive/M/MacGyver/S01D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,1.19. Slow Death
+dvd:///mnt/dvd/archive/M/MacGyver/S01D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,1.20. The Escape
+dvd:///mnt/dvd/archive/M/MacGyver/S01D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,1.21. A Prisoner of Conscience
+dvd:///mnt/dvd/archive/M/MacGyver/S01D06.%20E21%e2%80%9322.iso#1
+#EXTINF:0,,1.22. The Assassin
+dvd:///mnt/dvd/archive/M/MacGyver/S01D06.%20E21%e2%80%9322.iso#2
+
+#EXTINF:0,,2.1. The Human Factor
+dvd:///mnt/dvd/archive/M/MacGyver/S02D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,2.2. The Eraser
+dvd:///mnt/dvd/archive/M/MacGyver/S02D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,2.3. Twice Stung
+dvd:///mnt/dvd/archive/M/MacGyver/S02D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,2.4. The Wish Child
+dvd:///mnt/dvd/archive/M/MacGyver/S02D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,2.5. Final Approach
+dvd:///mnt/dvd/archive/M/MacGyver/S02D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,2.6. Jack of Lies
+dvd:///mnt/dvd/archive/M/MacGyver/S02D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,2.7. The Road Not Taken
+dvd:///mnt/dvd/archive/M/MacGyver/S02D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,2.8. Eagles
+dvd:///mnt/dvd/archive/M/MacGyver/S02D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,2.9. Silent World
+dvd:///mnt/dvd/archive/M/MacGyver/S02D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,2.10. Three for the Road
+dvd:///mnt/dvd/archive/M/MacGyver/S02D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,2.11. Phoenix Under Siege
+dvd:///mnt/dvd/archive/M/MacGyver/S02D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,2.12. Family Matter
+dvd:///mnt/dvd/archive/M/MacGyver/S02D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,2.13. Soft Touch
+dvd:///mnt/dvd/archive/M/MacGyver/S02D04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,2.14. Birth Day
+dvd:///mnt/dvd/archive/M/MacGyver/S02D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,2.15. Pirates
+dvd:///mnt/dvd/archive/M/MacGyver/S02D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,2.16. Out in the Cold
+dvd:///mnt/dvd/archive/M/MacGyver/S02D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,2.17. Dalton, Jack of Spies
+dvd:///mnt/dvd/archive/M/MacGyver/S02D05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,2.18. Partners
+dvd:///mnt/dvd/archive/M/MacGyver/S02D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,2.19. Bushmaster
+dvd:///mnt/dvd/archive/M/MacGyver/S02D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,2.20. Friends
+dvd:///mnt/dvd/archive/M/MacGyver/S02D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,2.21. D.O.A.: MacGyver
+dvd:///mnt/dvd/archive/M/MacGyver/S02D06.%20E21%e2%80%9322.iso#1
+#EXTINF:0,,2.22. For Love or Money
+dvd:///mnt/dvd/archive/M/MacGyver/S02D06.%20E21%e2%80%9322.iso#2
+
+#EXTINF:0,,3.1. Lost Love (part 1)
+dvd:///mnt/dvd/archive/M/MacGyver/S03D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,3.2. Lost Love (part 2)
+dvd:///mnt/dvd/archive/M/MacGyver/S03D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,3.3. Back from the Dead
+dvd:///mnt/dvd/archive/M/MacGyver/S03D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,3.4. Ghost Ship
+dvd:///mnt/dvd/archive/M/MacGyver/S03D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,3.5. Fire and Ice
+dvd:///mnt/dvd/archive/M/MacGyver/S03D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,3.6. GX-1
+dvd:///mnt/dvd/archive/M/MacGyver/S03D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,3.7. Jack in the Box
+dvd:///mnt/dvd/archive/M/MacGyver/S03D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,3.8. The Widowmaker
+dvd:///mnt/dvd/archive/M/MacGyver/S03D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,3.9. Hell Week
+dvd:///mnt/dvd/archive/M/MacGyver/S03D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,3.10. Blow Out
+dvd:///mnt/dvd/archive/M/MacGyver/S03D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,3.11. Kill Zone
+dvd:///mnt/dvd/archive/M/MacGyver/S03D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,3.12. Early Retirement
+dvd:///mnt/dvd/archive/M/MacGyver/S03D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,3.13. Thin Ice
+dvd:///mnt/dvd/archive/M/MacGyver/S03D04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,3.14. The Odd Triple
+dvd:///mnt/dvd/archive/M/MacGyver/S03D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,3.15. The Negotiator
+dvd:///mnt/dvd/archive/M/MacGyver/S03D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,3.16. The Spoilers
+dvd:///mnt/dvd/archive/M/MacGyver/S03D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,3.17. Mask of the Wolf
+dvd:///mnt/dvd/archive/M/MacGyver/S03D05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,3.18. Rock the Cradle
+dvd:///mnt/dvd/archive/M/MacGyver/S03D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,3.19. The Endangered
+dvd:///mnt/dvd/archive/M/MacGyver/S03D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,3.20. Murderers' Sky
+dvd:///mnt/dvd/archive/M/MacGyver/S03D05.%20E17%e2%80%9320.iso#4
+
+#EXTINF:0,,4.1. The Secret of Parker House
+dvd:///mnt/dvd/archive/M/MacGyver/S04D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,4.2. Blood Brothers
+dvd:///mnt/dvd/archive/M/MacGyver/S04D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,4.3. The Outsiders
+dvd:///mnt/dvd/archive/M/MacGyver/S04D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,4.4. On a Wing and a Prayer
+dvd:///mnt/dvd/archive/M/MacGyver/S04D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,4.5. Collision Course
+dvd:///mnt/dvd/archive/M/MacGyver/S04D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,4.6. The Survivors
+dvd:///mnt/dvd/archive/M/MacGyver/S04D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,4.7. Deadly Dreams
+dvd:///mnt/dvd/archive/M/MacGyver/S04D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,4.8. Ma Dalton
+dvd:///mnt/dvd/archive/M/MacGyver/S04D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,4.9. Cleo Rocks
+dvd:///mnt/dvd/archive/M/MacGyver/S04D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,4.10. Fraternity of Thieves
+dvd:///mnt/dvd/archive/M/MacGyver/S04D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,4.11. The Battle of Tommy Giordano
+dvd:///mnt/dvd/archive/M/MacGyver/S04D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,4.12. The Challenge
+dvd:///mnt/dvd/archive/M/MacGyver/S04D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,4.13. Runners
+dvd:///mnt/dvd/archive/M/MacGyver/S04D04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,4.14. Gold Rush
+dvd:///mnt/dvd/archive/M/MacGyver/S04D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,4.15. The Invisible Killer
+dvd:///mnt/dvd/archive/M/MacGyver/S04D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,4.16. Brainwashed
+dvd:///mnt/dvd/archive/M/MacGyver/S04D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,4.17. Easy Target
+dvd:///mnt/dvd/archive/M/MacGyver/S04D05.%20E17%e2%80%9319.iso#1
+#EXTINF:0,,4.18. Renegade
+dvd:///mnt/dvd/archive/M/MacGyver/S04D05.%20E17%e2%80%9319.iso#2
+#EXTINF:0,,4.19. Unfinished Business
+dvd:///mnt/dvd/archive/M/MacGyver/S04D05.%20E17%e2%80%9319.iso#3
+
+#EXTINF:0,,5.1. Legend of the Holy Rose (part 1)
+dvd:///mnt/dvd/archive/M/MacGyver/S05D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,5.2. Legend of the Holy Rose (part 2)
+dvd:///mnt/dvd/archive/M/MacGyver/S05D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,5.3. The Black Corsage
+dvd:///mnt/dvd/archive/M/MacGyver/S05D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,5.4. Cease Fire
+dvd:///mnt/dvd/archive/M/MacGyver/S05D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,5.5. Second Chance
+dvd:///mnt/dvd/archive/M/MacGyver/S05D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,5.6. Halloween Knights
+dvd:///mnt/dvd/archive/M/MacGyver/S05D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,5.7. Children of Light
+dvd:///mnt/dvd/archive/M/MacGyver/S05D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,5.8. Black Rhino
+dvd:///mnt/dvd/archive/M/MacGyver/S05D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,5.9. The Ten Percent Solution
+dvd:///mnt/dvd/archive/M/MacGyver/S05D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,5.10. Two Times Trouble
+dvd:///mnt/dvd/archive/M/MacGyver/S05D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,5.11. The Madonna
+dvd:///mnt/dvd/archive/M/MacGyver/S05D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,5.12. Serenity
+dvd:///mnt/dvd/archive/M/MacGyver/S05D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,5.13. Live and Learn
+dvd:///mnt/dvd/archive/M/MacGyver/S05D04.%20E13%e2%80%9315.iso#1
+#EXTINF:0,,5.14. Log Jam
+dvd:///mnt/dvd/archive/M/MacGyver/S05D04.%20E13%e2%80%9315.iso#2
+#EXTINF:0,,5.15. The Treasure of Manco
+dvd:///mnt/dvd/archive/M/MacGyver/S05D04.%20E13%e2%80%9315.iso#3
+#EXTINF:0,,5.16. Jenny's Chance
+dvd:///mnt/dvd/archive/M/MacGyver/S05D05.%20E16%e2%80%9318.iso#1
+#EXTINF:0,,5.17. Deep Cover
+dvd:///mnt/dvd/archive/M/MacGyver/S05D05.%20E16%e2%80%9318.iso#1
+#EXTINF:0,,5.18. The Lost Amadeus
+dvd:///mnt/dvd/archive/M/MacGyver/S05D05.%20E16%e2%80%9318.iso#3
+#EXTINF:0,,5.19. Hearts of Steel
+dvd:///mnt/dvd/archive/M/MacGyver/S05D06.%20E19%e2%80%9321.iso#1
+#EXTINF:0,,5.20. Rush to Judgement
+dvd:///mnt/dvd/archive/M/MacGyver/S05D06.%20E19%e2%80%9321.iso#2
+#EXTINF:0,,5.21. Passages
+dvd:///mnt/dvd/archive/M/MacGyver/S05D06.%20E19%e2%80%9321.iso#3
+
+#EXTINF:0,,6.1. Tough Boys
+dvd:///mnt/dvd/archive/M/MacGyver/S06D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,6.2. Humanity
+dvd:///mnt/dvd/archive/M/MacGyver/S06D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,6.3. The Gun
+dvd:///mnt/dvd/archive/M/MacGyver/S06D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,6.4. Twenty Questions
+dvd:///mnt/dvd/archive/M/MacGyver/S06D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,6.5. The Wall
+dvd:///mnt/dvd/archive/M/MacGyver/S06D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,6.6. Lesson in Evil
+dvd:///mnt/dvd/archive/M/MacGyver/S06D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,6.7. Harry's Will
+dvd:///mnt/dvd/archive/M/MacGyver/S06D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,6.8. MacGyver's Women
+dvd:///mnt/dvd/archive/M/MacGyver/S06D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,6.9. Bitter Harvest
+dvd:///mnt/dvd/archive/M/MacGyver/S06D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,6.10. The Visitor
+dvd:///mnt/dvd/archive/M/MacGyver/S06D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,6.11. Squeeze Play
+dvd:///mnt/dvd/archive/M/MacGyver/S06D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,6.12. Jerico Games
+dvd:///mnt/dvd/archive/M/MacGyver/S06D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,6.13. The Wasteland
+dvd:///mnt/dvd/archive/M/MacGyver/S06D04.%20E13%e2%80%9315.iso#1
+#EXTINF:0,,6.14. Eye of Osiris
+dvd:///mnt/dvd/archive/M/MacGyver/S06D04.%20E13%e2%80%9315.iso#2
+#EXTINF:0,,6.15. High Control
+dvd:///mnt/dvd/archive/M/MacGyver/S06D04.%20E13%e2%80%9315.iso#3
+#EXTINF:0,,6.16. There but for the Grace
+dvd:///mnt/dvd/archive/M/MacGyver/S06D05.%20E16%e2%80%9318.iso#1
+#EXTINF:0,,6.17. Blind Faith
+dvd:///mnt/dvd/archive/M/MacGyver/S06D05.%20E16%e2%80%9318.iso#2
+#EXTINF:0,,6.18. Faith, Hope & Charity
+dvd:///mnt/dvd/archive/M/MacGyver/S06D05.%20E16%e2%80%9318.iso#3
+#EXTINF:0,,6.19. Strictly Business
+dvd:///mnt/dvd/archive/M/MacGyver/S06D06.%20E19%e2%80%9321.iso#1
+#EXTINF:0,,6.20. Trail of Tears
+dvd:///mnt/dvd/archive/M/MacGyver/S06D06.%20E19%e2%80%9321.iso#2
+#EXTINF:0,,6.21. Hind-Sight
+dvd:///mnt/dvd/archive/M/MacGyver/S06D06.%20E19%e2%80%9321.iso#3
+
+#EXTINF:0,,7.1. Honest Abe
+dvd:///mnt/dvd/archive/M/MacGyver/S07D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,7.2. The 'Hood
+dvd:///mnt/dvd/archive/M/MacGyver/S07D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,7.3. Obsessed
+dvd:///mnt/dvd/archive/M/MacGyver/S07D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,7.4. The Prometheus Syndrome
+dvd:///mnt/dvd/archive/M/MacGyver/S07D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,7.5. The Coltons
+dvd:///mnt/dvd/archive/M/MacGyver/S07D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,7.6. Walking Dead
+dvd:///mnt/dvd/archive/M/MacGyver/S07D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,7.7. Good Knight MacGyver (part 1)
+dvd:///mnt/dvd/archive/M/MacGyver/S07D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,7.8. Good Knight MacGyver (part 2)
+dvd:///mnt/dvd/archive/M/MacGyver/S07D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,7.9. Deadly Silents
+dvd:///mnt/dvd/archive/M/MacGyver/S07D03.%20E09%e2%80%9311.iso#1
+#EXTINF:0,,7.10. Split Decision
+dvd:///mnt/dvd/archive/M/MacGyver/S07D03.%20E09%e2%80%9311.iso#2
+#EXTINF:0,,7.11. Gunz 'n Boyz
+dvd:///mnt/dvd/archive/M/MacGyver/S07D03.%20E09%e2%80%9311.iso#3
+#EXTINF:0,,7.12. Off the Wall
+dvd:///mnt/dvd/archive/M/MacGyver/S07D04.%20E12%e2%80%9314.iso#1
+#EXTINF:0,,7.13. The Stringer
+dvd:///mnt/dvd/archive/M/MacGyver/S07D04.%20E12%e2%80%9314.iso#2
+#EXTINF:0,,7.14. The Mountain of Youth
+dvd:///mnt/dvd/archive/M/MacGyver/S07D04.%20E12%e2%80%9314.iso#3
+
+#EXTINF:0,,Lost Treasure of Atlantis
+dvd:///mnt/dvd/archive/M/MacGyver/TV%20movies.iso#1
+#EXTINF:0,,Trail to Doomsday
+dvd:///mnt/dvd/archive/M/MacGyver/TV%20movies.iso#2
diff --git a/ref/morse.m3u8 b/ref/morse.m3u8
new file mode 100644 (file)
index 0000000..9ff9438
--- /dev/null
@@ -0,0 +1,68 @@
+#EXTM3U
+
+#EXTINF:0,,The Dead of Jericho
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/01.%20The%20Dead%20of%20Jericho%3b%20The%20Silent%20World%20of%20Nicholas%20Quinn.iso#2
+#EXTINF:0,,The Silent World of Nicholas Quinn
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/01.%20The%20Dead%20of%20Jericho%3b%20The%20Silent%20World%20of%20Nicholas%20Quinn.iso#3
+#EXTINF:0,,Service of All the Dead
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/02.%20Service%20of%20All%20the%20Dead%3b%20The%20Wolvercote%20Tongue.iso#2
+#EXTINF:0,,The Wolvercote Tongue
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/02.%20Service%20of%20All%20the%20Dead%3b%20The%20Wolvercote%20Tongue.iso#3
+#EXTINF:0,,Last Seen Wearing
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/03.%20Last%20Seen%20Wearing%3b%20The%20Settling%20of%20the%20Sun.iso#2
+#EXTINF:0,,The Settling of the Sun
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/03.%20Last%20Seen%20Wearing%3b%20The%20Settling%20of%20the%20Sun.iso#3
+#EXTINF:0,,Last Bus to Woodstock
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/04.%20Last%20Bus%20to%20Woodstock%3b%20Ghost%20in%20the%20Machine.iso#2
+#EXTINF:0,,Ghost in the Machine
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/04.%20Last%20Bus%20to%20Woodstock%3b%20Ghost%20in%20the%20Machine.iso#3
+#EXTINF:0,,The Last Enemy
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/05.%20The%20Last%20Enemy%3b%20Deceived%20by%20Flight.iso#2
+#EXTINF:0,,Deceived by Flight
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/05.%20The%20Last%20Enemy%3b%20Deceived%20by%20Flight.iso#3
+#EXTINF:0,,The Secret of Bay 5B
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/06.%20The%20Secret%20of%20Bay%205B%3b%20Infernal%20Serpent.iso#2
+#EXTINF:0,,Infernal Serpent
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/06.%20The%20Secret%20of%20Bay%205B%3b%20Infernal%20Serpent.iso#3
+#EXTINF:0,,The Sins of the Father
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/07.%20The%20Sins%20of%20the%20Father%3b%20Driven%20to%20Distraction.iso#2
+#EXTINF:0,,Driven to Distraction
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/07.%20The%20Sins%20of%20the%20Father%3b%20Driven%20to%20Distraction.iso#3
+#EXTINF:0,,Masonic Mysteries
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/08.%20Masonic%20Mysteries%3b%20Second%20Time%20Around.iso#2
+#EXTINF:0,,Second Time Around
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/08.%20Masonic%20Mysteries%3b%20Second%20Time%20Around.iso#3
+#EXTINF:0,,Fat Chance
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/09.%20Fat%20Chance%3b%20Who%20Killed%20Harry%20Field%3f.iso#2
+#EXTINF:0,,Who Killed Harry Field?
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/09.%20Fat%20Chance%3b%20Who%20Killed%20Harry%20Field%3f.iso#3
+#EXTINF:0,,Greeks Bearing Gifts
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/10.%20Greeks%20Bearing%20Gifts%3b%20Promised%20Land.iso#2
+#EXTINF:0,,Promised Land
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/10.%20Greeks%20Bearing%20Gifts%3b%20Promised%20Land.iso#3
+#EXTINF:0,,Dead on Time
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/11.%20Dead%20on%20Time%3b%20Happy%20Families.iso#2
+#EXTINF:0,,Happy Families
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/11.%20Dead%20on%20Time%3b%20Happy%20Families.iso#3
+#EXTINF:0,,The Death of the Self
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/12.%20The%20Death%20of%20the%20Self%3b%20Absolute%20Conviction.iso#2
+#EXTINF:0,,Absolute Conviction
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/12.%20The%20Death%20of%20the%20Self%3b%20Absolute%20Conviction.iso#3
+#EXTINF:0,,Cherubim and Seraphim
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/13.%20Cherubim%20and%20Seraphim%3b%20Deadly%20Slumber.iso#2
+#EXTINF:0,,Deadly Slumber
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/13.%20Cherubim%20and%20Seraphim%3b%20Deadly%20Slumber.iso#3
+#EXTINF:0,,The Day of the Devil
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/14.%20The%20Day%20of%20the%20Devil%3b%20Twilight%20of%20the%20Gods.iso#2
+#EXTINF:0,,Twilight of the Gods
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/14.%20The%20Day%20of%20the%20Devil%3b%20Twilight%20of%20the%20Gods.iso#3
+#EXTINF:0,,The Way Through the Woods
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/15.%20The%20Way%20Through%20the%20Woods%3b%20The%20Daughters%20of%20Cain.iso#2
+#EXTINF:0,,The Daughters of Cain
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/15.%20The%20Way%20Through%20the%20Woods%3b%20The%20Daughters%20of%20Cain.iso#3
+#EXTINF:0,,Death Is Now My Neighbour
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/16.%20Death%20Is%20Now%20My%20Neighbour%3b%20The%20Wench%20is%20Dead.iso#2
+#EXTINF:0,,The Wench is Dead
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/16.%20Death%20Is%20Now%20My%20Neighbour%3b%20The%20Wench%20is%20Dead.iso#3
+#EXTINF:0,,The Remorseful Day
+dvd:///mnt/dvd/archive/M/Inspector%20Morse/17.%20The%20Remorseful%20Day.iso#2
diff --git a/ref/sherlock-holmes.m3u8 b/ref/sherlock-holmes.m3u8
new file mode 100644 (file)
index 0000000..51f8463
--- /dev/null
@@ -0,0 +1,87 @@
+#EXTM3U
+
+#EXTINF:0,,The Adventures of Sherlock Holmes—1. A Scandal in Bohemia
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S01D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,The Adventures of Sherlock Holmes—2. The Dancing Men
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S01D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,The Adventures of Sherlock Holmes—3. The Naval Treaty
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S01D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,The Adventures of Sherlock Holmes—4. The Solitary Cyclist
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S01D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,The Adventures of Sherlock Holmes—5. The Crooked Man
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S01D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,The Adventures of Sherlock Holmes—6. The Speckled Band
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S01D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,The Adventures of Sherlock Holmes—7. The Blue Carbuncle
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S01D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,The Adventures of Sherlock Holmes—8. The Copper Beeches
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S01D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,The Adventures of Sherlock Holmes—9. The Greek Interpreter
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S01D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,The Adventures of Sherlock Holmes—10. The Norwood Builder
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S01D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,The Adventures of Sherlock Holmes—11. The Resident Patient
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S01D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,The Adventures of Sherlock Holmes—12. The Red Headed League
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S01D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,The Adventures of Sherlock Holmes—13. The Final Problem
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S01D04.%20E13.iso#1
+
+#EXTINF:0,,The Return of Sherlock Holmes—1. The Empty House
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S02D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,The Return of Sherlock Holmes—2. The Priory School
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S02D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,The Return of Sherlock Holmes—3. The Second Stain
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S02D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,The Return of Sherlock Holmes—4. The Musgrave Ritual
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S02D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,The Return of Sherlock Holmes—5. The Abbey Grange
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S02D02.%20E05%e2%80%9307.iso#1
+#EXTINF:0,,The Return of Sherlock Holmes—6. The Man with the Twisted Lip
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S02D02.%20E05%e2%80%9307.iso#2
+#EXTINF:0,,The Return of Sherlock Holmes—7. The Six Napoleons
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S02D02.%20E05%e2%80%9307.iso#3
+#EXTINF:0,,The Return of Sherlock Holmes—8. The Sign of Four
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S02D03.%20E08.iso#1
+#EXTINF:0,,The Return of Sherlock Holmes—9. The Devil's Foot
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S02D04.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,The Return of Sherlock Holmes—10. Silver Blaze
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S02D04.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,The Return of Sherlock Holmes—11. Wisteria Lodge
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S02D04.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,The Return of Sherlock Holmes—12. The Bruce Partington Plans
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S02D04.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,The Return of Sherlock Holmes—13. The Hound of the Baskervilles
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S02D05.%20E13.iso#1
+
+#EXTINF:0,,The Casebook of Sherlock Holmes—1. The Disappearance of Lady Frances Carfax
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S03D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,The Casebook of Sherlock Holmes—2. The Problem of Thor Bridge
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S03D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,The Casebook of Sherlock Holmes—3. Shoscombe Old Place
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S03D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,The Casebook of Sherlock Holmes—4. The Boscombe Abbey Mystery
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S03D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,The Casebook of Sherlock Holmes—5. The Illustrious Client
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S03D02.%20E05%e2%80%9306.iso#1
+#EXTINF:0,,The Casebook of Sherlock Holmes—6. The Creeping Man
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S03D02.%20E05%e2%80%9306.iso#2
+#EXTINF:0,,The Casebook of Sherlock Holmes—7. The Master Blackmailer
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S03D03.%20E07.iso#1
+#EXTINF:0,,The Casebook of Sherlock Holmes—8. The Last Vampyre
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S03D04.%20E08.iso#1
+#EXTINF:0,,The Casebook of Sherlock Holmes—9. The Eligible Bachelor
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S03D05.%20E09.iso#1
+
+#EXTINF:0,,The Memoirs of Sherlock Holmes—1. The Three Gables
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S04D01.%20E01%e2%80%9303.iso#1
+#EXTINF:0,,The Memoirs of Sherlock Holmes—2. The Dying Detective
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S04D01.%20E01%e2%80%9303.iso#2
+#EXTINF:0,,The Memoirs of Sherlock Holmes—3. The Golden Pince-Nez
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S04D01.%20E01%e2%80%9303.iso#3
+#EXTINF:0,,The Memoirs of Sherlock Holmes—4. The Red Circle
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S04D02.%20E04%e2%80%9306.iso#1
+#EXTINF:0,,The Memoirs of Sherlock Holmes—5. The Mazarin Stone
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S04D02.%20E04%e2%80%9306.iso#2
+#EXTINF:0,,The Memoirs of Sherlock Holmes—6. The Cardboard Box
+dvd:///mnt/dvd/archive/H/Sherlock%20Holmes%20%281984%29/S04D02.%20E04%e2%80%9306.iso#3
diff --git a/ref/spartacus.m3u8 b/ref/spartacus.m3u8
new file mode 100644 (file)
index 0000000..77c98b1
--- /dev/null
@@ -0,0 +1,83 @@
+#EXTM3U
+
+#EXTINF:0,,Gods of the Arena—1. Past Transgressions
+dvd:///mnt/dvd/archive/S/Spartacus/S00.%20Gods%20of%20the%20Arena%e2%80%94D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,Gods of the Arena—2. Missio
+dvd:///mnt/dvd/archive/S/Spartacus/S00.%20Gods%20of%20the%20Arena%e2%80%94D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,Gods of the Arena—3. Paterfamilias
+dvd:///mnt/dvd/archive/S/Spartacus/S00.%20Gods%20of%20the%20Arena%e2%80%94D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,Gods of the Arena—4. Beneath the Mask
+dvd:///mnt/dvd/archive/S/Spartacus/S00.%20Gods%20of%20the%20Arena%e2%80%94D01.%20E01%e2%80%9304.iso#8
+#EXTINF:0,,Gods of the Arena—5. Reckoning
+dvd:///mnt/dvd/archive/S/Spartacus/S00.%20Gods%20of%20the%20Arena%e2%80%94D02.%20E05%e2%80%9306.iso#3
+#EXTINF:0,,Gods of the Arena—6. The Bitter End
+dvd:///mnt/dvd/archive/S/Spartacus/S00.%20Gods%20of%20the%20Arena%e2%80%94D02.%20E05%e2%80%9306.iso#5
+
+#EXTINF:0,,Blood and Sand—1. The Red Serpent
+dvd:///mnt/dvd/archive/S/Spartacus/S01.%20Blood%20and%20Sand%e2%80%94D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,Blood and Sand—2. Sacramentum gladiatorum
+dvd:///mnt/dvd/archive/S/Spartacus/S01.%20Blood%20and%20Sand%e2%80%94D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,Blood and Sand—3. Legends
+dvd:///mnt/dvd/archive/S/Spartacus/S01.%20Blood%20and%20Sand%e2%80%94D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,Blood and Sand—4. The Thing in the Pit
+dvd:///mnt/dvd/archive/S/Spartacus/S01.%20Blood%20and%20Sand%e2%80%94D01.%20E01%e2%80%9304.iso#8
+#EXTINF:0,,Blood and Sand—5. Shadow Games
+dvd:///mnt/dvd/archive/S/Spartacus/S01.%20Blood%20and%20Sand%e2%80%94D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,Blood and Sand—6. Delicate Things
+dvd:///mnt/dvd/archive/S/Spartacus/S01.%20Blood%20and%20Sand%e2%80%94D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,Blood and Sand—7. Great and Unfortunate Things
+dvd:///mnt/dvd/archive/S/Spartacus/S01.%20Blood%20and%20Sand%e2%80%94D02.%20E05%e2%80%9308.iso#7
+#EXTINF:0,,Blood and Sand—8. Mark of the Brotherhood
+dvd:///mnt/dvd/archive/S/Spartacus/S01.%20Blood%20and%20Sand%e2%80%94D02.%20E05%e2%80%9308.iso#9
+#EXTINF:0,,Blood and Sand—9. Whore
+dvd:///mnt/dvd/archive/S/Spartacus/S01.%20Blood%20and%20Sand%e2%80%94D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,Blood and Sand—10. Party Favors
+dvd:///mnt/dvd/archive/S/Spartacus/S01.%20Blood%20and%20Sand%e2%80%94D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,Blood and Sand—11. Old Wounds
+dvd:///mnt/dvd/archive/S/Spartacus/S01.%20Blood%20and%20Sand%e2%80%94D03.%20E09%e2%80%9312.iso#7
+#EXTINF:0,,Blood and Sand—12. Revelations
+dvd:///mnt/dvd/archive/S/Spartacus/S01.%20Blood%20and%20Sand%e2%80%94D03.%20E09%e2%80%9312.iso#9
+#EXTINF:0,,Blood and Sand—13. Kill Them All
+dvd:///mnt/dvd/archive/S/Spartacus/S01.%20Blood%20and%20Sand%e2%80%94D04.%20E13.iso#3
+
+#EXTINF:0,,Vengeance—1. Fugitivus
+dvd:///mnt/dvd/archive/S/Spartacus/S02.%20Vengeance%e2%80%94D01.%20E01%e2%80%9303.iso#2
+#EXTINF:0,,Vengeance—2. A Place in This World
+dvd:///mnt/dvd/archive/S/Spartacus/S02.%20Vengeance%e2%80%94D01.%20E01%e2%80%9303.iso#3
+#EXTINF:0,,Vengeance—3. The Greater Good
+dvd:///mnt/dvd/archive/S/Spartacus/S02.%20Vengeance%e2%80%94D01.%20E01%e2%80%9303.iso#4
+#EXTINF:0,,Vengeance—4. Empty Hands
+dvd:///mnt/dvd/archive/S/Spartacus/S02.%20Vengeance%e2%80%94D02.%20E04%e2%80%9306.iso#2
+#EXTINF:0,,Vengeance—5. Libertus
+dvd:///mnt/dvd/archive/S/Spartacus/S02.%20Vengeance%e2%80%94D02.%20E04%e2%80%9306.iso#3
+#EXTINF:0,,Vengeance—6. Chosen Path
+dvd:///mnt/dvd/archive/S/Spartacus/S02.%20Vengeance%e2%80%94D02.%20E04%e2%80%9306.iso#4
+#EXTINF:0,,Vengeance—7. Sacramentum
+dvd:///mnt/dvd/archive/S/Spartacus/S02.%20Vengeance%e2%80%94D03.%20E07%e2%80%9309.iso#2
+#EXTINF:0,,Vengeance—8. Balance
+dvd:///mnt/dvd/archive/S/Spartacus/S02.%20Vengeance%e2%80%94D03.%20E07%e2%80%9309.iso#3
+#EXTINF:0,,Vengeance—9. Monsters
+dvd:///mnt/dvd/archive/S/Spartacus/S02.%20Vengeance%e2%80%94D03.%20E07%e2%80%9309.iso#4
+#EXTINF:0,,Vengeance—10. Wrath of the Gods
+dvd:///mnt/dvd/archive/S/Spartacus/S02.%20Vengeance%e2%80%94D04.%20E10.iso#2
+
+#EXTINF:0,,War of the Damned—1. Enemies of Rome
+dvd:///mnt/dvd/archive/S/Spartacus/S03.%20War%20of%20the%20Damned%e2%80%94D01.%20E01%e2%80%9303.iso#3
+#EXTINF:0,,War of the Damned—2. Wolves at the Gate
+dvd:///mnt/dvd/archive/S/Spartacus/S03.%20War%20of%20the%20Damned%e2%80%94D01.%20E01%e2%80%9303.iso#4
+#EXTINF:0,,War of the Damned—3. Men of Honor
+dvd:///mnt/dvd/archive/S/Spartacus/S03.%20War%20of%20the%20Damned%e2%80%94D01.%20E01%e2%80%9303.iso#5
+#EXTINF:0,,War of the Damned—4. Decimation
+dvd:///mnt/dvd/archive/S/Spartacus/S03.%20War%20of%20the%20Damned%e2%80%94D02.%20E04%e2%80%9306.iso#3
+#EXTINF:0,,War of the Damned—5. Blood Brothers
+dvd:///mnt/dvd/archive/S/Spartacus/S03.%20War%20of%20the%20Damned%e2%80%94D02.%20E04%e2%80%9306.iso#4
+#EXTINF:0,,War of the Damned—6. Spoils of War
+dvd:///mnt/dvd/archive/S/Spartacus/S03.%20War%20of%20the%20Damned%e2%80%94D02.%20E04%e2%80%9306.iso#5
+#EXTINF:0,,War of the Damned—7. Mors indecepta
+dvd:///mnt/dvd/archive/S/Spartacus/S03.%20War%20of%20the%20Damned%e2%80%94D03.%20E07%e2%80%9308.iso#3
+#EXTINF:0,,War of the Damned—8. Separate Paths
+dvd:///mnt/dvd/archive/S/Spartacus/S03.%20War%20of%20the%20Damned%e2%80%94D03.%20E07%e2%80%9308.iso#4
+#EXTINF:0,,War of the Damned—9. The Dead and the Dying
+dvd:///mnt/dvd/archive/S/Spartacus/S03.%20War%20of%20the%20Damned%e2%80%94D04.%20E09%e2%80%9310.iso#3
+#EXTINF:0,,War of the Damned—10. Victory
+dvd:///mnt/dvd/archive/S/Spartacus/S03.%20War%20of%20the%20Damned%e2%80%94D04.%20E09%e2%80%9310.iso#4
diff --git a/ref/stargate-sg1.m3u8 b/ref/stargate-sg1.m3u8
new file mode 100644 (file)
index 0000000..11257f0
--- /dev/null
@@ -0,0 +1,433 @@
+#EXTM3U
+
+#EXTINF:0,,1.1. Children of the Gods
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D01.%20E01%e2%80%9303.iso#5
+#EXTINF:0,,1.2. The Enemy Within
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D01.%20E01%e2%80%9303.iso#6
+#EXTINF:0,,1.3. Emancipation
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D01.%20E01%e2%80%9303.iso#7
+#EXTINF:0,,1.4. The Broca Divide
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D02.%20E04%e2%80%9308.iso#7
+#EXTINF:0,,1.5. The First Commandment
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D02.%20E04%e2%80%9308.iso#8
+#EXTINF:0,,1.6. Cold Lazarus
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D02.%20E04%e2%80%9308.iso#9
+#EXTINF:0,,1.7. The Nox
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D02.%20E04%e2%80%9308.iso#10
+#EXTINF:0,,1.8. Brief Candle
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D02.%20E04%e2%80%9308.iso#11
+#EXTINF:0,,1.9. Thor's Hammer
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D03.%20E09%e2%80%9313.iso#7
+#EXTINF:0,,1.10. The Torment of Tantalus
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D03.%20E09%e2%80%9313.iso#8
+#EXTINF:0,,1.11. Bloodlines
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D03.%20E09%e2%80%9313.iso#9
+#EXTINF:0,,1.12. Fire and Water
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D03.%20E09%e2%80%9313.iso#10
+#EXTINF:0,,1.13. Hathor
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D03.%20E09%e2%80%9313.iso#11
+#EXTINF:0,,1.14. Singularity
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D04.%20E14%e2%80%9317.iso#6
+#EXTINF:0,,1.15. Cor-ai
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D04.%20E14%e2%80%9317.iso#7
+#EXTINF:0,,1.16. Enigma
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D04.%20E14%e2%80%9317.iso#8
+#EXTINF:0,,1.17. Solitudes
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D04.%20E14%e2%80%9317.iso#9
+#EXTINF:0,,1.18. Tin Man
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D05.%20E18%e2%80%9321.iso#6
+#EXTINF:0,,1.19. There but for the Grace of God
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D05.%20E18%e2%80%9321.iso#7
+#EXTINF:0,,1.20. Politics
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D05.%20E18%e2%80%9321.iso#8
+#EXTINF:0,,1.21. Within the Serpent's Grasp
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D05.%20E18%e2%80%9321.iso#9
+
+#EXTINF:0,,2.1. The Serpent's Lair
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,2.2. In the Line of Duty
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,2.3. Prisoners
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,2.4. The Gamekeeper
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,2.5. Need
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,2.6. Thor's Chariot
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,2.7. Message In A Bottle
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,2.8. Family
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,2.9. Secrets
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D03.%20E09%e2%80%9310,%20E13,%20E11.iso#1
+#EXTINF:0,,2.10. Bane
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D03.%20E09%e2%80%9310,%20E13,%20E11.iso#2
+#EXTINF:0,,2.11. The Tok'ra (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D03.%20E09%e2%80%9310,%20E13,%20E11.iso#4
+#EXTINF:0,,2.12. The Tok'ra (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D04.%20E12,%20E14,%20E16,%20E15.iso#1
+#EXTINF:0,,2.13. Spirits
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D03.%20E09%e2%80%9310,%20E13,%20E11.iso#3
+#EXTINF:0,,2.14. Touchstone
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D04.%20E12,%20E14,%20E16,%20E15.iso#2
+#EXTINF:0,,2.15. The Fifth Race
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D04.%20E12,%20E14,%20E16,%20E15.iso#4
+#EXTINF:0,,2.16. A Matter of Time
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D04.%20E12,%20E14,%20E16,%20E15.iso#3
+#EXTINF:0,,2.17. Holiday
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D05.%20E18,%20E17,%20E19%e2%80%9320.iso#2
+#EXTINF:0,,2.18. Serpent's Song
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D05.%20E18,%20E17,%20E19%e2%80%9320.iso#1
+#EXTINF:0,,2.19. One False Step
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D05.%20E18,%20E17,%20E19%e2%80%9320.iso#3
+#EXTINF:0,,2.20. Show and Tell
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D05.%20E18,%20E17,%20E19%e2%80%9320.iso#4
+#EXTINF:0,,2.21. 1969
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D06.%20E21%e2%80%9322.iso#1
+#EXTINF:0,,2.22. Out of Mind
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D06.%20E21%e2%80%9322.iso#2
+
+#EXTINF:0,,3.1. Into the Fire
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,3.2. Seth
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,3.3. Fair Game
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,3.4. Legacy
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,3.5. Learning Curve
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,3.6. Point of View
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,3.7. Deadman Switch
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,3.8. Demons
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,3.9. Rules of Engagement
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,3.10. Forever in a Day
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,3.11. Past and Present
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,3.12. Jolinar's Memories
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,3.13. The Devil You Know
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,3.14. Foothold
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,3.15. Pretense
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,3.16. Urgo
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,3.17. A Hundred Days
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,3.18. Shades of Grey
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,3.19. New Ground
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,3.20. Maternal Instinct
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,3.21. Crystal Skull
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D06.%20E21%e2%80%9322.iso#1
+#EXTINF:0,,3.22. Nemesis
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D06.%20E21%e2%80%9322.iso#4
+
+#EXTINF:0,,4.1. Small Victories
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,4.2. The Other Side
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,4.3. Upgrades
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D01.%20E01%e2%80%9304.iso#7
+#EXTINF:0,,4.4. Crossroads
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D01.%20E01%e2%80%9304.iso#8
+#EXTINF:0,,4.5. Divide and Conquer
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,4.6. Window of Opportunity
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D02.%20E05%e2%80%9308.iso#6
+#EXTINF:0,,4.7. Watergate
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D02.%20E05%e2%80%9308.iso#7
+#EXTINF:0,,4.8. The First Ones
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D02.%20E05%e2%80%9308.iso#8
+#EXTINF:0,,4.9. Scorched Earth
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,4.10. Beneath the Surface
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D03.%20E09%e2%80%9312.iso#6
+#EXTINF:0,,4.11. Point of No Return
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D03.%20E09%e2%80%9312.iso#7
+#EXTINF:0,,4.12. Tangent
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D03.%20E09%e2%80%9312.iso#8
+#EXTINF:0,,4.13. The Curse
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,4.14. The Serpent's Venom
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D04.%20E13%e2%80%9316.iso#6
+#EXTINF:0,,4.15. Chain Reaction
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D04.%20E13%e2%80%9316.iso#7
+#EXTINF:0,,4.16. 2010
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D04.%20E13%e2%80%9316.iso#8
+#EXTINF:0,,4.17. Absolute Power
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,4.18. The Light
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D05.%20E17%e2%80%9320.iso#6
+#EXTINF:0,,4.19. Prodigy
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D05.%20E17%e2%80%9320.iso#7
+#EXTINF:0,,4.20. Entity
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D05.%20E17%e2%80%9320.iso#8
+#EXTINF:0,,4.21. Double Jeopardy
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D06.%20E21%e2%80%9322.iso#3
+#EXTINF:0,,4.22. Exodus
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D06.%20E21%e2%80%9322.iso#4
+
+#EXTINF:0,,5.1. Enemies
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,5.2. Threshold
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D01.%20E01%e2%80%9304.iso#7
+#EXTINF:0,,5.3. Ascension
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D01.%20E01%e2%80%9304.iso#8
+#EXTINF:0,,5.4. The Fifth Man
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D01.%20E01%e2%80%9304.iso#9
+#EXTINF:0,,5.5. Red Sky
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D02.%20E05%e2%80%9308.iso#6
+#EXTINF:0,,5.6. Rite of Passage
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D02.%20E05%e2%80%9308.iso#7
+#EXTINF:0,,5.7. Beast of Burden
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D02.%20E05%e2%80%9308.iso#8
+#EXTINF:0,,5.8. The Tomb
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D02.%20E05%e2%80%9308.iso#9
+#EXTINF:0,,5.9. Between Two Fires
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D03.%20E09%e2%80%9312.iso#6
+#EXTINF:0,,5.10. 2001
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D03.%20E09%e2%80%9312.iso#7
+#EXTINF:0,,5.11. Desperate Measures
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D03.%20E09%e2%80%9312.iso#8
+#EXTINF:0,,5.12. Wormhole X-Treme!
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D03.%20E09%e2%80%9312.iso#9
+#EXTINF:0,,5.13. Proving Ground
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D04.%20E13%e2%80%9316.iso#6
+#EXTINF:0,,5.14. 48 Hours
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D04.%20E13%e2%80%9316.iso#7
+#EXTINF:0,,5.15. Summit
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D04.%20E13%e2%80%9316.iso#8
+#EXTINF:0,,5.16. Last Stand
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D04.%20E13%e2%80%9316.iso#9
+#EXTINF:0,,5.17. Failsafe
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D05.%20E17%e2%80%9320.iso#6
+#EXTINF:0,,5.18. The Warrior
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D05.%20E17%e2%80%9320.iso#7
+#EXTINF:0,,5.19. Menace
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D05.%20E17%e2%80%9320.iso#8
+#EXTINF:0,,5.20. The Sentinel
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D05.%20E17%e2%80%9320.iso#9
+#EXTINF:0,,5.21. Meridian
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D06.%20E21%e2%80%9322.iso#4
+#EXTINF:0,,5.22. Revelations
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D06.%20E21%e2%80%9322.iso#5
+
+#EXTINF:0,,6.1. Redemption (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,6.2. Redemption (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D01.%20E01%e2%80%9304.iso#7
+#EXTINF:0,,6.3. Descent
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D01.%20E01%e2%80%9304.iso#8
+#EXTINF:0,,6.4. Frozen
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D01.%20E01%e2%80%9304.iso#9
+#EXTINF:0,,6.5. Nightwalkers
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D02.%20E05%e2%80%9308.iso#6
+#EXTINF:0,,6.6. Abyss
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D02.%20E05%e2%80%9308.iso#7
+#EXTINF:0,,6.7. Shadow Play
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D02.%20E05%e2%80%9308.iso#8
+#EXTINF:0,,6.8. The Other Guys
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D02.%20E05%e2%80%9308.iso#9
+#EXTINF:0,,6.9. Allegiance
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D03.%20E09%e2%80%9312.iso#6
+#EXTINF:0,,6.10. Cure
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D03.%20E09%e2%80%9312.iso#7
+#EXTINF:0,,6.11. Prometheus
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D03.%20E09%e2%80%9312.iso#8
+#EXTINF:0,,6.12. Unnatural Selection
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D03.%20E09%e2%80%9312.iso#9
+#EXTINF:0,,6.13. Sight Unseen
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D04.%20E13%e2%80%9316.iso#6
+#EXTINF:0,,6.14. Smoke and Mirrors
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D04.%20E13%e2%80%9316.iso#7
+#EXTINF:0,,6.15. Paradise Lost
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D04.%20E13%e2%80%9316.iso#8
+#EXTINF:0,,6.16. Metamorphosis
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D04.%20E13%e2%80%9316.iso#9
+#EXTINF:0,,6.17. Disclosure
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D05.%20E17%e2%80%9320.iso#6
+#EXTINF:0,,6.18. Forsaken
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D05.%20E17%e2%80%9320.iso#7
+#EXTINF:0,,6.19. The Changeling
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D05.%20E17%e2%80%9320.iso#8
+#EXTINF:0,,6.20. Memento
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D05.%20E17%e2%80%9320.iso#9
+#EXTINF:0,,6.21. Prophecy
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D06.%20E21%e2%80%9322.iso#4
+#EXTINF:0,,6.22. Full Circle
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D06.%20E21%e2%80%9322.iso#5
+
+#EXTINF:0,,7.1. Fallen
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,7.2. Homecoming
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D01.%20E01%e2%80%9304.iso#7
+#EXTINF:0,,7.3. Fragile Balance
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D01.%20E01%e2%80%9304.iso#8
+#EXTINF:0,,7.4. Orpheus
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D01.%20E01%e2%80%9304.iso#9
+#EXTINF:0,,7.5. Revisions
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D02.%20E05%e2%80%9308.iso#6
+#EXTINF:0,,7.6. Lifeboat
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D02.%20E05%e2%80%9308.iso#7
+#EXTINF:0,,7.7. Enemy Mine
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D02.%20E05%e2%80%9308.iso#8
+#EXTINF:0,,7.8. Space Race
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D02.%20E05%e2%80%9308.iso#9
+#EXTINF:0,,7.9. Avenger 2.0
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D03.%20E09%e2%80%9312.iso#6
+#EXTINF:0,,7.10. Birthright
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D03.%20E09%e2%80%9312.iso#7
+#EXTINF:0,,7.11. Evolution (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D03.%20E09%e2%80%9312.iso#8
+#EXTINF:0,,7.12. Evolution (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D03.%20E09%e2%80%9312.iso#9
+#EXTINF:0,,7.13. Grace
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D04.%20E13%e2%80%9316.iso#6
+#EXTINF:0,,7.14. Fallout
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D04.%20E13%e2%80%9316.iso#7
+#EXTINF:0,,7.15. Chimera
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D04.%20E13%e2%80%9316.iso#8
+#EXTINF:0,,7.16. Death Knell
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D04.%20E13%e2%80%9316.iso#9
+#EXTINF:0,,7.17. Heroes (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D05.%20E17%e2%80%9320.iso#8
+#EXTINF:0,,7.18. Heroes (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D05.%20E17%e2%80%9320.iso#9
+#EXTINF:0,,7.19. Resurrection
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D05.%20E17%e2%80%9320.iso#10
+#EXTINF:0,,7.20. Inauguration
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D05.%20E17%e2%80%9320.iso#11
+#EXTINF:0,,7.21, 22. Lost City (parts 1&2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D06.%20E21%e2%80%9322.iso#2
+
+#EXTINF:0,,8.1, 2. New Order (parts 1&2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D01.%20E01%e2%80%9304.iso#10
+#EXTINF:0,,8.3. Lockdown
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D01.%20E01%e2%80%9304.iso#11
+#EXTINF:0,,8.4. Zero Hour
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D01.%20E01%e2%80%9304.iso#12
+#EXTINF:0,,8.5. Icon
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D02.%20E05%e2%80%9308.iso#10
+#EXTINF:0,,8.6. Avatar
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D02.%20E05%e2%80%9308.iso#11
+#EXTINF:0,,8.7. Affinity
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D02.%20E05%e2%80%9308.iso#12
+#EXTINF:0,,8.8. Covenant
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D02.%20E05%e2%80%9308.iso#13
+#EXTINF:0,,8.9. Sacrifices
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D03.%20E09%e2%80%9310,%20E12.iso#8
+#EXTINF:0,,8.10. Endgame
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D03.%20E09%e2%80%9310,%20E12.iso#9
+#EXTINF:0,,8.11. Gemini
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D04.%20E11,%20E13%e2%80%9314.iso#7
+#EXTINF:0,,8.12. Prometheus Unbound
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D03.%20E09%e2%80%9310,%20E12.iso#10
+#EXTINF:0,,8.13. It's Good to Be King
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D04.%20E11,%20E13%e2%80%9314.iso#11
+#EXTINF:0,,8.14. Full Alert
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D04.%20E11,%20E13%e2%80%9314.iso#8
+#EXTINF:0,,8.15. Citizen Joe
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D06.%20E15,%20E19%e2%80%9320.iso#10
+#EXTINF:0,,8.16. Reckoning (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D05.%20E16%e2%80%9318.iso#8
+#EXTINF:0,,8.17. Reckoning (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D05.%20E16%e2%80%9318.iso#9
+#EXTINF:0,,8.18. Threads
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D05.%20E16%e2%80%9318.iso#12
+#EXTINF:0,,8.19. Moebius (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D06.%20E15,%20E19%e2%80%9320.iso#6
+#EXTINF:0,,8.20. Moebius (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D06.%20E15,%20E19%e2%80%9320.iso#7
+
+#EXTINF:0,,9.1. Avalon (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D01.%20E01%e2%80%9304.iso#16
+#EXTINF:0,,9.2. Avalon (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D01.%20E01%e2%80%9304.iso#17
+#EXTINF:0,,9.3. Origin
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D01.%20E01%e2%80%9304.iso#18
+#EXTINF:0,,9.4. The Ties that Bind
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D01.%20E01%e2%80%9304.iso#19
+#EXTINF:0,,9.5. The Powers that Be
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D02.%20E05%e2%80%9308.iso#16
+#EXTINF:0,,9.6. Beachhead
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D02.%20E05%e2%80%9308.iso#17
+#EXTINF:0,,9.7. Ex Deus Machina
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D02.%20E05%e2%80%9308.iso#18
+#EXTINF:0,,9.8. Babylon
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D02.%20E05%e2%80%9308.iso#19
+#EXTINF:0,,9.9. Prototype
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D03.%20E09%e2%80%9311.iso#15
+#EXTINF:0,,9.10. The Fourth Horseman (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D03.%20E09%e2%80%9311.iso#16
+#EXTINF:0,,9.11. The Fourth Horseman (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D03.%20E09%e2%80%9311.iso#17
+#EXTINF:0,,9.12. Collateral Damage
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D04.%20E12%e2%80%9314.iso#15
+#EXTINF:0,,9.13. Ripple Effect
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D04.%20E12%e2%80%9314.iso#16
+#EXTINF:0,,9.14. Stronghold
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D04.%20E12%e2%80%9314.iso#17
+#EXTINF:0,,9.15. Ethon
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D05.%20E15%e2%80%9317.iso#15
+#EXTINF:0,,9.16. Off the Grid
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D05.%20E15%e2%80%9317.iso#16
+#EXTINF:0,,9.17. The Scourge
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D05.%20E15%e2%80%9317.iso#17
+#EXTINF:0,,9.18. Arthur's Mantle
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D06.%20E18%e2%80%9320.iso#15
+#EXTINF:0,,9.19. Crusade
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D06.%20E18%e2%80%9320.iso#16
+#EXTINF:0,,9.20. Camelot
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D06.%20E18%e2%80%9320.iso#17
+
+#EXTINF:0,,10.1. Flesh and Blood
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,10.2. Morpheus
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,10.3. The Pegasus Project
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,10.4. Insiders
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,10.5. Uninvited
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,10.6. 200
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,10.7. Counterstrike
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,10.8. Memento Mori
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,10.9. Company of Thieves
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,10.10. The Quest (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,10.11. The Quest (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,10.12. Line in the Sand
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,10.13. The Road Not Taken
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,10.14. The Shroud
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,10.15. Bounty
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,10.16. Bad Guys
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,10.17. Talion
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,10.18. Family Ties
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,10.19. Dominion
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,10.20. Unending
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D05.%20E17%e2%80%9320.iso#4
diff --git a/ref/the-bridge.m3u8 b/ref/the-bridge.m3u8
new file mode 100644 (file)
index 0000000..7ef0031
--- /dev/null
@@ -0,0 +1,64 @@
+#EXTM3U
+
+#EXTINF:0,,Episode 1.1
+dvd:///mnt/dvd/archive/B/The%20Bridge/S01D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,Episode 1.2
+dvd:///mnt/dvd/archive/B/The%20Bridge/S01D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,Episode 1.3
+dvd:///mnt/dvd/archive/B/The%20Bridge/S01D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,Episode 1.4
+dvd:///mnt/dvd/archive/B/The%20Bridge/S01D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,Episode 1.5
+dvd:///mnt/dvd/archive/B/The%20Bridge/S01D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,Episode 1.6
+dvd:///mnt/dvd/archive/B/The%20Bridge/S01D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,Episode 1.7
+dvd:///mnt/dvd/archive/B/The%20Bridge/S01D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,Episode 1.8
+dvd:///mnt/dvd/archive/B/The%20Bridge/S01D02.%20E05%e2%80%9308.iso#6
+#EXTINF:0,,Episode 1.9
+dvd:///mnt/dvd/archive/B/The%20Bridge/S01D03.%20E09%e2%80%9310.iso#3
+#EXTINF:0,,Episode 1.10
+dvd:///mnt/dvd/archive/B/The%20Bridge/S01D03.%20E09%e2%80%9310.iso#4
+
+#EXTINF:0,,Episode 2.1
+dvd:///mnt/dvd/archive/B/The%20Bridge/S02D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,Episode 2.2
+dvd:///mnt/dvd/archive/B/The%20Bridge/S02D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,Episode 2.3
+dvd:///mnt/dvd/archive/B/The%20Bridge/S02D01.%20E01%e2%80%9304.iso#7
+#EXTINF:0,,Episode 2.4
+dvd:///mnt/dvd/archive/B/The%20Bridge/S02D01.%20E01%e2%80%9304.iso#8
+#EXTINF:0,,Episode 2.5
+dvd:///mnt/dvd/archive/B/The%20Bridge/S02D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,Episode 2.6
+dvd:///mnt/dvd/archive/B/The%20Bridge/S02D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,Episode 2.7
+dvd:///mnt/dvd/archive/B/The%20Bridge/S02D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,Episode 2.8
+dvd:///mnt/dvd/archive/B/The%20Bridge/S02D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,Episode 2.9
+dvd:///mnt/dvd/archive/B/The%20Bridge/S02D03.%20E09%e2%80%9310.iso#2
+#EXTINF:0,,Episode 2.10
+dvd:///mnt/dvd/archive/B/The%20Bridge/S02D03.%20E09%e2%80%9310.iso#3
+
+#EXTINF:0,,Episode 3.1
+dvd:///mnt/dvd/archive/B/The%20Bridge/S03D01.%20E01%e2%80%9303.iso#2
+#EXTINF:0,,Episode 3.2
+dvd:///mnt/dvd/archive/B/The%20Bridge/S03D01.%20E01%e2%80%9303.iso#3
+#EXTINF:0,,Episode 3.3
+dvd:///mnt/dvd/archive/B/The%20Bridge/S03D01.%20E01%e2%80%9303.iso#4
+#EXTINF:0,,Episode 3.4
+dvd:///mnt/dvd/archive/B/The%20Bridge/S03D02.%20E04%e2%80%9306.iso#2
+#EXTINF:0,,Episode 3.5
+dvd:///mnt/dvd/archive/B/The%20Bridge/S03D02.%20E04%e2%80%9306.iso#3
+#EXTINF:0,,Episode 3.6
+dvd:///mnt/dvd/archive/B/The%20Bridge/S03D02.%20E04%e2%80%9306.iso#4
+#EXTINF:0,,Episode 3.7
+dvd:///mnt/dvd/archive/B/The%20Bridge/S03D03.%20E07%e2%80%9309.iso#2
+#EXTINF:0,,Episode 3.8
+dvd:///mnt/dvd/archive/B/The%20Bridge/S03D03.%20E07%e2%80%9309.iso#3
+#EXTINF:0,,Episode 3.9
+dvd:///mnt/dvd/archive/B/The%20Bridge/S03D03.%20E07%e2%80%9309.iso#4
+#EXTINF:0,,Episode 3.10
+dvd:///mnt/dvd/archive/B/The%20Bridge/S03D04.%20E10.iso#1
diff --git a/sherlock-holmes.epls b/sherlock-holmes.epls
new file mode 100644 (file)
index 0000000..5d5bb24
--- /dev/null
@@ -0,0 +1,52 @@
+;;; -*-fundamental-*-
+
+!vdir - H/Sherlock Holmes (1984)
+
+!season 1 The Adventures of Sherlock Holmes
+1 A Scandal in Bohemia
+2 The Dancing Men
+3 The Naval Treaty
+4 The Solitary Cyclist
+1 The Crooked Man
+2 The Speckled Band
+3 The Blue Carbuncle
+4 The Copper Beeches
+1 The Greek Interpreter
+2 The Norwood Builder
+3 The Resident Patient
+4 The Red Headed League
+1 The Final Problem
+
+!season 2 The Return of Sherlock Holmes
+1 The Empty House
+2 The Priory School
+3 The Second Stain
+4 The Musgrave Ritual
+1 The Abbey Grange
+2 The Man with the Twisted Lip
+3 The Six Napoleons
+1 The Sign of Four
+1 The Devil's Foot
+2 Silver Blaze
+3 Wisteria Lodge
+4 The Bruce Partington Plans
+1 The Hound of the Baskervilles
+
+!season 3 The Casebook of Sherlock Holmes
+1 The Disappearance of Lady Frances Carfax
+2 The Problem of Thor Bridge
+3 Shoscombe Old Place
+4 The Boscombe Abbey Mystery
+1 The Illustrious Client
+2 The Creeping Man
+1 The Master Blackmailer
+1 The Last Vampyre
+1 The Eligible Bachelor
+
+!season 4 The Memoirs of Sherlock Holmes
+1 The Three Gables
+2 The Dying Detective
+3 The Golden Pince-Nez
+1 The Red Circle
+2 The Mazarin Stone
+3 The Cardboard Box
diff --git a/spartacus.epls b/spartacus.epls
new file mode 100644 (file)
index 0000000..b92a264
--- /dev/null
@@ -0,0 +1,50 @@
+;;; -*-fundamental-*-
+
+!vdir - S/Spartacus
+
+!season 0 Gods of the Arena
+2 Past Transgressions
+4 Missio
+6 Paterfamilias
+8 Beneath the Mask
+3 Reckoning
+5 The Bitter End
+
+!season 1 Blood and Sand
+2 The Red Serpent
+4 Sacramentum gladiatorum
+6 Legends
+8 The Thing in the Pit
+3 Shadow Games
+5 Delicate Things
+7 Great and Unfortunate Things
+9 Mark of the Brotherhood
+3 Whore
+5 Party Favors
+7 Old Wounds
+9 Revelations
+3 Kill Them All
+
+!season 2 Vengeance
+2 Fugitivus
+3 A Place in This World
+4 The Greater Good
+2 Empty Hands
+3 Libertus
+4 Chosen Path
+2 Sacramentum
+3 Balance
+4 Monsters
+2 Wrath of the Gods
+
+!season 3 War of the Damned
+3 Enemies of Rome
+4 Wolves at the Gate
+5 Men of Honor
+3 Decimation
+4 Blood Brothers
+5 Spoils of War
+3 Mors indecepta
+4 Separate Paths
+3 The Dead and the Dying
+4 Victory
diff --git a/stargate-sg1.epls b/stargate-sg1.epls
new file mode 100644 (file)
index 0000000..f1f387a
--- /dev/null
@@ -0,0 +1,234 @@
+;;; -*-fundamental-*-
+
+!vdir - S/Stargate SG-1
+
+!season 1
+5 Children of the Gods
+6 The Enemy Within
+7 Emancipation
+7 The Broca Divide
+8 The First Commandment
+9 Cold Lazarus
+10 The Nox
+11 Brief Candle
+7 Thor's Hammer
+8 The Torment of Tantalus
+9 Bloodlines
+10 Fire and Water
+11 Hathor
+6 Singularity
+7 Cor-ai
+8 Enigma
+9 Solitudes
+6 Tin Man
+7 There but for the Grace of God
+8 Politics
+9 Within the Serpent's Grasp
+
+!season 2
+1 The Serpent's Lair
+2 In the Line of Duty
+3 Prisoners
+4 The Gamekeeper
+1 Need
+2 Thor's Chariot
+3 Message In A Bottle
+4 Family
+1 Secrets
+2 Bane
+4 The Tok'ra (part 1)
+1 The Tok'ra (part 2)
+3 Spirits
+2 Touchstone
+4 The Fifth Race
+3 A Matter of Time
+2 Holiday
+1 Serpent's Song
+3 One False Step
+4 Show and Tell
+1 1969
+2 Out of Mind
+
+!season 3
+1 Into the Fire
+2 Seth
+3 Fair Game
+4 Legacy
+1 Learning Curve
+2 Point of View
+3 Deadman Switch
+4 Demons
+1 Rules of Engagement
+2 Forever in a Day
+3 Past and Present
+4 Jolinar's Memories
+1 The Devil You Know
+2 Foothold
+3 Pretense
+4 Urgo
+1 A Hundred Days
+2 Shades of Grey
+3 New Ground
+4 Maternal Instinct
+1 Crystal Skull
+4 Nemesis
+
+!season 4
+5 Small Victories
+6 The Other Side
+7 Upgrades
+8 Crossroads
+5 Divide and Conquer
+6 Window of Opportunity
+7 Watergate
+8 The First Ones
+5 Scorched Earth
+6 Beneath the Surface
+7 Point of No Return
+8 Tangent
+5 The Curse
+6 The Serpent's Venom
+7 Chain Reaction
+8 2010
+5 Absolute Power
+6 The Light
+7 Prodigy
+8 Entity
+3 Double Jeopardy
+4 Exodus
+
+!season 5
+6 Enemies
+7 Threshold
+8 Ascension
+9 The Fifth Man
+6 Red Sky
+7 Rite of Passage
+8 Beast of Burden
+9 The Tomb
+6 Between Two Fires
+7 2001
+8 Desperate Measures
+9 Wormhole X-Treme!
+6 Proving Ground
+7 48 Hours
+8 Summit
+9 Last Stand
+6 Failsafe
+7 The Warrior
+8 Menace
+9 The Sentinel
+4 Meridian
+5 Revelations
+
+!season 6
+6 Redemption (part 1)
+7 Redemption (part 2)
+8 Descent
+9 Frozen
+6 Nightwalkers
+7 Abyss
+8 Shadow Play
+9 The Other Guys
+6 Allegiance
+7 Cure
+8 Prometheus
+9 Unnatural Selection
+6 Sight Unseen
+7 Smoke and Mirrors
+8 Paradise Lost
+9 Metamorphosis
+6 Disclosure
+7 Forsaken
+8 The Changeling
+9 Memento
+4 Prophecy
+5 Full Circle
+
+!season 7
+6 Fallen
+7 Homecoming
+8 Fragile Balance
+9 Orpheus
+6 Revisions
+7 Lifeboat
+8 Enemy Mine
+9 Space Race
+6 Avenger 2.0
+7 Birthright
+8 Evolution (part 1)
+9 Evolution (part 2)
+6 Grace
+7 Fallout
+8 Chimera
+9 Death Knell
+8 Heroes (part 1)
+9 Heroes (part 2)
+10 Resurrection
+11 Inauguration
+2,n=2 Lost City (parts 1&2)
+
+!season 8
+10,n=2 New Order (parts 1&2)
+11 Lockdown
+12 Zero Hour
+10 Icon
+11 Avatar
+12 Affinity
+13 Covenant
+8 Sacrifices
+9 Endgame
+7 Gemini
+10 Prometheus Unbound
+11 It's Good to Be King
+8 Full Alert
+10 Citizen Joe
+8 Reckoning (part 1)
+9 Reckoning (part 2)
+12 Threads
+6 Moebius (part 1)
+7 Moebius (part 2)
+
+!season 9
+16 Avalon (part 1)
+17 Avalon (part 2)
+18 Origin
+19 The Ties that Bind
+16 The Powers that Be
+17 Beachhead
+18 Ex Deus Machina
+19 Babylon
+15 Prototype
+16 The Fourth Horseman (part 1)
+17 The Fourth Horseman (part 2)
+15 Collateral Damage
+16 Ripple Effect
+17 Stronghold
+15 Ethon
+16 Off the Grid
+17 The Scourge
+15 Arthur's Mantle
+16 Crusade
+17 Camelot
+
+!season 10
+1 Flesh and Blood
+2 Morpheus
+3 The Pegasus Project
+4 Insiders
+1 Uninvited
+2 200
+3 Counterstrike
+4 Memento Mori
+1 Company of Thieves
+2 The Quest (part 1)
+3 The Quest (part 2)
+4 Line in the Sand
+1 The Road Not Taken
+2 The Shroud
+3 Bounty
+4 Bad Guys
+1 Talion
+2 Family Ties
+3 Dominion
+4 Unending
diff --git a/the-bridge.epls b/the-bridge.epls
new file mode 100644 (file)
index 0000000..20b7382
--- /dev/null
@@ -0,0 +1,39 @@
+;;; -*-fundamental-*-
+
+!vdir - B/The Bridge
+
+!season 1
+3
+4
+5
+6
+3
+4
+5
+6
+3
+4
+
+!season 2
+5
+6
+7
+8
+2
+3
+4
+5
+2
+3
+
+!season 3
+2
+3
+4
+2
+3
+4
+2
+3
+4
+1