Major overhaul to cope with multi-season episode lists.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 16 Mar 2022 03:27:41 +0000 (03:27 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 16 Mar 2022 16:49:29 +0000 (16:49 +0000)
42 files changed:
24.epls
Makefile
agent-carter.epls
allo-allo.epls
angel.epls
babylon-5.epls
between-the-lines.epls
blackadder.epls
blakes-7.epls
brass-eye.epls
bsg-1978.epls
btvs.epls
dollhouse.epls
equalizer.epls [new file with mode: 0644]
firefly.epls
flying-circus.epls
fry-and-laurie.epls
game-of-thrones.epls
macgyver.epls
mkm3u
morse.epls
ref/equalizer.m3u8 [new file with mode: 0644]
ref/flying-circus-chap.m3u8 [new file with mode: 0644]
ref/flying-circus.m3u8
ref/fry-and-laurie-chap.m3u8 [new file with mode: 0644]
ref/fry-and-laurie.m3u8
ref/stargate-sg1.m3u8
ref/stargate.m3u8 [new file with mode: 0644]
robin-of-sherwood.epls
rome.epls
shark.epls
sherlock-holmes.epls
spartacus.epls
stargate-atlantis.epls [deleted file]
stargate-sg1.epls [deleted file]
stargate-universe.epls [deleted file]
stargate.epls [new file with mode: 0644]
terminator-scc.epls
the-bridge.epls
the-wire.epls
v-2009.epls
waking-the-dead.epls

diff --git a/24.epls b/24.epls
index b99c08a..31d7f36 100644 (file)
--- a/24.epls
+++ b/24.epls
@@ -2,7 +2,7 @@
 
 ;; (defun insert-clock (start &optional end) (do ((i start (mod (1+ i) 24)) (any nil t)) ((and any (= i (or end start)))) (insert (format "%d:00%s–%d:00%s\n" (1+ (mod (1- i) 12)) (if (< i 12) "am" "pm") (1+ (mod i 12)) (if (or (< i 11) (= i 23)) "am" "pm")))))
 
-!vdir #/24
+!vdir #/24
 
 !season 1
 1 12:00am–1:00am
 4 4:00am–5:00am
 5 5:00am–6:00am
 
-!movie
+!season -
 !iso #/24—Redemption/Extended version.iso
 1 24—Redemption
 !iso -
index e5acfff..b5494b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ all:
 clean::; rm -f $(CLEANFILES)
 force:
 .PHONY: all clean
+.SECONDEXPANSION: # not sorry
 
 V                      ?= 0
 V_AT                    = $(V_AT_$V)
@@ -17,125 +18,150 @@ v-tag.0                    = @$(call v-print.0,$1,$@);
 TARGETS                         =
 CLEANFILES             += $(TARGETS)
 
-TARGETS                        += $(addsuffix .m3u8,$(PLAYLISTS))
-
 define %declare-playlist
 PLAYLISTS              += $1
-$1_INITIAL              = $2
-$1_FULLNAME             = $3
+$1_FULLNAME             = $2
+endef
+
+define %declare-simple-playlist
+$1_EPLS                         = $1.epls
+$1_MKM3UFLAGS           =
+endef
+
+define %declare-chapter-playlist
+$1-chap_EPLS            = $1.epls
+$1-chap_MKM3UFLAGS      = -c
+endef
+
+define %declare-filter-playlist
+$1_EPLS                         = $2.epls
+$1_MKM3UFLAGS           = -s$3
 endef
-declare-playlist        = $(eval $(call %declare-playlist,$1,$2,$3))
+
+declare-playlist        = \
+       $(eval $(call %declare-playlist,$1,$2)) \
+       $(eval $(call %declare-simple-playlist,$1))
+declare-chapters        = \
+       $(eval $(call %declare-playlist,$1,$2)) \
+       $(eval $(call %declare-simple-playlist,$1)) \
+       $(eval $(call %declare-playlist,$1-chap,$2 (chapters))) \
+       $(eval $(call %declare-chapter-playlist,$1))
+declare-filter          = \
+       $(eval $(call %declare-playlist,$1,$4)) \
+       $(eval $(call %declare-filter-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)
+$(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-chapters, 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-chapters, 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, S/Stargate)
+$(call declare-filter, stargate-sg1, stargate,sg1, S/Stargate SG-1)
+$(call declare-filter, stargate-atlantis, stargate,sga, S/Stargate Atlantis)
+$(call declare-filter, stargate-universe, stargate,sgu, 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)
 
-all: $(TARGETS)
+$(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)
+
+M3US                    = $(addsuffix .m3u8,$(PLAYLISTS))
+TARGETS                        += $(M3US)
 
-%.m3u8: %.epls mkm3u
-       $(call v-tag,MKM3U)./mkm3u "$<" >"$@.new" && mv "$@.new" "$@"
+$(M3US): %.m3u8: $$($$*_EPLS) mkm3u
+       $(call v-tag,MKM3U)./mkm3u $($*_MKM3UFLAGS) "$<" >"$@.new" && mv "$@.new" "$@"
 
 CHECKS                  = $(foreach p,$(PLAYLISTS), check/$p)
 check: $(CHECKS)
@@ -147,7 +173,7 @@ LINKS                        = $(foreach p,$(PLAYLISTS), link/$p)
 link: $(LINKS)
 $(LINKS): link/%:
        $(V_AT) \
-               ok=nil t="$(ARCHIVEROOT)/$($*_INITIAL)/$($*_FULLNAME).m3u8"; \
+               ok=nil t="$(ARCHIVEROOT)/$($*_FULLNAME).m3u8"; \
                if [ -L "$$t" ]; then \
                  case $$(realpath "$$t") in \
                    "$(abspath $*.m3u8)") ok=t ;; \
@@ -180,3 +206,7 @@ $(FORCE_SAVE): force-save/%: %.m3u8
                  cp $< ref/$*.m3u8.new && mv ref/$*.m3u8.new ref/$*.m3u8; \
                fi
 .PHONY: save $(SAVE)
+
+all: $(TARGETS)
+
+p:; : $p
index 8b09c3d..bf10fab 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir A/Agent Carter
+!vdir A/Agent Carter
 
 !season 1
 6 Now Is Not the End
index fb0d451..fd501ca 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir A/'Allo 'Allo!
+!vdir A/'Allo 'Allo!
 
 !season 1
 !epno 0
index 09b1589..b0c4776 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir A/Angel
+!vdir A/Angel
 
 !season 1
 1 City of
index 72e0f7f..e3f5a98 100644 (file)
@@ -1,8 +1,8 @@
 ;;; -*-fundamental-*-
 
-!vdir B/Babylon 5
+!vdir B/Babylon 5
 
-!movie
+!season -
 !iso B/Babylon 5—In the Beginning.iso
 1 In the Beginning
 !iso B/Babylon 5—The Gathering.iso
 2 Objects at Rest
 3 Sleeping in Light
 
-!movie
+!season -
 !iso B/Babylon 5—Thirdspace.iso
 1 Thirdspace
 !iso B/Babylon 5—The River of Souls.iso
index d010299..89ae6e9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir B/Between the Lines
+!vdir B/Between the Lines
 
 !season 1
 4 Private Enterprise
index eade426..aa2b007 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir B/Blackadder
+!vdir B/Blackadder
 
 !season 1 The Black Adder
 2 The Foretelling
@@ -34,7 +34,7 @@
 5 General Hospital
 6 Goodbyeee
 
-!movie
+!season -
 !iso B/Blackadder—Back and Forth.iso
 3 The Cavalier Years
 
index dcdd896..679470a 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir B/Blake's 7
+!vdir B/Blake's 7
 
 !season 1
 3 The Way Back
index f895357..8ec59dd 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!movie
+!season -
 !iso B/Brass Eye.iso
 
 24 Animals
index 1c298c6..e487673 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir B/Battlestar Galactica (1978)
+!vdir B/Battlestar Galactica (1978)
 
 1,n=3 Saga of a Star World
 2 The Lost Planet of the Gods (part 1)
index f93dcb4..a959050 100644 (file)
--- a/btvs.epls
+++ b/btvs.epls
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir B/Buffy the Vampire Slayer
+!vdir B/Buffy the Vampire Slayer
 
 !season 1
 1 Welcome to the Hellmouth
index 0703f49..02d2962 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir D/Dollhouse
+!vdir D/Dollhouse
 
 !season 1
 2 Ghost
diff --git a/equalizer.epls b/equalizer.epls
new file mode 100644 (file)
index 0000000..31fadd8
--- /dev/null
@@ -0,0 +1,99 @@
+;;; -*-fundamental-*-
+
+!vdir E/The Equalizer (1985)
+
+!season 1
+3 Pilot
+4 China Rain
+5 The Defector
+6 The Lock Box
+3 Lady Cop
+4 The Confirmation Day
+5 The Children's Song
+6 The Distant Fire
+3 Mama's Boy
+4 Bump and Run
+5 Desperately
+6 Reign of Terror
+3 Back Home
+4 Out of the Past
+5 Dead Drop
+6 Wash-Up
+3 Torn
+4 Unnatural Causes
+5 Breakpoint
+3 No Conscience
+4 Unpunished Crimes
+5 Pretenders
+
+!season 2
+2 Prelude
+3 Nocturne
+4 A Community of Civilized Men
+5 Joyride
+2 Shades of Darkness
+3 Nightscape
+4 Counterfire
+5 The Line
+2 Tip on a Sure Thing
+3 The Cup
+4 Heartstrings
+5 High Performance
+2 Beyond Control
+3 Carnal Persuasion
+4 Memories of Manon (part 1)
+5 Memories of Manon (part 2)
+2 Solo
+3 A Place to Stay
+4 Coal Black Soul
+5 First Light
+2 Hand and Glove
+3 Re-Entry
+
+!season 3
+2 Blood & Wine (part 1)
+3 Blood & Wine (part 2)
+4 Suspicion of Innocence
+5 In the Money
+2 Encounter in a Closed Room
+3 Mission: McCall (part 1)
+4 Mission: McCall (part 2)
+5 Shadow Play
+2 Inner View
+3 The Rehearsal
+4 Christmas Presence
+5 A Dance on the Dark Side
+2 The Child Broker
+3 Video Games
+4 Something Green
+5 The Mystery of Manon (part 1)
+2 The Mystery of Manon (part 2)
+3 No Place Like Home
+4 Last Call
+5 Regrets Only
+2 Target of Choice
+3 Always a Lady
+
+!season 4
+2 The Last Campaign
+3 Sea of Fire
+4 Riding the Elephant
+5 Eighteen with a Bullet
+2 Day of the Covenant
+3 Splinters
+4 Making of a Martyr
+5 The Sins of Our Fathers
+2 The Visitation
+3 Past Imperfect
+4 Trial by Ordeal
+5 Silent Fury
+2 Lullaby of Darkness
+3 17 Zebra
+4 Starfire
+5 Time Present, Time Past
+2 Prisoners of Conscience
+3 The Caper
+4 Heart of Justice
+5 Race Traitors
+2 Endgame
+3 Suicide Squad
index 8276178..f8072b7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir F/Firefly
+!vdir F/Firefly
 
 1 Serenity
 2 The Train Job
@@ -17,6 +17,6 @@
 2 Heart of Gold
 3 Objects in Space
 
-!movie
+!season -
 !iso S/Serenity.iso
 1 Serenity
index 2e44292..7e989cb 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir P/Monty Python's Flying Circus
+!vdir P/Monty Python's Flying Circus
 
 !season 1
 2 Whither Canada?
index a3f0899..c3099f4 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir F/A Bit of Fry and Laurie
+!vdir F/A Bit of Fry and Laurie
 
 !season 1
 !epno 0
index 4abf141..b88bdbc 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir G/Game of Thrones
+!vdir G/Game of Thrones
 
 !season 1
 1 Winter Is Coming
index 25267d6..97ecdc9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir M/MacGyver
+!vdir M/MacGyver
 
 !season 1
 1 Pilot
 2 The Stringer
 3 The Mountain of Youth
 
-!movie
+!season -
 !iso M/MacGyver/TV movies.iso
 1 Lost Treasure of Atlantis
 2 Trail to Doomsday
diff --git a/mkm3u b/mkm3u
index 9fdc90f..046373f 100755 (executable)
--- a/mkm3u
+++ b/mkm3u
@@ -2,6 +2,7 @@
 ### -*- mode: python; coding: utf-8 -*-
 
 from contextlib import contextmanager
+import optparse as OP
 import os as OS
 import re as RX
 import sys as SYS
@@ -23,6 +24,14 @@ def filter(value, func = None, dflt = None):
 def check(cond, msg):
   if not cond: raise ExpectedError(msg)
 
+def lookup(dict, key, msg):
+  try: return dict[key]
+  except KeyError: raise ExpectedError(msg)
+
+def forget(dict, key):
+  try: del dict[key]
+  except KeyError: pass
+
 def getint(s):
   if not s.isdigit(): raise ExpectedError("bad integer `%s'" % s)
   return int(s)
@@ -86,7 +95,7 @@ class Source (object):
     me.used_chapters = set()
     me.nuses = 0
   def url(me, title = None, chapter = None):
-    if title is None:
+    if title == "-":
       if me.TITLEP: raise ExpectedError("missing title number")
       if chapter is not None:
         raise ExpectedError("can't specify chapter without title")
@@ -102,13 +111,13 @@ class Source (object):
     if chapter is not None: key, set = (title, chapter), me.used_chapters
     else: key, set = title, me.used_titles
     if key in set:
-      if title is None:
+      if title == "-":
         raise ExpectedError("`%s' already used" % me.fn)
       elif chapter is None:
         raise ExpectedError("`%s' title %d already used" % (me.fn, title))
       else:
         raise ExpectedError("`%s' title %d chapter %d already used" %
-                            (me.fn, title, chapter))
+                              (me.fn, title, chapter))
     if chapter is not None: me.used_chapters.add((title, chapter))
     return me.PREFIX + ROOT + urlencode(me.fn) + suffix
 
@@ -269,230 +278,323 @@ class Episode (object):
   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
+class BaseSeason (object):
+  def __init__(me, series, implicitp = False):
+    me.series = series
     me.episodes = []
+    me.implicitp = implicitp
+    me.ep_i, episodes = 1, []
   def add_episode(me, j, neps, title, src, tno):
     ep = Episode(me, j, neps, title, src, tno)
     me.episodes.append(ep)
+    src.nuses += neps; me.ep_i += neps
     return ep
+
+class Season (BaseSeason):
+  def __init__(me, series, title, i, *args, **kw):
+    super().__init__(series, *args, **kw)
+    me.title, me.i = title, i
   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)
+    playlist = me.series.playlist
+    if neps == 1: epname = playlist.epname; epn = "%d" % i
+    elif neps == 2: epname = playlist.epnames; epn = "%d, %d" % (i, i + 1)
+    else: epname = 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)
+      if me.implicitp: label = "%s %s" % (epname, epn)
+      elif me.title is None: label = "%s %d.%s" % (epname, me.i, epn)
+      else: label = "%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)
+      if me.implicitp: label = "%s. %s" % (epn, title)
+      elif me.title is None: label = "%d.%s. %s" % (me.i, epn, title)
+      else: label = "%s—%s. %s" % (me.title, epn, title)
+    return label
 
-class MovieSeason (object):
-  def __init__(me, playlist):
-    me.playlist = playlist
-    me.i = -1
-    me.implicitp = False
-    me.episodes = []
+class MovieSeason (BaseSeason):
   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
+    return super().add_episode(j, neps, title, src, tno)
   def _eplabel(me, i, epn, title):
     return title
 
-class Playlist (object):
+class Series (object):
+  def __init__(me, playlist, title = None):
+    me.playlist = playlist
+    me.title = title
+    me.cur_season = None
+  def _add_season(me, season):
+    me.cur_season = season
+  def add_season(me, title, i, implicitp = False):
+    me._add_season(Season(me, title, i, implicitp))
+  def add_movies(me):
+    me._add_season(MovieSeason(me))
+  def ensure_season(me):
+    if me.cur_season is None: me.add_season(None, 1, implicitp = True)
+    return me.cur_season
+  def end_season(me):
+    me.cur_season = None
 
+class Playlist (object):
   def __init__(me):
     me.seasons = []
+    me.episodes = []
     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
-
+    me.nseries = 0
+  def add_episode(me, episode):
+    me.episodes.append(episode)
+  def done_season(me):
+    if me.episodes:
+      me.seasons.append(me.episodes)
+      me.episodes = []
   def write(me, f):
     f.write("#EXTM3U\n")
     for season in me.seasons:
       f.write("\n")
-      for i, ep in enumerate(season.episodes, 1):
+      for ep in season:
+        label = ep.label()
+        if me.nseries > 1: label = ep.season.series.title + " " + label
         if not ep.chapters:
-          f.write("#EXTINF:0,,%s\n%s\n" % (ep.label(), ep.url))
+          f.write("#EXTINF:0,,%s\n%s\n" % (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)
+                    (label, ch.title, ch.url))
+
+MODE_UNSET = 0
+MODE_SINGLE = 1
+MODE_MULTI = 2
+
+class EpisodeListParser (object):
+
+  def __init__(me, series_wanted = None, chapters_wanted_p = False):
+    me._pl = Playlist()
+    me._cur_episode = me._cur_chapter = None
+    me._series = {}; me._vdirs = {}; me._audirs = {}; me._isos = {}
+    me._series_wanted = series_wanted
+    me._chaptersp = chapters_wanted_p
+    if series_wanted is None: me._mode = MODE_UNSET
+    else: me._mode = MODE_MULTI
+
+  def _bad_keyval(me, cmd, k, v):
+    raise ExpectedError("invalid `!%s' option `%s'" %
+                          (cmd, v if k is None else k))
+
+  def _keyvals(me, opts):
+    if opts is not None:
+      for kv in opts.split(","):
+        try: sep = kv.index("=")
+        except ValueError: yield None, kv
+        else: yield kv[:sep], kv[sep + 1:]
+
+  def _set_mode(me, mode):
+    if me._mode == MODE_UNSET:
+      me._mode = mode
+    elif me._mode != mode:
+      raise ExpectedError("inconsistent single-/multi-series usage")
+
+  def _get_series(me, name):
+    if name is None:
+      me._set_mode(MODE_SINGLE)
+      try: series = me._series[None]
+      except KeyError:
+        series = me._series[None] = Series(me._pl)
+        me._pl.nseries += 1
+    else:
+      me._set_mode(MODE_MULTI)
+      series = lookup(me._series, name, "unknown series `%s'" % name)
+    return series
+
+  def _opts_series(me, cmd, opts):
+    name = None
+    for k, v in me._keyvals(opts):
+      if k is None: name = v
+      else: me._bad_keyval(cmd, k, v)
+    return me._get_series(name), name
+
+  def _wantedp(me, name):
+    return me._series_wanted is None or name in me._series_wanted
+
+  def _process_cmd(me, ww):
+
+    cmd = ww.nextword(); check(cmd is not None, "missing command")
+    try: sep = cmd.index(":")
+    except ValueError: opts = None
+    else: cmd, opts = cmd[:sep], cmd[sep + 1:]
+
+    if cmd == "series":
+      name = None
+      for k, v in me._keyvals(opts):
+        if k is None: name = v
+        else: me._bad_keyval(cmd, k, v)
+      check(name is not None, "missing series name")
+      check(name not in me._series, "series `%s' already defined" % name)
+      title = ww.rest(); check(title is not None, "missing title")
+      me._set_mode(MODE_MULTI)
+      me._series[name] = Series(me._pl, title)
+      if me._wantedp(name): me._pl.nseries += 1
+
+    elif cmd == "season":
+      series, sname = me._opts_series(cmd, opts)
+      w = ww.nextword();
+      check(w is not None, "missing season number")
+      if w == "-":
+        check(ww.rest() is None, "trailing junk")
+        if not me._wantedp(sname): return
+        series.add_movies()
+      else:
+        title = ww.rest(); i = getint(w)
+        if not me._wantedp(sname): return
+        series.add_season(ww.rest(), getint(w), implicitp = False)
+      me._cur_episode = me._cur_chapter = None
+      me._pl.done_season()
+
+    elif cmd == "epname":
+      for k, v in me._keyvals(opts): me._bad_keyval("epname", k, v)
+      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:]
+      me._pl.epname, me._pl.epnames = name, names
+
+    elif cmd == "epno":
+      series, sname = me._opts_series(cmd, opts)
+      w = ww.rest(); check(w is not None, "missing episode number")
+      epi = getint(w)
+      if not me._wantedp(sname): return
+      series.ensure_season().ep_i = epi
+
+    elif cmd == "iso":
+      _, name = me._opts_series(cmd, opts)
+      fn = ww.rest(); check(fn is not None, "missing filename")
+      if not me._wantedp(name): return
+      if fn == "-": forget(me._isos, name)
+      else:
+        check(OS.path.exists(OS.path.join(ROOT, fn)),
+              "iso file `%s' not found" % fn)
+        me._isos[name] = VideoDisc(fn)
+
+    elif cmd == "vdir":
+      _, name = me._opts_series(cmd, opts)
+      dir = ww.rest(); check(dir is not None, "missing directory")
+      if not me._wantedp(name): return
+      if dir == "-": forget(me._vdirs, name)
+      else: me._vdirs[name] = VideoDir(dir)
+
+    elif cmd == "adir":
+      _, name = me._opts_series(cmd, opts)
+      dir = ww.rest(); check(dir is not None, "missing directory")
+      if not me._wantedp(name): return
+      if dir == "-": forget(me._audirs, name)
+      else: me._audirs[name] = AudioDir(dir)
 
-        else:
+    else:
+      raise ExpectedError("unknown command `%s'" % cmd)
+
+  def _process_episode(me, ww):
+
+    opts = ww.nextword(); check(opts is not None, "missing title/options")
+    ti = None; sname = None; neps = 1; epi = None
+    for k, v in me._keyvals(opts):
+      if k is None:
+        if v.isdigit(): ti = int(v)
+        elif v == "-": ti = "-"
+        else: sname = v
+      elif k == "s": sname = v
+      elif k == "n": neps = getint(v)
+      elif k == "ep": epi = getint(v)
+      else: raise ExpectedError("unknown episode option `%s'" % k)
+    check(ti is not None, "missing title number")
+    series = me._get_series(sname)
+    me._cur_chapter = None
+
+    title = ww.rest()
+    if not me._wantedp(sname): return
+    season = series.ensure_season()
+    if epi is None: epi = season.ep_i
+
+    if ti == "-":
+      check(season.implicitp, "audio source, but explicit season")
+      if not me._wantedp(sname): return
+      dir = lookup(me._audirs, sname, "no title, and no audio directory")
+      src = lookup(dir.episodes, season.ep_i,
+                   "episode %d not found in audio dir `%s'" % (epi, dir.dir))
 
-          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")
-              try: src = ads.episodes[ep_i]
-              except KeyError:
-                raise ExpectedError("episode %d not found in audio dir `%s'" %
-                                    ep_i, ads.dir)
-
-            elif iso:
-              src = iso
-
-            else:
-              check(vdname in vds, "title, but no iso or video directory")
-              try: vdir = vds[vdname]
-              except KeyError:
-                raise ExpectedError("video dir label `%s' not set" % vdname)
-              try: s = vdir.seasons[season.i]
-              except KeyError:
-                raise ExpectedError("season %d not found in video dir `%s'" %
-                                    (season.i, vdir.dir))
-              try: src = s.episodes[ep_i]
-              except KeyError:
-                raise ExpectedError("episode %d.%d not found in video dir `%s'" %
-                                    (season.i, ep_i, vdir.dir))
-
-            episode = season.add_episode(fake_epi, neps, title, src, i)
-            chapter = None
-            ep_i += neps; src.nuses += 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)
-
-  discs = set()
-  for vdir in vds.values():
-    for s in vdir.seasons.values():
-      for d in s.episodes.values():
+    else:
+      try: src = me._isos[sname]
+      except KeyError:
+        dir = lookup(me._vdirs, sname,
+                     "title, but no iso or video directory")
+        vseason = lookup(dir.seasons, season.i,
+                         "season %d not found in video dir `%s'" %
+                           (season.i, dir.dir))
+        src = lookup(vseason.episodes, season.ep_i,
+                     "episode %d.%d not found in video dir `%s'" %
+                       (season.i, season.ep_i, dir.dir))
+
+    episode = season.add_episode(epi, neps, title, src, ti)
+    me._pl.add_episode(episode)
+    me._cur_episode = episode
+
+  def _process_chapter(me, ww):
+    check(me._cur_episode is not None, "no current episode")
+    check(me._cur_episode.source.CHAPTERP,
+          "episode source doesn't allow chapters")
+    if me._chaptersp:
+      if me._cur_chapter is None: i = 1
+      else: i = me._cur_chapter.i + 1
+      me._cur_chapter = me._cur_episode.add_chapter(ww.rest(), i)
+
+  def parse_file(me, fn):
+    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("!"): me._process_cmd(Words(line[1:]))
+          elif not line[0].isspace(): me._process_episode(Words(line))
+          else: me._process_chapter(Words(line))
+    me._pl.done_season()
+
+  def done(me):
+    discs = set()
+    for name, vdir in me._vdirs.items():
+      if not me._wantedp(name): continue
+      for s in vdir.seasons.values():
+        for d in s.episodes.values():
+          discs.add(d)
+    for adir in me._audirs.values():
+      for d in adir.episodes.values():
         discs.add(d)
-  for d in sorted(discs, key = lambda d: d.fn):
-    if d.neps != d.nuses:
-      raise ExpectedError("disc `%s' has %d episodes, used %d times" %
-                          (d.fn, d.neps, d.nuses))
-
-  return playlist
+    for d in sorted(discs, key = lambda d: d.fn):
+      if d.neps is not None and d.neps != d.nuses:
+        raise ExpectedError("disc `%s' has %d episodes, used %d times" %
+                            (d.fn, d.neps, d.nuses))
+    return me._pl
 
 ROOT = "/mnt/dvd/archive/"
 
+op = OP.OptionParser \
+  (usage = "%prog [-c] [-s SERIES] EPLS",
+   description = "Generate M3U playlists from an episode list.")
+op.add_option("-c", "--chapters",
+              dest = "chaptersp", action = "store_true", default = False,
+              help = "Output individual chapter names")
+op.add_option("-s", "--series",
+              dest = "series", type = "str", default = None,
+              help = "Output only the listed SERIES (comma-separated)")
+opts, argv = op.parse_args()
+if len(argv) != 1: op.print_usage(file = SYS.stderr); SYS.exit(2)
+if opts.series is None:
+  series_wanted = None
+else:
+  series_wanted = set()
+  for name in opts.series.split(","): series_wanted.add(name)
 try:
-  for f in SYS.argv[1:]:
-    parse_list(f).write(SYS.stdout)
+  ep = EpisodeListParser(series_wanted, opts.chaptersp)
+  ep.parse_file(argv[0])
+  pl = ep.done()
+  pl.write(SYS.stdout)
 except (ExpectedError, IOError, OSError) as e:
   LOC.report(e)
   SYS.exit(2)
index 3be2e7f..fa92e00 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!movie
+!season -
 !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
diff --git a/ref/equalizer.m3u8 b/ref/equalizer.m3u8
new file mode 100644 (file)
index 0000000..354257c
--- /dev/null
@@ -0,0 +1,181 @@
+#EXTM3U
+
+#EXTINF:0,,1.1. Pilot
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,1.2. China Rain
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,1.3. The Defector
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,1.4. The Lock Box
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,1.5. Lady Cop
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,1.6. The Confirmation Day
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,1.7. The Children's Song
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,1.8. The Distant Fire
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D02.%20E05%e2%80%9308.iso#6
+#EXTINF:0,,1.9. Mama's Boy
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,1.10. Bump and Run
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,1.11. Desperately
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,1.12. Reign of Terror
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D03.%20E09%e2%80%9312.iso#6
+#EXTINF:0,,1.13. Back Home
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,1.14. Out of the Past
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,1.15. Dead Drop
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,1.16. Wash-Up
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D04.%20E13%e2%80%9316.iso#6
+#EXTINF:0,,1.17. Torn
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D05.%20E17%e2%80%9319.iso#3
+#EXTINF:0,,1.18. Unnatural Causes
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D05.%20E17%e2%80%9319.iso#4
+#EXTINF:0,,1.19. Breakpoint
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D05.%20E17%e2%80%9319.iso#5
+#EXTINF:0,,1.20. No Conscience
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D06.%20E20%e2%80%9322.iso#3
+#EXTINF:0,,1.21. Unpunished Crimes
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D06.%20E20%e2%80%9322.iso#4
+#EXTINF:0,,1.22. Pretenders
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S01D06.%20E20%e2%80%9322.iso#5
+
+#EXTINF:0,,2.1. Prelude
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,2.2. Nocturne
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,2.3. A Community of Civilized Men
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,2.4. Joyride
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,2.5. Shades of Darkness
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,2.6. Nightscape
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,2.7. Counterfire
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,2.8. The Line
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,2.9. Tip on a Sure Thing
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,2.10. The Cup
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,2.11. Heartstrings
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,2.12. High Performance
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,2.13. Beyond Control
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,2.14. Carnal Persuasion
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,2.15. Memories of Manon (part 1)
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,2.16. Memories of Manon (part 2)
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,2.17. Solo
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,2.18. A Place to Stay
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,2.19. Coal Black Soul
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,2.20. First Light
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,2.21. Hand and Glove
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D06.%20E21%e2%80%9322.iso#2
+#EXTINF:0,,2.22. Re-Entry
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S02D06.%20E21%e2%80%9322.iso#3
+
+#EXTINF:0,,3.1. Blood & Wine (part 1)
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,3.2. Blood & Wine (part 2)
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,3.3. Suspicion of Innocence
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,3.4. In the Money
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,3.5. Encounter in a Closed Room
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,3.6. Mission: McCall (part 1)
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,3.7. Mission: McCall (part 2)
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,3.8. Shadow Play
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,3.9. Inner View
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,3.10. The Rehearsal
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,3.11. Christmas Presence
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,3.12. A Dance on the Dark Side
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,3.13. The Child Broker
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,3.14. Video Games
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,3.15. Something Green
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,3.16. The Mystery of Manon (part 1)
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,3.17. The Mystery of Manon (part 2)
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,3.18. No Place Like Home
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,3.19. Last Call
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,3.20. Regrets Only
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,3.21. Target of Choice
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D06.%20E21%e2%80%9322.iso#2
+#EXTINF:0,,3.22. Always a Lady
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S03D06.%20E21%e2%80%9322.iso#3
+
+#EXTINF:0,,4.1. The Last Campaign
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,4.2. Sea of Fire
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,4.3. Riding the Elephant
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,4.4. Eighteen with a Bullet
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,4.5. Day of the Covenant
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,4.6. Splinters
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,4.7. Making of a Martyr
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,4.8. The Sins of Our Fathers
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,4.9. The Visitation
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,4.10. Past Imperfect
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,4.11. Trial by Ordeal
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,4.12. Silent Fury
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,4.13. Lullaby of Darkness
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,4.14. 17 Zebra
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,4.15. Starfire
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,4.16. Time Present, Time Past
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,4.17. Prisoners of Conscience
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,4.18. The Caper
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,4.19. Heart of Justice
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,4.20. Race Traitors
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,4.21. Endgame
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D06.%20E21%e2%80%9322.iso#2
+#EXTINF:0,,4.22. Suicide Squad
+dvd:///mnt/dvd/archive/E/The%20Equalizer%20%281985%29/S04D06.%20E21%e2%80%9322.iso#3
diff --git a/ref/flying-circus-chap.m3u8 b/ref/flying-circus-chap.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
index c52925c..bc01a13 100644 (file)
 #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,,1.1. Whither Canada?
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#2
+#EXTINF:0,,1.2. Sex and Violence
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#4
+#EXTINF:0,,1.3. How to Recognize Different Types of Tree from Quite a Long Way Away
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#5
+#EXTINF:0,,1.4. Owl-Stretching Time
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#6
+#EXTINF:0,,1.5. Man's Crisis of Identity in the Latter Half of the Twentieth Century
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#7
+#EXTINF:0,,1.6. It's the Arts
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#8
+#EXTINF:0,,1.7. You're No Fun Any More
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D01.%20E01%e2%80%9307.iso#16
+#EXTINF:0,,1.8. Full Frontal Nudity
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#2
+#EXTINF:0,,1.9. The Ant, an Introduction
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#4
+#EXTINF:0,,1.10. Untitled
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#5
+#EXTINF:0,,1.11. 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
+#EXTINF:0,,1.12. The Naked Ant
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#7
+#EXTINF:0,,1.13. Intermission
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S01D02.%20E08%e2%80%9313.iso#8
 
-#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,,2.1. ‘Face the Press’
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#2
+#EXTINF:0,,2.2. The Spanish Inquisition
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#4
+#EXTINF:0,,2.3. Déjà Vu
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#5
+#EXTINF:0,,2.4. The Buzz Aldrin Show
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#6
+#EXTINF:0,,2.5. Live from the Grill-o-mat
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#7
+#EXTINF:0,,2.6. It's a Living
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#8
+#EXTINF:0,,2.7. The Attila the Hun Show
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D01.%20E01%e2%80%9307.iso#16
+#EXTINF:0,,2.8. Archæology Today
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#2
+#EXTINF:0,,2.9. 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
+#EXTINF:0,,2.10. Scott of the Antarctic
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#5
+#EXTINF:0,,2.11. How Not to Be Seen
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#6
+#EXTINF:0,,2.12. Spam
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#7
+#EXTINF:0,,2.13. Royal Episode 13
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S02D02.%20E08%e2%80%9313.iso#8
 
-#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,,3.1. Whicker's World
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#2
+#EXTINF:0,,3.2. Mr. and Mrs. Brian Norris' Ford Popular
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#4
+#EXTINF:0,,3.3. The Money Programme
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#5
+#EXTINF:0,,3.4. Blood, Devastation, Death, War and Horror
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#6
+#EXTINF:0,,3.5. The All-England Summarize Proust Competition
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#7
+#EXTINF:0,,3.6. The War Against Pornography
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#8
+#EXTINF:0,,3.7. Salad Days
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D01.%20E01%e2%80%9307.iso#16
+#EXTINF:0,,3.8. The Cycling Tour
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#2
+#EXTINF:0,,3.9. The Nude Organist
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#4
+#EXTINF:0,,3.10. E. Henry Tripshaw's Disease
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#5
+#EXTINF:0,,3.11. Dennis Moore
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#6
+#EXTINF:0,,3.12. A Book at Bedtime
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#7
+#EXTINF:0,,3.13. Grandstand
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S03D02.%20E08%e2%80%9313.iso#8
 
-#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
+#EXTINF:0,,4.1. The Golden Age of Ballooning
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#2
+#EXTINF:0,,4.2. Michael Ellis
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#4
+#EXTINF:0,,4.3. Light Entertainment War
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#5
+#EXTINF:0,,4.4. Hamlet
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#6
+#EXTINF:0,,4.5. Mr Neutron
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#7
+#EXTINF:0,,4.6. Party Political Broadcast
+dvd:///mnt/dvd/archive/P/Monty%20Python%27s%20Flying%20Circus/S04.%20E01%e2%80%9306.iso#8
diff --git a/ref/fry-and-laurie-chap.m3u8 b/ref/fry-and-laurie-chap.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
index 927012e..1c0f10d 100644 (file)
 #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,,1.0. Pilot
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#3
+#EXTINF:0,,Episode 1.1
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#4
+#EXTINF:0,,Episode 1.2
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#5
+#EXTINF:0,,Episode 1.3
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#6
+#EXTINF:0,,Episode 1.4
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#7
+#EXTINF:0,,Episode 1.5
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#8
+#EXTINF:0,,Episode 1.6
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S01.%20E00%e2%80%9306.iso#9
 
-#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 2.1
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#3
+#EXTINF:0,,Episode 2.2
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#4
+#EXTINF:0,,Episode 2.3
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#5
+#EXTINF:0,,Episode 2.4
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#6
+#EXTINF:0,,Episode 2.5
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#7
+#EXTINF:0,,Episode 2.6
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S02.%20E01%e2%80%9306.iso#8
 
-#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,,Episode 3.1
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#2
+#EXTINF:0,,Episode 3.2
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#3
+#EXTINF:0,,Episode 3.3
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#4
+#EXTINF:0,,Episode 3.4
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#5
+#EXTINF:0,,Episode 3.5
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#6
+#EXTINF:0,,Episode 3.6
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S03.%20E01%e2%80%9306.iso#7
 
-#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
+#EXTINF:0,,4.1. With John Bird and Jane Booker
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,4.2. With Fiona Gillies and Kevin McNally
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,4.3. With Imelda Staunton and Clive Mantle
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,4.4. With Caroline Quentin and Patrick Barlow
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,4.5. With Phyllida Law and Stephen Moore
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#2
+#EXTINF:0,,4.6. (no guests)
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#3
+#EXTINF:0,,4.7. With Janine Duvitski and Robert Daws
+dvd:///mnt/dvd/archive/F/A%20Bit%20of%20Fry%20and%20Laurie/S04D02.%20E05%e2%80%9307.iso#4
index 11257f0..a148458 100644 (file)
@@ -431,3 +431,8 @@ dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D05.%20E17%e2%80%9320.iso#2
 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
+
+#EXTINF:0,,Stargate—The Ark of Truth
+dvd:///mnt/dvd/archive/S/Stargate%e2%80%94The%20Ark%20of%20Truth.iso#2
+#EXTINF:0,,Stargate—Continuum
+dvd:///mnt/dvd/archive/S/Stargate%e2%80%94Continuum.iso#3
diff --git a/ref/stargate.m3u8 b/ref/stargate.m3u8
new file mode 100644 (file)
index 0000000..224d354
--- /dev/null
@@ -0,0 +1,719 @@
+#EXTM3U
+
+#EXTINF:0,,Stargate Stargate
+dvd:///mnt/dvd/archive/S/Stargate.iso#14
+
+#EXTINF:0,,Stargate SG-1 1.1. Children of the Gods
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D01.%20E01%e2%80%9303.iso#5
+#EXTINF:0,,Stargate SG-1 1.2. The Enemy Within
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D01.%20E01%e2%80%9303.iso#6
+#EXTINF:0,,Stargate SG-1 1.3. Emancipation
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D01.%20E01%e2%80%9303.iso#7
+#EXTINF:0,,Stargate SG-1 1.4. The Broca Divide
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D02.%20E04%e2%80%9308.iso#7
+#EXTINF:0,,Stargate SG-1 1.5. The First Commandment
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D02.%20E04%e2%80%9308.iso#8
+#EXTINF:0,,Stargate SG-1 1.6. Cold Lazarus
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D02.%20E04%e2%80%9308.iso#9
+#EXTINF:0,,Stargate SG-1 1.7. The Nox
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D02.%20E04%e2%80%9308.iso#10
+#EXTINF:0,,Stargate SG-1 1.8. Brief Candle
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D02.%20E04%e2%80%9308.iso#11
+#EXTINF:0,,Stargate SG-1 1.9. Thor's Hammer
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D03.%20E09%e2%80%9313.iso#7
+#EXTINF:0,,Stargate SG-1 1.10. The Torment of Tantalus
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D03.%20E09%e2%80%9313.iso#8
+#EXTINF:0,,Stargate SG-1 1.11. Bloodlines
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D03.%20E09%e2%80%9313.iso#9
+#EXTINF:0,,Stargate SG-1 1.12. Fire and Water
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D03.%20E09%e2%80%9313.iso#10
+#EXTINF:0,,Stargate SG-1 1.13. Hathor
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D03.%20E09%e2%80%9313.iso#11
+#EXTINF:0,,Stargate SG-1 1.14. Singularity
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D04.%20E14%e2%80%9317.iso#6
+#EXTINF:0,,Stargate SG-1 1.15. Cor-ai
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D04.%20E14%e2%80%9317.iso#7
+#EXTINF:0,,Stargate SG-1 1.16. Enigma
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D04.%20E14%e2%80%9317.iso#8
+#EXTINF:0,,Stargate SG-1 1.17. Solitudes
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D04.%20E14%e2%80%9317.iso#9
+#EXTINF:0,,Stargate SG-1 1.18. Tin Man
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D05.%20E18%e2%80%9321.iso#6
+#EXTINF:0,,Stargate SG-1 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,,Stargate SG-1 1.20. Politics
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D05.%20E18%e2%80%9321.iso#8
+#EXTINF:0,,Stargate SG-1 1.21. Within the Serpent's Grasp
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S01D05.%20E18%e2%80%9321.iso#9
+
+#EXTINF:0,,Stargate SG-1 2.1. The Serpent's Lair
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,Stargate SG-1 2.2. In the Line of Duty
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,Stargate SG-1 2.3. Prisoners
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,Stargate SG-1 2.4. The Gamekeeper
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,Stargate SG-1 2.5. Need
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,Stargate SG-1 2.6. Thor's Chariot
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,Stargate SG-1 2.7. Message In A Bottle
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,Stargate SG-1 2.8. Family
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,Stargate SG-1 2.9. Secrets
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D03.%20E09%e2%80%9310,%20E13,%20E11.iso#1
+#EXTINF:0,,Stargate SG-1 2.10. Bane
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D03.%20E09%e2%80%9310,%20E13,%20E11.iso#2
+#EXTINF:0,,Stargate SG-1 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,,Stargate SG-1 2.12. The Tok'ra (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D04.%20E12,%20E14,%20E16,%20E15.iso#1
+#EXTINF:0,,Stargate SG-1 2.13. Spirits
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D03.%20E09%e2%80%9310,%20E13,%20E11.iso#3
+#EXTINF:0,,Stargate SG-1 2.14. Touchstone
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D04.%20E12,%20E14,%20E16,%20E15.iso#2
+#EXTINF:0,,Stargate SG-1 2.15. The Fifth Race
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D04.%20E12,%20E14,%20E16,%20E15.iso#4
+#EXTINF:0,,Stargate SG-1 2.16. A Matter of Time
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D04.%20E12,%20E14,%20E16,%20E15.iso#3
+#EXTINF:0,,Stargate SG-1 2.17. Holiday
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D05.%20E18,%20E17,%20E19%e2%80%9320.iso#2
+#EXTINF:0,,Stargate SG-1 2.18. Serpent's Song
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D05.%20E18,%20E17,%20E19%e2%80%9320.iso#1
+#EXTINF:0,,Stargate SG-1 2.19. One False Step
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D05.%20E18,%20E17,%20E19%e2%80%9320.iso#3
+#EXTINF:0,,Stargate SG-1 2.20. Show and Tell
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D05.%20E18,%20E17,%20E19%e2%80%9320.iso#4
+#EXTINF:0,,Stargate SG-1 2.21. 1969
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D06.%20E21%e2%80%9322.iso#1
+#EXTINF:0,,Stargate SG-1 2.22. Out of Mind
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S02D06.%20E21%e2%80%9322.iso#2
+
+#EXTINF:0,,Stargate SG-1 3.1. Into the Fire
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,Stargate SG-1 3.2. Seth
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,Stargate SG-1 3.3. Fair Game
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,Stargate SG-1 3.4. Legacy
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,Stargate SG-1 3.5. Learning Curve
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,Stargate SG-1 3.6. Point of View
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,Stargate SG-1 3.7. Deadman Switch
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,Stargate SG-1 3.8. Demons
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,Stargate SG-1 3.9. Rules of Engagement
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,Stargate SG-1 3.10. Forever in a Day
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,Stargate SG-1 3.11. Past and Present
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,Stargate SG-1 3.12. Jolinar's Memories
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,Stargate SG-1 3.13. The Devil You Know
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,Stargate SG-1 3.14. Foothold
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,Stargate SG-1 3.15. Pretense
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,Stargate SG-1 3.16. Urgo
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,Stargate SG-1 3.17. A Hundred Days
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,Stargate SG-1 3.18. Shades of Grey
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,Stargate SG-1 3.19. New Ground
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,Stargate SG-1 3.20. Maternal Instinct
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,Stargate SG-1 3.21. Crystal Skull
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D06.%20E21%e2%80%9322.iso#1
+#EXTINF:0,,Stargate SG-1 3.22. Nemesis
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S03D06.%20E21%e2%80%9322.iso#4
+
+#EXTINF:0,,Stargate SG-1 4.1. Small Victories
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,Stargate SG-1 4.2. The Other Side
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,Stargate SG-1 4.3. Upgrades
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D01.%20E01%e2%80%9304.iso#7
+#EXTINF:0,,Stargate SG-1 4.4. Crossroads
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D01.%20E01%e2%80%9304.iso#8
+#EXTINF:0,,Stargate SG-1 4.5. Divide and Conquer
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,Stargate SG-1 4.6. Window of Opportunity
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D02.%20E05%e2%80%9308.iso#6
+#EXTINF:0,,Stargate SG-1 4.7. Watergate
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D02.%20E05%e2%80%9308.iso#7
+#EXTINF:0,,Stargate SG-1 4.8. The First Ones
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D02.%20E05%e2%80%9308.iso#8
+#EXTINF:0,,Stargate SG-1 4.9. Scorched Earth
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,Stargate SG-1 4.10. Beneath the Surface
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D03.%20E09%e2%80%9312.iso#6
+#EXTINF:0,,Stargate SG-1 4.11. Point of No Return
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D03.%20E09%e2%80%9312.iso#7
+#EXTINF:0,,Stargate SG-1 4.12. Tangent
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D03.%20E09%e2%80%9312.iso#8
+#EXTINF:0,,Stargate SG-1 4.13. The Curse
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,Stargate SG-1 4.14. The Serpent's Venom
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D04.%20E13%e2%80%9316.iso#6
+#EXTINF:0,,Stargate SG-1 4.15. Chain Reaction
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D04.%20E13%e2%80%9316.iso#7
+#EXTINF:0,,Stargate SG-1 4.16. 2010
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D04.%20E13%e2%80%9316.iso#8
+#EXTINF:0,,Stargate SG-1 4.17. Absolute Power
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,Stargate SG-1 4.18. The Light
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D05.%20E17%e2%80%9320.iso#6
+#EXTINF:0,,Stargate SG-1 4.19. Prodigy
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D05.%20E17%e2%80%9320.iso#7
+#EXTINF:0,,Stargate SG-1 4.20. Entity
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D05.%20E17%e2%80%9320.iso#8
+#EXTINF:0,,Stargate SG-1 4.21. Double Jeopardy
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D06.%20E21%e2%80%9322.iso#3
+#EXTINF:0,,Stargate SG-1 4.22. Exodus
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S04D06.%20E21%e2%80%9322.iso#4
+
+#EXTINF:0,,Stargate SG-1 5.1. Enemies
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,Stargate SG-1 5.2. Threshold
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D01.%20E01%e2%80%9304.iso#7
+#EXTINF:0,,Stargate SG-1 5.3. Ascension
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D01.%20E01%e2%80%9304.iso#8
+#EXTINF:0,,Stargate SG-1 5.4. The Fifth Man
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D01.%20E01%e2%80%9304.iso#9
+#EXTINF:0,,Stargate SG-1 5.5. Red Sky
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D02.%20E05%e2%80%9308.iso#6
+#EXTINF:0,,Stargate SG-1 5.6. Rite of Passage
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D02.%20E05%e2%80%9308.iso#7
+#EXTINF:0,,Stargate SG-1 5.7. Beast of Burden
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D02.%20E05%e2%80%9308.iso#8
+#EXTINF:0,,Stargate SG-1 5.8. The Tomb
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D02.%20E05%e2%80%9308.iso#9
+#EXTINF:0,,Stargate SG-1 5.9. Between Two Fires
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D03.%20E09%e2%80%9312.iso#6
+#EXTINF:0,,Stargate SG-1 5.10. 2001
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D03.%20E09%e2%80%9312.iso#7
+#EXTINF:0,,Stargate SG-1 5.11. Desperate Measures
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D03.%20E09%e2%80%9312.iso#8
+#EXTINF:0,,Stargate SG-1 5.12. Wormhole X-Treme!
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D03.%20E09%e2%80%9312.iso#9
+#EXTINF:0,,Stargate SG-1 5.13. Proving Ground
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D04.%20E13%e2%80%9316.iso#6
+#EXTINF:0,,Stargate SG-1 5.14. 48 Hours
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D04.%20E13%e2%80%9316.iso#7
+#EXTINF:0,,Stargate SG-1 5.15. Summit
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D04.%20E13%e2%80%9316.iso#8
+#EXTINF:0,,Stargate SG-1 5.16. Last Stand
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D04.%20E13%e2%80%9316.iso#9
+#EXTINF:0,,Stargate SG-1 5.17. Failsafe
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D05.%20E17%e2%80%9320.iso#6
+#EXTINF:0,,Stargate SG-1 5.18. The Warrior
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D05.%20E17%e2%80%9320.iso#7
+#EXTINF:0,,Stargate SG-1 5.19. Menace
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D05.%20E17%e2%80%9320.iso#8
+#EXTINF:0,,Stargate SG-1 5.20. The Sentinel
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D05.%20E17%e2%80%9320.iso#9
+#EXTINF:0,,Stargate SG-1 5.21. Meridian
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D06.%20E21%e2%80%9322.iso#4
+#EXTINF:0,,Stargate SG-1 5.22. Revelations
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S05D06.%20E21%e2%80%9322.iso#5
+
+#EXTINF:0,,Stargate SG-1 6.1. Redemption (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,Stargate SG-1 6.2. Redemption (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D01.%20E01%e2%80%9304.iso#7
+#EXTINF:0,,Stargate SG-1 6.3. Descent
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D01.%20E01%e2%80%9304.iso#8
+#EXTINF:0,,Stargate SG-1 6.4. Frozen
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D01.%20E01%e2%80%9304.iso#9
+#EXTINF:0,,Stargate SG-1 6.5. Nightwalkers
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D02.%20E05%e2%80%9308.iso#6
+#EXTINF:0,,Stargate SG-1 6.6. Abyss
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D02.%20E05%e2%80%9308.iso#7
+#EXTINF:0,,Stargate SG-1 6.7. Shadow Play
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D02.%20E05%e2%80%9308.iso#8
+#EXTINF:0,,Stargate SG-1 6.8. The Other Guys
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D02.%20E05%e2%80%9308.iso#9
+#EXTINF:0,,Stargate SG-1 6.9. Allegiance
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D03.%20E09%e2%80%9312.iso#6
+#EXTINF:0,,Stargate SG-1 6.10. Cure
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D03.%20E09%e2%80%9312.iso#7
+#EXTINF:0,,Stargate SG-1 6.11. Prometheus
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D03.%20E09%e2%80%9312.iso#8
+#EXTINF:0,,Stargate SG-1 6.12. Unnatural Selection
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D03.%20E09%e2%80%9312.iso#9
+#EXTINF:0,,Stargate SG-1 6.13. Sight Unseen
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D04.%20E13%e2%80%9316.iso#6
+#EXTINF:0,,Stargate SG-1 6.14. Smoke and Mirrors
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D04.%20E13%e2%80%9316.iso#7
+#EXTINF:0,,Stargate SG-1 6.15. Paradise Lost
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D04.%20E13%e2%80%9316.iso#8
+#EXTINF:0,,Stargate SG-1 6.16. Metamorphosis
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D04.%20E13%e2%80%9316.iso#9
+#EXTINF:0,,Stargate SG-1 6.17. Disclosure
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D05.%20E17%e2%80%9320.iso#6
+#EXTINF:0,,Stargate SG-1 6.18. Forsaken
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D05.%20E17%e2%80%9320.iso#7
+#EXTINF:0,,Stargate SG-1 6.19. The Changeling
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D05.%20E17%e2%80%9320.iso#8
+#EXTINF:0,,Stargate SG-1 6.20. Memento
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D05.%20E17%e2%80%9320.iso#9
+#EXTINF:0,,Stargate SG-1 6.21. Prophecy
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D06.%20E21%e2%80%9322.iso#4
+#EXTINF:0,,Stargate SG-1 6.22. Full Circle
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S06D06.%20E21%e2%80%9322.iso#5
+
+#EXTINF:0,,Stargate SG-1 7.1. Fallen
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,Stargate SG-1 7.2. Homecoming
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D01.%20E01%e2%80%9304.iso#7
+#EXTINF:0,,Stargate SG-1 7.3. Fragile Balance
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D01.%20E01%e2%80%9304.iso#8
+#EXTINF:0,,Stargate SG-1 7.4. Orpheus
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D01.%20E01%e2%80%9304.iso#9
+#EXTINF:0,,Stargate SG-1 7.5. Revisions
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D02.%20E05%e2%80%9308.iso#6
+#EXTINF:0,,Stargate SG-1 7.6. Lifeboat
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D02.%20E05%e2%80%9308.iso#7
+#EXTINF:0,,Stargate SG-1 7.7. Enemy Mine
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D02.%20E05%e2%80%9308.iso#8
+#EXTINF:0,,Stargate SG-1 7.8. Space Race
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D02.%20E05%e2%80%9308.iso#9
+#EXTINF:0,,Stargate SG-1 7.9. Avenger 2.0
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D03.%20E09%e2%80%9312.iso#6
+#EXTINF:0,,Stargate SG-1 7.10. Birthright
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D03.%20E09%e2%80%9312.iso#7
+#EXTINF:0,,Stargate SG-1 7.11. Evolution (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D03.%20E09%e2%80%9312.iso#8
+#EXTINF:0,,Stargate SG-1 7.12. Evolution (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D03.%20E09%e2%80%9312.iso#9
+#EXTINF:0,,Stargate SG-1 7.13. Grace
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D04.%20E13%e2%80%9316.iso#6
+#EXTINF:0,,Stargate SG-1 7.14. Fallout
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D04.%20E13%e2%80%9316.iso#7
+#EXTINF:0,,Stargate SG-1 7.15. Chimera
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D04.%20E13%e2%80%9316.iso#8
+#EXTINF:0,,Stargate SG-1 7.16. Death Knell
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D04.%20E13%e2%80%9316.iso#9
+#EXTINF:0,,Stargate SG-1 7.17. Heroes (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D05.%20E17%e2%80%9320.iso#8
+#EXTINF:0,,Stargate SG-1 7.18. Heroes (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D05.%20E17%e2%80%9320.iso#9
+#EXTINF:0,,Stargate SG-1 7.19. Resurrection
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D05.%20E17%e2%80%9320.iso#10
+#EXTINF:0,,Stargate SG-1 7.20. Inauguration
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S07D05.%20E17%e2%80%9320.iso#11
+#EXTINF:0,,Stargate SG-1 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,,Stargate SG-1 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,,Stargate Atlantis 1.1. Rising
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D01.%20E01%e2%80%9303.iso#8
+#EXTINF:0,,Stargate SG-1 8.3. Lockdown
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D01.%20E01%e2%80%9304.iso#11
+#EXTINF:0,,Stargate Atlantis 1.2. Hide and Seek
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D01.%20E01%e2%80%9303.iso#12
+#EXTINF:0,,Stargate SG-1 8.4. Zero Hour
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D01.%20E01%e2%80%9304.iso#12
+#EXTINF:0,,Stargate Atlantis 1.3. Thirty-Eight Minutes
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D01.%20E01%e2%80%9303.iso#13
+#EXTINF:0,,Stargate SG-1 8.5. Icon
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D02.%20E05%e2%80%9308.iso#10
+#EXTINF:0,,Stargate Atlantis 1.4. Suspicion
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D02.%20E04%e2%80%9306,%20E08.iso#11
+#EXTINF:0,,Stargate SG-1 8.6. Avatar
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D02.%20E05%e2%80%9308.iso#11
+#EXTINF:0,,Stargate Atlantis 1.5. Childhood's End
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D02.%20E04%e2%80%9306,%20E08.iso#6
+#EXTINF:0,,Stargate SG-1 8.7. Affinity
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D02.%20E05%e2%80%9308.iso#12
+#EXTINF:0,,Stargate Atlantis 1.6. Poisoning the Well
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D02.%20E04%e2%80%9306,%20E08.iso#12
+#EXTINF:0,,Stargate SG-1 8.8. Covenant
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D02.%20E05%e2%80%9308.iso#13
+#EXTINF:0,,Stargate Atlantis 1.7. Underground
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D03.%20E07,%20E09%e2%80%9311.iso#14
+#EXTINF:0,,Stargate SG-1 8.9. Sacrifices
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D03.%20E09%e2%80%9310,%20E12.iso#8
+#EXTINF:0,,Stargate Atlantis 1.8. Home
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D02.%20E04%e2%80%9306,%20E08.iso#13
+#EXTINF:0,,Stargate SG-1 8.10. Endgame
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D03.%20E09%e2%80%9310,%20E12.iso#9
+#EXTINF:0,,Stargate SG-1 8.11. Gemini
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D04.%20E11,%20E13%e2%80%9314.iso#7
+#EXTINF:0,,Stargate Atlantis 1.9. The Storm
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D03.%20E07,%20E09%e2%80%9311.iso#9
+#EXTINF:0,,Stargate Atlantis 1.10. The Eye
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D03.%20E07,%20E09%e2%80%9311.iso#10
+#EXTINF:0,,Stargate SG-1 8.12. Prometheus Unbound
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D03.%20E09%e2%80%9310,%20E12.iso#10
+#EXTINF:0,,Stargate Atlantis 1.11. The Defiant One
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D03.%20E07,%20E09%e2%80%9311.iso#11
+#EXTINF:0,,Stargate SG-1 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,,Stargate Atlantis 1.12. Hot Zone
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D04.%20E12%e2%80%9315.iso#7
+#EXTINF:0,,Stargate SG-1 8.14. Full Alert
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D04.%20E11,%20E13%e2%80%9314.iso#8
+#EXTINF:0,,Stargate Atlantis 1.13. Sanctuary
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D04.%20E12%e2%80%9315.iso#12
+#EXTINF:0,,Stargate SG-1 8.15. Citizen Joe
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D06.%20E15,%20E19%e2%80%9320.iso#10
+#EXTINF:0,,Stargate Atlantis 1.14. Before I Sleep
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D04.%20E12%e2%80%9315.iso#13
+#EXTINF:0,,Stargate SG-1 8.16. Reckoning (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D05.%20E16%e2%80%9318.iso#8
+#EXTINF:0,,Stargate SG-1 8.17. Reckoning (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D05.%20E16%e2%80%9318.iso#9
+#EXTINF:0,,Stargate Atlantis 1.15. The Brotherhood
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D04.%20E12%e2%80%9315.iso#14
+#EXTINF:0,,Stargate Atlantis 1.16. Letters from Pegasus
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D05.%20E16%e2%80%9319.iso#14
+#EXTINF:0,,Stargate SG-1 8.18. Threads
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D05.%20E16%e2%80%9318.iso#12
+#EXTINF:0,,Stargate Atlantis 1.17. The Gift
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D05.%20E16%e2%80%9319.iso#9
+#EXTINF:0,,Stargate SG-1 8.19. Moebius (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D06.%20E15,%20E19%e2%80%9320.iso#6
+#EXTINF:0,,Stargate SG-1 8.20. Moebius (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S08D06.%20E15,%20E19%e2%80%9320.iso#7
+#EXTINF:0,,Stargate Atlantis 1.18. The Siege (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D05.%20E16%e2%80%9319.iso#10
+#EXTINF:0,,Stargate Atlantis 1.19. The Siege (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S01D05.%20E16%e2%80%9319.iso#11
+
+#EXTINF:0,,Stargate Atlantis 2.1. The Siege (part 3)
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D01.%20E01%e2%80%9304.iso#15
+#EXTINF:0,,Stargate SG-1 9.1. Avalon (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D01.%20E01%e2%80%9304.iso#16
+#EXTINF:0,,Stargate SG-1 9.2. Avalon (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D01.%20E01%e2%80%9304.iso#17
+#EXTINF:0,,Stargate SG-1 9.3. Origin
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D01.%20E01%e2%80%9304.iso#18
+#EXTINF:0,,Stargate Atlantis 2.2. The Intruder
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D01.%20E01%e2%80%9304.iso#16
+#EXTINF:0,,Stargate SG-1 9.4. The Ties that Bind
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D01.%20E01%e2%80%9304.iso#19
+#EXTINF:0,,Stargate Atlantis 2.3. Runner
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D01.%20E01%e2%80%9304.iso#17
+#EXTINF:0,,Stargate SG-1 9.5. The Powers that Be
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D02.%20E05%e2%80%9308.iso#16
+#EXTINF:0,,Stargate Atlantis 2.4. Duet
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D01.%20E01%e2%80%9304.iso#18
+#EXTINF:0,,Stargate SG-1 9.6. Beachhead
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D02.%20E05%e2%80%9308.iso#17
+#EXTINF:0,,Stargate Atlantis 2.5. Condemned
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D02.%20E05%e2%80%9308.iso#16
+#EXTINF:0,,Stargate SG-1 9.7. Ex Deus Machina
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D02.%20E05%e2%80%9308.iso#18
+#EXTINF:0,,Stargate Atlantis 2.6. Trinity
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D02.%20E05%e2%80%9308.iso#17
+#EXTINF:0,,Stargate SG-1 9.8. Babylon
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D02.%20E05%e2%80%9308.iso#19
+#EXTINF:0,,Stargate Atlantis 2.7. Instinct
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D02.%20E05%e2%80%9308.iso#18
+#EXTINF:0,,Stargate Atlantis 2.8. Conversion
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D02.%20E05%e2%80%9308.iso#19
+#EXTINF:0,,Stargate SG-1 9.9. Prototype
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D03.%20E09%e2%80%9311.iso#15
+#EXTINF:0,,Stargate Atlantis 2.9. Aurora
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D03.%20E09%e2%80%9312.iso#16
+#EXTINF:0,,Stargate SG-1 9.10. The Fourth Horseman (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D03.%20E09%e2%80%9311.iso#16
+#EXTINF:0,,Stargate SG-1 9.11. The Fourth Horseman (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D03.%20E09%e2%80%9311.iso#17
+#EXTINF:0,,Stargate Atlantis 2.10. The Lost Boys
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D03.%20E09%e2%80%9312.iso#17
+#EXTINF:0,,Stargate Atlantis 2.11. The Hive
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D03.%20E09%e2%80%9312.iso#18
+#EXTINF:0,,Stargate SG-1 9.12. Collateral Damage
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D04.%20E12%e2%80%9314.iso#15
+#EXTINF:0,,Stargate Atlantis 2.12. Epiphany
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D03.%20E09%e2%80%9312.iso#19
+#EXTINF:0,,Stargate SG-1 9.13. Ripple Effect
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D04.%20E12%e2%80%9314.iso#16
+#EXTINF:0,,Stargate Atlantis 2.13. Critical Mass
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D04.%20E13%e2%80%9316.iso#16
+#EXTINF:0,,Stargate SG-1 9.14. Stronghold
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D04.%20E12%e2%80%9314.iso#17
+#EXTINF:0,,Stargate Atlantis 2.14. Grace Under Pressure
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D04.%20E13%e2%80%9316.iso#17
+#EXTINF:0,,Stargate SG-1 9.15. Ethon
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D05.%20E15%e2%80%9317.iso#15
+#EXTINF:0,,Stargate Atlantis 2.15. The Tower
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D04.%20E13%e2%80%9316.iso#18
+#EXTINF:0,,Stargate SG-1 9.16. Off the Grid
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D05.%20E15%e2%80%9317.iso#16
+#EXTINF:0,,Stargate Atlantis 2.16. The Long Goodbye
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D04.%20E13%e2%80%9316.iso#19
+#EXTINF:0,,Stargate SG-1 9.17. The Scourge
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D05.%20E15%e2%80%9317.iso#17
+#EXTINF:0,,Stargate Atlantis 2.17. Coup d'Etat
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D05.%20E17%e2%80%9320.iso#16
+#EXTINF:0,,Stargate SG-1 9.18. Arthur's Mantle
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D06.%20E18%e2%80%9320.iso#15
+#EXTINF:0,,Stargate Atlantis 2.18. Michael
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D05.%20E17%e2%80%9320.iso#17
+#EXTINF:0,,Stargate SG-1 9.19. Crusade
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D06.%20E18%e2%80%9320.iso#16
+#EXTINF:0,,Stargate Atlantis 2.19. Inferno
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D05.%20E17%e2%80%9320.iso#18
+#EXTINF:0,,Stargate SG-1 9.20. Camelot
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S09D06.%20E18%e2%80%9320.iso#17
+#EXTINF:0,,Stargate Atlantis 2.20. Allies
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S02D05.%20E17%e2%80%9320.iso#19
+
+#EXTINF:0,,Stargate SG-1 10.1. Flesh and Blood
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,Stargate Atlantis 3.1. No Man's Land
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D01.%20E01%e2%80%9304.iso#1
+#EXTINF:0,,Stargate SG-1 10.2. Morpheus
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,Stargate Atlantis 3.2. Misbegotten
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,Stargate SG-1 10.3. The Pegasus Project
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,Stargate Atlantis 3.3. Irresistible
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,Stargate SG-1 10.4. Insiders
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,Stargate Atlantis 3.4. Sateda
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,Stargate SG-1 10.5. Uninvited
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,Stargate SG-1 10.6. 200
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,Stargate Atlantis 3.5. Progeny
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D02.%20E05%e2%80%9308.iso#1
+#EXTINF:0,,Stargate Atlantis 3.6. The Real World
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,Stargate SG-1 10.7. Counterstrike
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,Stargate Atlantis 3.7. Common Ground
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,Stargate SG-1 10.8. Memento Mori
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,Stargate Atlantis 3.8. McKay and Mrs. Miller
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,Stargate SG-1 10.9. Company of Thieves
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,Stargate Atlantis 3.9. Phantoms
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,Stargate SG-1 10.10. The Quest (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,Stargate SG-1 10.11. The Quest (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,Stargate Atlantis 3.10. The Return (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,Stargate Atlantis 3.11. The Return (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,Stargate SG-1 10.12. Line in the Sand
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,Stargate Atlantis 3.12. Echoes
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,Stargate SG-1 10.13. The Road Not Taken
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,Stargate Atlantis 3.13. Irresponsible
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D04.%20E13%e2%80%9316.iso#1
+#EXTINF:0,,Stargate SG-1 10.14. The Shroud
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,Stargate Atlantis 3.14. Tao of Rodney
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D04.%20E13%e2%80%9316.iso#2
+#EXTINF:0,,Stargate SG-1 10.15. Bounty
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,Stargate Atlantis 3.15. The Game
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,Stargate SG-1 10.16. Bad Guys
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,Stargate Atlantis 3.16. The Ark
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,Stargate SG-1 10.17. Talion
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,Stargate Atlantis 3.17. Sunday
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,Stargate SG-1 10.18. Family Ties
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,Stargate Atlantis 3.18. Submersion
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,Stargate SG-1 10.19. Dominion
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,Stargate Atlantis 3.19. Vengeance
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,Stargate SG-1 10.20. Unending
+dvd:///mnt/dvd/archive/S/Stargate%20SG-1/S10D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,Stargate Atlantis 3.20. First Strike
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S03D05.%20E17%e2%80%9320.iso#4
+
+#EXTINF:0,,Stargate SG-1 Stargate—The Ark of Truth
+dvd:///mnt/dvd/archive/S/Stargate%e2%80%94The%20Ark%20of%20Truth.iso#2
+
+#EXTINF:0,,Stargate Atlantis 4.1. Adrift
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D01.%20E01%e2%80%9304.iso#2
+#EXTINF:0,,Stargate Atlantis 4.2. Lifeline
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,Stargate Atlantis 4.3. Reunion
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,Stargate Atlantis 4.4. Doppelgänger
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,Stargate Atlantis 4.5. Travelers
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D02.%20E05%e2%80%9308.iso#2
+#EXTINF:0,,Stargate Atlantis 4.6. Tabula Rasa
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,Stargate Atlantis 4.7. Missing
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,Stargate Atlantis 4.8. The Seer
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,Stargate Atlantis 4.9. Miller's Crossing
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D03.%20E09%e2%80%9312.iso#1
+#EXTINF:0,,Stargate Atlantis 4.10. This Mortal Coil
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D03.%20E09%e2%80%9312.iso#2
+#EXTINF:0,,Stargate Atlantis 4.11. Be All My Sins Remember'd
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,Stargate Atlantis 4.12. Spoils of War
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,Stargate Atlantis 4.13. Quarantine
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,Stargate Atlantis 4.14. Harmony
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,Stargate Atlantis 4.15. Outcast
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,Stargate Atlantis 4.16. Trio
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D04.%20E13%e2%80%9316.iso#6
+#EXTINF:0,,Stargate Atlantis 4.17. Midway
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D05.%20E17%e2%80%9320.iso#1
+#EXTINF:0,,Stargate Atlantis 4.18. The Kindred (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D05.%20E17%e2%80%9320.iso#2
+#EXTINF:0,,Stargate Atlantis 4.19. The Kindred (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D05.%20E17%e2%80%9320.iso#6
+#EXTINF:0,,Stargate Atlantis 4.20. The Last Man
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S04D05.%20E17%e2%80%9320.iso#7
+
+#EXTINF:0,,Stargate Atlantis 5.1. Search and Rescue
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,Stargate SG-1 Stargate—Continuum
+dvd:///mnt/dvd/archive/S/Stargate%e2%80%94Continuum.iso#3
+#EXTINF:0,,Stargate Atlantis 5.2. The Seed
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,Stargate Atlantis 5.3. Broken Ties
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,Stargate Atlantis 5.4. The Daedalus Variations
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,Stargate Atlantis 5.5. Ghost in the Machine
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,Stargate Atlantis 5.6. The Shrine
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,Stargate Atlantis 5.7. Whispers
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,Stargate Atlantis 5.8. The Queen
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D02.%20E05%e2%80%9308.iso#6
+#EXTINF:0,,Stargate Atlantis 5.9. Tracker
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,Stargate Atlantis 5.10. First Contact
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,Stargate Atlantis 5.11. The Lost Tribe
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,Stargate Atlantis 5.12. Outsiders
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D03.%20E09%e2%80%9312.iso#6
+#EXTINF:0,,Stargate Atlantis 5.13. Inquisition
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,Stargate Atlantis 5.14. The Prodigal
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,Stargate Atlantis 5.15. Remnants
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,Stargate Atlantis 5.16. Brain Storm
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D04.%20E13%e2%80%9316.iso#6
+#EXTINF:0,,Stargate Atlantis 5.17. Infection
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,Stargate Atlantis 5.18. Identity
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,Stargate Atlantis 5.19. Vegas
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,Stargate Atlantis 5.20. Enemy at the Gate
+dvd:///mnt/dvd/archive/S/Stargate%20Atlantis/S05D05.%20E17%e2%80%9320.iso#6
+
+#EXTINF:0,,Stargate Universe 1.1–3. Air
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D01.%20E01%e2%80%9303.iso#2
+#EXTINF:0,,Stargate Universe 1.4. Darkness
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D02.%20E04%e2%80%9307.iso#3
+#EXTINF:0,,Stargate Universe 1.5. Light
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D02.%20E04%e2%80%9307.iso#4
+#EXTINF:0,,Stargate Universe 1.6. Water
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D02.%20E04%e2%80%9307.iso#5
+#EXTINF:0,,Stargate Universe 1.7. Earth
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D02.%20E04%e2%80%9307.iso#6
+#EXTINF:0,,Stargate Universe 1.8. Time
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D03.%20E08%e2%80%9311.iso#3
+#EXTINF:0,,Stargate Universe 1.9. Life
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D03.%20E08%e2%80%9311.iso#4
+#EXTINF:0,,Stargate Universe 1.10. Justice
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D03.%20E08%e2%80%9311.iso#5
+#EXTINF:0,,Stargate Universe 1.11. Space
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D03.%20E08%e2%80%9311.iso#6
+#EXTINF:0,,Stargate Universe 1.12. Divided
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D04.%20E12%e2%80%9315.iso#10
+#EXTINF:0,,Stargate Universe 1.13. Faith
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D04.%20E12%e2%80%9315.iso#11
+#EXTINF:0,,Stargate Universe 1.14. Human
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D04.%20E12%e2%80%9315.iso#12
+#EXTINF:0,,Stargate Universe 1.15. Lost
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D04.%20E12%e2%80%9315.iso#13
+#EXTINF:0,,Stargate Universe 1.16. Sabotage
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D05.%20E16%e2%80%9320.iso#3
+#EXTINF:0,,Stargate Universe 1.17. Pain
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D05.%20E16%e2%80%9320.iso#4
+#EXTINF:0,,Stargate Universe 1.18. Subversion
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D05.%20E16%e2%80%9320.iso#5
+#EXTINF:0,,Stargate Universe 1.19. Incursion (part 1)
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D05.%20E16%e2%80%9320.iso#6
+#EXTINF:0,,Stargate Universe 1.20. Incursion (part 2)
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S01D05.%20E16%e2%80%9320.iso#7
+
+#EXTINF:0,,Stargate Universe 2.1. Intervention
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D01.%20E01%e2%80%9304.iso#3
+#EXTINF:0,,Stargate Universe 2.2. Aftermath
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D01.%20E01%e2%80%9304.iso#4
+#EXTINF:0,,Stargate Universe 2.3. Awakening
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D01.%20E01%e2%80%9304.iso#5
+#EXTINF:0,,Stargate Universe 2.4. Pathogen
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D01.%20E01%e2%80%9304.iso#6
+#EXTINF:0,,Stargate Universe 2.5. Cloverdale
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D02.%20E05%e2%80%9308.iso#3
+#EXTINF:0,,Stargate Universe 2.6. Trial and Error
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D02.%20E05%e2%80%9308.iso#4
+#EXTINF:0,,Stargate Universe 2.7. The Greater Good
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D02.%20E05%e2%80%9308.iso#5
+#EXTINF:0,,Stargate Universe 2.8. Malice
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D02.%20E05%e2%80%9308.iso#6
+#EXTINF:0,,Stargate Universe 2.9. Visitation
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D03.%20E09%e2%80%9312.iso#3
+#EXTINF:0,,Stargate Universe 2.10. Resurgence
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D03.%20E09%e2%80%9312.iso#4
+#EXTINF:0,,Stargate Universe 2.11. Deliverance
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D03.%20E09%e2%80%9312.iso#5
+#EXTINF:0,,Stargate Universe 2.12. Twin Destinies
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D03.%20E09%e2%80%9312.iso#6
+#EXTINF:0,,Stargate Universe 2.13. Alliances
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D04.%20E13%e2%80%9316.iso#3
+#EXTINF:0,,Stargate Universe 2.14. Hope
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D04.%20E13%e2%80%9316.iso#4
+#EXTINF:0,,Stargate Universe 2.15. Seizure
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D04.%20E13%e2%80%9316.iso#5
+#EXTINF:0,,Stargate Universe 2.16. The Hunt
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D04.%20E13%e2%80%9316.iso#6
+#EXTINF:0,,Stargate Universe 2.17. Common Descent
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D05.%20E17%e2%80%9320.iso#3
+#EXTINF:0,,Stargate Universe 2.18. Epilogue
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D05.%20E17%e2%80%9320.iso#4
+#EXTINF:0,,Stargate Universe 2.19. Blockade
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D05.%20E17%e2%80%9320.iso#5
+#EXTINF:0,,Stargate Universe 2.20. Gauntlet
+dvd:///mnt/dvd/archive/S/Stargate%20Universe/S02D05.%20E17%e2%80%9320.iso#6
index d60d286..71d6e87 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir R/Robin of Sherwood
+!vdir R/Robin of Sherwood
 
 !season 1
 3 Robin Hood and the Sorceror (part 1)
index d2718c5..3c640ab 100644 (file)
--- a/rome.epls
+++ b/rome.epls
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir R/Rome
+!vdir R/Rome
 
 !season 1
 1 The Stolen Eagle
index 3379be9..e352813 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir S/Shark
+!vdir S/Shark
 
 !season 1
 2 Pilot
index 5d5bb24..be4aafa 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir H/Sherlock Holmes (1984)
+!vdir H/Sherlock Holmes (1984)
 
 !season 1 The Adventures of Sherlock Holmes
 1 A Scandal in Bohemia
index b92a264..c15e04a 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir S/Spartacus
+!vdir S/Spartacus
 
 !season 0 Gods of the Arena
 2 Past Transgressions
diff --git a/stargate-atlantis.epls b/stargate-atlantis.epls
deleted file mode 100644 (file)
index 0aeb288..0000000
+++ /dev/null
@@ -1,112 +0,0 @@
-;;; -*-fundamental-*-
-
-!vdir - S/Stargate Atlantis
-
-!season 1
-8 Rising
-12 Hide and Seek
-13 Thirty-Eight Minutes
-11 Suspicion
-6 Childhood's End
-12 Poisoning the Well
-14 Underground
-13 Home
-9 The Storm
-10 The Eye
-11 The Defiant One
-7 Hot Zone
-12 Sanctuary
-13 Before I Sleep
-14 The Brotherhood
-14 Letters from Pegasus
-9 The Gift
-10 The Siege (part 1)
-11 The Siege (part 2)
-
-!season 2
-15 The Siege (part 3)
-16 The Intruder
-17 Runner
-18 Duet
-16 Condemned
-17 Trinity
-18 Instinct
-19 Conversion
-16 Aurora
-17 The Lost Boys
-18 The Hive
-19 Epiphany
-16 Critical Mass
-17 Grace Under Pressure
-18 The Tower
-19 The Long Goodbye
-16 Coup d'Etat
-17 Michael
-18 Inferno
-19 Allies
-
-!season 3
-1 No Man's Land
-2 Misbegotten
-3 Irresistible
-4 Sateda
-1 Progeny
-2 The Real World
-3 Common Ground
-4 McKay and Mrs. Miller
-1 Phantoms
-2 The Return (part 1)
-3 The Return (part 2)
-4 Echoes
-1 Irresponsible
-2 Tao of Rodney
-3 The Game
-4 The Ark
-1 Sunday
-2 Submersion
-3 Vengeance
-4 First Strike
-
-!season 4
-2 Adrift
-3 Lifeline
-4 Reunion
-5 Doppelgänger
-2 Travelers
-3 Tabula Rasa
-4 Missing
-5 The Seer
-1 Miller's Crossing
-2 This Mortal Coil
-3 Be All My Sins Remember'd
-4 Spoils of War
-3 Quarantine
-4 Harmony
-5 Outcast
-6 Trio
-1 Midway
-2 The Kindred (part 1)
-6 The Kindred (part 2)
-7 The Last Man
-
-!season 5
-3 Search and Rescue
-4 The Seed
-5 Broken Ties
-6 The Daedalus Variations
-3 Ghost in the Machine
-4 The Shrine
-5 Whispers
-6 The Queen
-3 Tracker
-4 First Contact
-5 The Lost Tribe
-6 Outsiders
-3 Inquisition
-4 The Prodigal
-5 Remnants
-6 Brain Storm
-3 Infection
-4 Identity
-5 Vegas
-6 Enemy at the Gate
diff --git a/stargate-sg1.epls b/stargate-sg1.epls
deleted file mode 100644 (file)
index f1f387a..0000000
+++ /dev/null
@@ -1,234 +0,0 @@
-;;; -*-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/stargate-universe.epls b/stargate-universe.epls
deleted file mode 100644 (file)
index 3c6b784..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-;;; -*-fundamental-*-
-
-!vdir - S/Stargate Universe
-
-!season 1
-2,n=3 Air
-3 Darkness
-4 Light
-5 Water
-6 Earth
-3 Time
-4 Life
-5 Justice
-6 Space
-10 Divided
-11 Faith
-12 Human
-13 Lost
-3 Sabotage
-4 Pain
-5 Subversion
-6 Incursion (part 1)
-7 Incursion (part 2)
-
-!season 2
-3 Intervention
-4 Aftermath
-5 Awakening
-6 Pathogen
-3 Cloverdale
-4 Trial and Error
-5 The Greater Good
-6 Malice
-3 Visitation
-4 Resurgence
-5 Deliverance
-6 Twin Destinies
-3 Alliances
-4 Hope
-5 Seizure
-6 The Hunt
-3 Common Descent
-4 Epilogue
-5 Blockade
-6 Gauntlet
diff --git a/stargate.epls b/stargate.epls
new file mode 100644 (file)
index 0000000..bd4d0ec
--- /dev/null
@@ -0,0 +1,487 @@
+;;; -*-fundamental-*-
+
+!series:movie Stargate
+
+!series:sg1 Stargate SG-1
+!vdir:sg1 S/Stargate SG-1
+
+!series:sga Stargate Atlantis
+!vdir:sga S/Stargate Atlantis
+
+!series:sgu Stargate Universe
+!vdir:sgu S/Stargate Universe
+
+;;;--------------------------------------------------------------------------
+!season:movie -
+
+!iso:movie S/Stargate.iso
+movie,14 Stargate
+
+;;;--------------------------------------------------------------------------
+!season:sg1 1
+
+sg1,5 Children of the Gods
+sg1,6 The Enemy Within
+sg1,7 Emancipation
+sg1,7 The Broca Divide
+sg1,8 The First Commandment
+sg1,9 Cold Lazarus
+sg1,10 The Nox
+sg1,11 Brief Candle
+sg1,7 Thor's Hammer
+sg1,8 The Torment of Tantalus
+sg1,9 Bloodlines
+sg1,10 Fire and Water
+sg1,11 Hathor
+sg1,6 Singularity
+sg1,7 Cor-ai
+sg1,8 Enigma
+sg1,9 Solitudes
+sg1,6 Tin Man
+sg1,7 There but for the Grace of God
+sg1,8 Politics
+sg1,9 Within the Serpent's Grasp
+
+;;;--------------------------------------------------------------------------
+!season:sg1 2
+
+sg1,1 The Serpent's Lair
+sg1,2 In the Line of Duty
+sg1,3 Prisoners
+sg1,4 The Gamekeeper
+sg1,1 Need
+sg1,2 Thor's Chariot
+sg1,3 Message In A Bottle
+sg1,4 Family
+sg1,1 Secrets
+sg1,2 Bane
+sg1,4 The Tok'ra (part 1)
+sg1,1 The Tok'ra (part 2)
+sg1,3 Spirits
+sg1,2 Touchstone
+sg1,4 The Fifth Race
+sg1,3 A Matter of Time
+sg1,2 Holiday
+sg1,1 Serpent's Song
+sg1,3 One False Step
+sg1,4 Show and Tell
+sg1,1 1969
+sg1,2 Out of Mind
+
+;;;--------------------------------------------------------------------------
+!season:sg1 3
+
+sg1,1 Into the Fire
+sg1,2 Seth
+sg1,3 Fair Game
+sg1,4 Legacy
+sg1,1 Learning Curve
+sg1,2 Point of View
+sg1,3 Deadman Switch
+sg1,4 Demons
+sg1,1 Rules of Engagement
+sg1,2 Forever in a Day
+sg1,3 Past and Present
+sg1,4 Jolinar's Memories
+sg1,1 The Devil You Know
+sg1,2 Foothold
+sg1,3 Pretense
+sg1,4 Urgo
+sg1,1 A Hundred Days
+sg1,2 Shades of Grey
+sg1,3 New Ground
+sg1,4 Maternal Instinct
+sg1,1 Crystal Skull
+sg1,4 Nemesis
+
+;;;--------------------------------------------------------------------------
+!season:sg1 4
+
+sg1,5 Small Victories
+sg1,6 The Other Side
+sg1,7 Upgrades
+sg1,8 Crossroads
+sg1,5 Divide and Conquer
+sg1,6 Window of Opportunity
+sg1,7 Watergate
+sg1,8 The First Ones
+sg1,5 Scorched Earth
+sg1,6 Beneath the Surface
+sg1,7 Point of No Return
+sg1,8 Tangent
+sg1,5 The Curse
+sg1,6 The Serpent's Venom
+sg1,7 Chain Reaction
+sg1,8 2010
+sg1,5 Absolute Power
+sg1,6 The Light
+sg1,7 Prodigy
+sg1,8 Entity
+sg1,3 Double Jeopardy
+sg1,4 Exodus
+
+;;;--------------------------------------------------------------------------
+!season:sg1 5
+
+sg1,6 Enemies
+sg1,7 Threshold
+sg1,8 Ascension
+sg1,9 The Fifth Man
+sg1,6 Red Sky
+sg1,7 Rite of Passage
+sg1,8 Beast of Burden
+sg1,9 The Tomb
+sg1,6 Between Two Fires
+sg1,7 2001
+sg1,8 Desperate Measures
+sg1,9 Wormhole X-Treme!
+sg1,6 Proving Ground
+sg1,7 48 Hours
+sg1,8 Summit
+sg1,9 Last Stand
+sg1,6 Failsafe
+sg1,7 The Warrior
+sg1,8 Menace
+sg1,9 The Sentinel
+sg1,4 Meridian
+sg1,5 Revelations
+
+;;;--------------------------------------------------------------------------
+!season:sg1 6
+
+sg1,6 Redemption (part 1)
+sg1,7 Redemption (part 2)
+sg1,8 Descent
+sg1,9 Frozen
+sg1,6 Nightwalkers
+sg1,7 Abyss
+sg1,8 Shadow Play
+sg1,9 The Other Guys
+sg1,6 Allegiance
+sg1,7 Cure
+sg1,8 Prometheus
+sg1,9 Unnatural Selection
+sg1,6 Sight Unseen
+sg1,7 Smoke and Mirrors
+sg1,8 Paradise Lost
+sg1,9 Metamorphosis
+sg1,6 Disclosure
+sg1,7 Forsaken
+sg1,8 The Changeling
+sg1,9 Memento
+sg1,4 Prophecy
+sg1,5 Full Circle
+
+;;;--------------------------------------------------------------------------
+!season:sg1 7
+
+sg1,6 Fallen
+sg1,7 Homecoming
+sg1,8 Fragile Balance
+sg1,9 Orpheus
+sg1,6 Revisions
+sg1,7 Lifeboat
+sg1,8 Enemy Mine
+sg1,9 Space Race
+sg1,6 Avenger 2.0
+sg1,7 Birthright
+sg1,8 Evolution (part 1)
+sg1,9 Evolution (part 2)
+sg1,6 Grace
+sg1,7 Fallout
+sg1,8 Chimera
+sg1,9 Death Knell
+sg1,8 Heroes (part 1)
+sg1,9 Heroes (part 2)
+sg1,10 Resurrection
+sg1,11 Inauguration
+sg1,2,n=2 Lost City (parts 1&2)
+
+;;;--------------------------------------------------------------------------
+!season:sg1 8
+!season:sga 1
+
+sg1,10,n=2 New Order (parts 1&2)
+sga,8 Rising
+
+sg1,11 Lockdown
+sga,12 Hide and Seek
+
+sg1,12 Zero Hour
+sga,13 Thirty-Eight Minutes
+
+sg1,10 Icon
+sga,11 Suspicion
+
+sg1,11 Avatar
+sga,6 Childhood's End
+
+sg1,12 Affinity
+sga,12 Poisoning the Well
+
+sg1,13 Covenant
+sga,14 Underground
+
+sg1,8 Sacrifices
+sga,13 Home
+
+sg1,9 Endgame
+sg1,7 Gemini
+
+sga,9 The Storm
+sga,10 The Eye
+
+sg1,10 Prometheus Unbound
+sga,11 The Defiant One
+
+sg1,11 It's Good to Be King
+sga,7 Hot Zone
+
+sg1,8 Full Alert
+sga,12 Sanctuary
+
+sg1,10 Citizen Joe
+sga,13 Before I Sleep
+
+sg1,8 Reckoning (part 1)
+sg1,9 Reckoning (part 2)
+
+sga,14 The Brotherhood
+sga,14 Letters from Pegasus
+
+sg1,12 Threads
+sga,9 The Gift
+
+sg1,6 Moebius (part 1)
+sg1,7 Moebius (part 2)
+
+sga,10 The Siege (part 1)
+sga,11 The Siege (part 2)
+
+;;;--------------------------------------------------------------------------
+!season:sg1 9
+!season:sga 2
+
+sga,15 The Siege (part 3)
+
+sg1,16 Avalon (part 1)
+sg1,17 Avalon (part 2)
+sg1,18 Origin
+
+sga,16 The Intruder
+sg1,19 The Ties that Bind
+
+sga,17 Runner
+sg1,16 The Powers that Be
+
+sga,18 Duet
+sg1,17 Beachhead
+
+sga,16 Condemned
+sg1,18 Ex Deus Machina
+
+sga,17 Trinity
+sg1,19 Babylon
+
+sga,18 Instinct
+sga,19 Conversion
+
+sg1,15 Prototype
+sga,16 Aurora
+
+sg1,16 The Fourth Horseman (part 1)
+sg1,17 The Fourth Horseman (part 2)
+
+sga,17 The Lost Boys
+sga,18 The Hive
+
+sg1,15 Collateral Damage
+sga,19 Epiphany
+
+sg1,16 Ripple Effect
+sga,16 Critical Mass
+
+sg1,17 Stronghold
+sga,17 Grace Under Pressure
+
+sg1,15 Ethon
+sga,18 The Tower
+
+sg1,16 Off the Grid
+sga,19 The Long Goodbye
+
+sg1,17 The Scourge
+sga,16 Coup d'Etat
+
+sg1,15 Arthur's Mantle
+sga,17 Michael
+
+sg1,16 Crusade
+sga,18 Inferno
+
+sg1,17 Camelot
+sga,19 Allies
+
+;;;--------------------------------------------------------------------------
+!season:sg1 10
+!season:sga 3
+
+sg1,1 Flesh and Blood
+sga,1 No Man's Land
+
+sg1,2 Morpheus
+sga,2 Misbegotten
+
+sg1,3 The Pegasus Project
+sga,3 Irresistible
+
+sg1,4 Insiders
+sga,4 Sateda
+
+sg1,1 Uninvited
+sg1,2 200
+
+sga,1 Progeny
+sga,2 The Real World
+
+sg1,3 Counterstrike
+sga,3 Common Ground
+
+sg1,4 Memento Mori
+sga,4 McKay and Mrs. Miller
+
+sg1,1 Company of Thieves
+sga,1 Phantoms
+
+sg1,2 The Quest (part 1)
+sg1,3 The Quest (part 2)
+
+sga,2 The Return (part 1)
+sga,3 The Return (part 2)
+
+sg1,4 Line in the Sand
+sga,4 Echoes
+
+sg1,1 The Road Not Taken
+sga,1 Irresponsible
+
+sg1,2 The Shroud
+sga,2 Tao of Rodney
+
+sg1,3 Bounty
+sga,3 The Game
+
+sg1,4 Bad Guys
+sga,4 The Ark
+
+sg1,1 Talion
+sga,1 Sunday
+
+sg1,2 Family Ties
+sga,2 Submersion
+
+sg1,3 Dominion
+sga,3 Vengeance
+
+sg1,4 Unending
+sga,4 First Strike
+
+!season:sg1 -
+!iso:sg1 S/Stargate—The Ark of Truth.iso
+sg1,2 Stargate—The Ark of Truth
+
+;;;--------------------------------------------------------------------------
+!season:sga 4
+
+sga,2 Adrift
+sga,3 Lifeline
+sga,4 Reunion
+sga,5 Doppelgänger
+sga,2 Travelers
+sga,3 Tabula Rasa
+sga,4 Missing
+sga,5 The Seer
+sga,1 Miller's Crossing
+sga,2 This Mortal Coil
+sga,3 Be All My Sins Remember'd
+sga,4 Spoils of War
+sga,3 Quarantine
+sga,4 Harmony
+sga,5 Outcast
+sga,6 Trio
+sga,1 Midway
+sga,2 The Kindred (part 1)
+sga,6 The Kindred (part 2)
+sga,7 The Last Man
+
+;;;--------------------------------------------------------------------------
+!season:sga 5
+
+sga,3 Search and Rescue
+
+!iso:sg1 S/Stargate—Continuum.iso
+sg1,3 Stargate—Continuum
+
+sga,4 The Seed
+sga,5 Broken Ties
+sga,6 The Daedalus Variations
+sga,3 Ghost in the Machine
+sga,4 The Shrine
+sga,5 Whispers
+sga,6 The Queen
+sga,3 Tracker
+sga,4 First Contact
+sga,5 The Lost Tribe
+sga,6 Outsiders
+sga,3 Inquisition
+sga,4 The Prodigal
+sga,5 Remnants
+sga,6 Brain Storm
+sga,3 Infection
+sga,4 Identity
+sga,5 Vegas
+sga,6 Enemy at the Gate
+
+;;;--------------------------------------------------------------------------
+!season:sgu 1
+
+sgu,2,n=3 Air
+sgu,3 Darkness
+sgu,4 Light
+sgu,5 Water
+sgu,6 Earth
+sgu,3 Time
+sgu,4 Life
+sgu,5 Justice
+sgu,6 Space
+sgu,10 Divided
+sgu,11 Faith
+sgu,12 Human
+sgu,13 Lost
+sgu,3 Sabotage
+sgu,4 Pain
+sgu,5 Subversion
+sgu,6 Incursion (part 1)
+sgu,7 Incursion (part 2)
+
+!season:sgu 2
+sgu,3 Intervention
+sgu,4 Aftermath
+sgu,5 Awakening
+sgu,6 Pathogen
+sgu,3 Cloverdale
+sgu,4 Trial and Error
+sgu,5 The Greater Good
+sgu,6 Malice
+sgu,3 Visitation
+sgu,4 Resurgence
+sgu,5 Deliverance
+sgu,6 Twin Destinies
+sgu,3 Alliances
+sgu,4 Hope
+sgu,5 Seizure
+sgu,6 The Hunt
+sgu,3 Common Descent
+sgu,4 Epilogue
+sgu,5 Blockade
+sgu,6 Gauntlet
index 60b0ec0..e917d5c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir T/Terminator—The Sarah Connor Chronicles
+!vdir T/Terminator—The Sarah Connor Chronicles
 
 !season 1
 3 Pilot
index 20b7382..a350c5b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir B/The Bridge
+!vdir B/The Bridge
 
 !season 1
 3
index 5e3737b..66e8fe3 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir W/The Wire
+!vdir W/The Wire
 
 !season 1
 1 The Target
index 4a00f54..b9acc29 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir V/V (2009)
+!vdir V/V (2009)
 
 !season 1
 3 Pilot
index 8cfffd5..220d9bd 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-fundamental-*-
 
-!vdir W/Waking the Dead
+!vdir W/Waking the Dead
 
 !season 1
 2 Waking the Dead