From: Don Armstrong Date: Fri, 17 Feb 2006 09:22:07 +0000 (+0000) Subject: * Completely move around the home directory system and begin X-Git-Url: https://git.donarmstrong.com/?p=x_full.git;a=commitdiff_plain;h=5161e4b33d4bbe3a1f7979ee275cbfb9c7a1a2cb;ds=sidebyside * Completely move around the home directory system and begin transitioning to a module based system instead of the individual directories --- 5161e4b33d4bbe3a1f7979ee275cbfb9c7a1a2cb diff --git a/.cgobanrc b/.cgobanrc new file mode 100644 index 0000000..dda9996 --- /dev/null +++ b/.cgobanrc @@ -0,0 +1,117 @@ +# NOTICE: Please do not edit this file. +# It was automatically generated by "cgoban". If you want to +# change one of these values, please use command line switches, +# X defaults, or a setup window. +# As a last resort you may simply delete this file. + +cgoban.VersionNumber: 1.9.14 +cgoban.stealth: t +cgoban.hiContrast: f +cgoban.name: cgoban +cgoban.fontHeight: 12 +cgoban.arena.prog1: +cgoban.arena.prog2: +cgoban.arena.size: 19 +cgoban.arena.komi: 5.5 +cgoban.arena.handicap: 0 +cgoban.play.markLastMove: t +cgoban.play.markHotStones: t +cgoban.board.showCoords: t +cgoban.control.x: 796 +cgoban.control.y: 531 +cgoban.help.x: +cgoban.help.y: +cgoban.help.w: 28.284271 +cgoban.help.h: 40.0 +cgoban.game.rules: 1 +cgoban.game.size: 19 +cgoban.game.komi: 5.500000 +cgoban.game.handicap: 0 +cgoban.local.wName: White +cgoban.local.bName: Black +cgoban.local.x: 1875 +cgoban.local.y: 219 +cgoban.local.bProp: 1.738007 +cgoban.local.bPropW: 1.738007 +cgoban.local.sgfName: game.sgf +cgoban.edit.x: 2537 +cgoban.edit.y: 317 +cgoban.edit.toolX: 2250 +cgoban.edit.toolY: 925 +cgoban.edit.toolW: 21.142857 +cgoban.edit.toolH: 14.928571 +cgoban.edit.bProp: 1.000000 +cgoban.edit.bPropW: 1.000000 +cgoban.edit.sgfName: seigen-minoru.sgf +cgoban.edit.infoX: +cgoban.edit.infoY: +cgoban.edit.infoW: 1.0 +cgoban.edit.infoH: 1.0 +cgoban.setup.timeType: 2 +cgoban.setup.mainTime: 30:00 +cgoban.setup.igsBYTime: 1:00 +cgoban.setup.igsBYStones: 5 +cgoban.setup.ingBYTime: 15:00 +cgoban.setup.ingBYPeriods: 3 +cgoban.setup.jBYTime: 1:00 +cgoban.setup.jBYPeriods: 5 +cgoban.config.x: 622 +cgoban.config.y: 866 +cgoban.config.h: 0.707386 +cgoban.gmp.WOption: 2 +cgoban.gmp.BOption: 0 +cgoban.gmp.WProgram: /usr/games/gnugo --mode gmp --quiet +cgoban.gmp.BProgram: /usr/games/gnugo --mode gmp --quiet +cgoban.gmp.WDevice: /dev/ttyS0 +cgoban.gmp.BDevice: /dev/ttyS1 +cgoban.gmp.machine: localhost +cgoban.gmp.port: 26276 +cgoban.gmp.nngs.username: +cgoban.gmp.nngs.password: +cgoban.gmp.igs.username: +cgoban.gmp.igs.password: +cgoban.client.def1: 0 +cgoban.client.def2: 1 +cgoban.client.server: NNGS|IGS|LGS|NCIC|GIGS||||| +cgoban.client.protocol: n|i|n|n|n|n|n|n|n|n +cgoban.client.direct: t|t|t|t|t|t|t|t|t|t +cgoban.client.connCmd: telnet nngs.cosmic.org 9696|telnet igs.joyjoy.net 6969|telnet|telnet|telnet|telnet|telnet|telnet|telnet|telnet +cgoban.client.username: ||||||||| +cgoban.client.password: ||||||||| +cgoban.client.address: nngs.cosmic.org|igs.joyjoy.net|micro.ee.nthu.edu.tw|jet.ncic.ac.cn|grizu.uni-regensburg.de||||| +cgoban.client.port: 9696|6969|9696|9696|9696|9696|9696|9696|9696|9696 +cgoban.client.match.meFirst: t +cgoban.client.match.size: 19 +cgoban.client.match.free: f +cgoban.client.match.mainTime: 20:00 +cgoban.client.match.byTime: 10:00 +cgoban.client.match.x: +cgoban.client.match.y: +cgoban.client.main.x: +cgoban.client.main.y: +cgoban.client.main.w: 40 +cgoban.client.main.h: 40 +cgoban.client.games.x: +cgoban.client.games.y: +cgoban.client.games.w: 6 +cgoban.client.games.h2: 0.5 +cgoban.client.players.x: +cgoban.client.players.y: +cgoban.client.players.h: 30.742 +cgoban.client.players.sort: 0 +cgoban.client.x: +cgoban.client.y: +cgoban.client.bProp: 1.0 +cgoban.client.bPropW: 1.0 +cgoban.client.numberKibitz: f +cgoban.client.noTypo: f +cgoban.client.look.x: +cgoban.client.look.y: +cgoban.client.look.bProp: 1.0 +cgoban.client.look.bPropW: 1.0 +cgoban.client.saykib: 1 +cgoban.client.warnLimit: 30 +cgoban.abut.fsel.x: +cgoban.abut.fsel.y: +cgoban.abut.fsel.w: 1.2 +cgoban.abut.fsel.h: 1.2 diff --git a/.gaim/blist.xml b/.gaim/blist.xml new file mode 100644 index 0000000..2ada7d9 --- /dev/null +++ b/.gaim/blist.xml @@ -0,0 +1,397 @@ + + + + + + 0 + + + SFdirtybird + + + + + 0 + + + charie@sbcglobal.net + + + + + dondelelcaro + + + + + paulzugnoni + paul + 483bd61 + 1132828686 + + + + + 17992765 + Gwolf + + + + + chrismarfan + chris + + + + + bkwiecien@jabber.org + + + + + dondelelcaro@hotmail.com + + + + + drmargiea@hotmail.com + + + + + 0 + + + bludger18 + + + + + speeding97 + + + + + LClabby + Aaron + + + + + 70364825 + don + + + + + super6dave + David G. + + + + + rm3319 + Raj (Rochetster) + + + + + LClabby + + + + + bludger18 + f80efbc4 + 74e45ef55c0f224970201cc414f84863 + + + + + deepthought9600 + mark_phone + + + + + Aprlfool80 + Angela D + + + + + Kandehata + Aaron (SF) + + + + + Acarperlicious + Angela C + + + + + Bugsywink + Heather + + + + + esotericoblivion + Mandee + 6f1cf600 + 1f2219d5cf07c424216de8cf9279e905 + + + + + nukelear + Dustin Lewis + + + + + Hemingway6 + brian + + + + + bugsy5117 + heather + 8d532886 + 7717f680fe3279ff937a8ef50ae4232d + + + + + Mundungus + Chris + + + + + zsebulba + raphael + 1322e93f + 0201e068c0 + + + + + supercheeto + mike + + + + + UCRPAUL + paul + + + + + sameeroquai + sameer + 6f35fd + 2d1851159cb1ca7b35426626f4c4645b + + + + + nortagawa + Norton + d42b7d6e + 329b6e6e8d563cd6309600374e72d223 + + + + + jollygiant99 + sam + d15e2b13 + 0201e068c0 + + + + + BMWMotorwerke + Brian + + + + + ryverthorne + wendy + c4290011 + 0201e068c0 + + + + + Sheldr01 + randy + + + + + ubermensch5150 + mark + 3a7bd5cd + 2e6735a8c675779101fa4c441f9d04aa + + + + + Madness383 + tamar + d5124a7 + 9af1a3a51fa4ed29643a4537d6768b8a + + + + + shortbylength + esther + 67fe53a5 + a72e785aedf04767bac3028245d251f3 + + + + + BMWWerken + + + + + groovewaldo + Waldo + + + + + dondelelcaro + don + + + + + que buena suerte + helix (erin clarke) + + + + + maconcall + maconcall + bb47d9a7 + 925181bb7da932e36cef2cdc1b2dbe30 + + + + + nortone00 + Eric Norton + + + + + TheRemixUSA + dave&chyna + 97312b57 + c7161b0d3a72a00511ade76f2bae200a + + + + + dondelelcaro@aim.jabber.org + Don Armstrong + + + + + CMWilde@aim.jabber.org + cmwilde + + + + + 70364825@icq.jabber.org + dondelelcaro + + + + + 6140695@icq.jabber.org + sycophant + + + + + supercheeto@aim.jabber.org + + + + + 0 + + + sushimike6 + + + + + yogieric + EricBrown + 13552ff2 + 2135483625 + + + + + sushimike6 + 71e39e74 + 0201e068c0 + + + + + sushimike6 + + + + + satabisha + kiran + 9754e0d9 + 2147483647 + + + + + mike_rovner + 4c54d8e2 + 304725089 + + + + + 0 + + + + + zsebulba + + + + + + + + + dondelelcaro@hotmail.com + + + diff --git a/.gaim/dict b/.gaim/dict new file mode 100644 index 0000000..e69de29 diff --git a/.gaim/pounces.xml b/.gaim/pounces.xml new file mode 100644 index 0000000..8fd6991 --- /dev/null +++ b/.gaim/pounces.xml @@ -0,0 +1,4 @@ + + + + diff --git a/.gaim/prefs.xml b/.gaim/prefs.xml new file mode 100644 index 0000000..5c6e7b0 --- /dev/null +++ b/.gaim/prefs.xml @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.gaim/status.xml b/.gaim/status.xml new file mode 100644 index 0000000..f7c9f26 --- /dev/null +++ b/.gaim/status.xml @@ -0,0 +1,20 @@ + + + + + away + Well, it looks like I've stepped away from my computer for once in my life. EIther that or I've passed out and am slumped in my chair. In either case, I'll get back to you when I get back, if I get back. + + + away + I'm away (dead) + + + away + I am in the process of dying, and as these things go, I'm either not around, have finished dying (in which case I'm not around either), have continued dying and still don't want to talk to anybody, or am still dying but forgotten that at one point I really didn't want to talk to anybody.<BR> + + + away + So... you thought you could talk to someone who wasn't here, didn't you? Well, I could sick eliza on you, but that wouldn't be nice now would it? + + diff --git a/.gkrellm2/plugin_enable b/.gkrellm2/plugin_enable new file mode 100644 index 0000000..977c12c --- /dev/null +++ b/.gkrellm2/plugin_enable @@ -0,0 +1,4 @@ +gkrellweather.so +alltraxclock.so +gkrellm_timers.so +gkrellmwho2.so diff --git a/.gkrellm2/theme_config b/.gkrellm2/theme_config new file mode 100644 index 0000000..5e0ff68 --- /dev/null +++ b/.gkrellm2/theme_config @@ -0,0 +1,6 @@ +/home/don/.gkrellm2/themes/XenoSilvereX +0 +Sans 11 +Sans 10 +Sans 9 +100 diff --git a/.gkrellm2/themes/Glass-3/.xvpics/bg_chart.png b/.gkrellm2/themes/Glass-3/.xvpics/bg_chart.png new file mode 100644 index 0000000..5f14919 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/.xvpics/bg_chart.png differ diff --git a/.gkrellm2/themes/Glass-3/.xvpics/bg_meter.png b/.gkrellm2/themes/Glass-3/.xvpics/bg_meter.png new file mode 100644 index 0000000..69c9efa Binary files /dev/null and b/.gkrellm2/themes/Glass-3/.xvpics/bg_meter.png differ diff --git a/.gkrellm2/themes/Glass-3/.xvpics/bg_panel.png b/.gkrellm2/themes/Glass-3/.xvpics/bg_panel.png new file mode 100644 index 0000000..fee4a6d --- /dev/null +++ b/.gkrellm2/themes/Glass-3/.xvpics/bg_panel.png @@ -0,0 +1,5 @@ +P7 332 +#IMGINFO:217x12 RGB (266 bytes) +#END_OF_COMMENTS +80 4 255 +I$IIÛ¶¶¶IH%IÛ¶¶Ú%HI%Û¶Ú¶%HII·Ú¶¶%HIIÛ¶¶¶I$IIÛ¶¶Û$I$IÛ¶Ú·$IH%Û¶Ú·$IHI·Ú¶·H%HIÛ¶¶·I$IIÛ¶¶¶IH%IÛ¶¶Ú%HI%Û¶Ú¶%HII·Ú¶¶%HIIÛ¶¶¶I$IIÛ¶¶Û$I$IÛ¶Ú·$IH%Û¶Ú·$IHI·Ú¶·H%HIÛ¶¶·I$IIÛ¶¶¶IH%IÛ¶¶Ú%HI%Û¶Ú¶%HII·Ú¶¶%HIIÛ¶¶¶I$IIÛ¶¶Û$I$IÛ¶Ú·$IH%Û¶Ú·$IHI·Ú¶·H%HIÛ¶¶·I$IIÛ¶¶¶IH%IÛ¶¶Ú%HI%Û¶Ú¶%HII·Ú¶¶%HIIÛ¶¶¶I$IIÛ¶¶Û$I$IÛ¶Ú·$IH%Û¶Ú·$IHI·Ú¶·H%HIÛ¶¶· \ No newline at end of file diff --git a/.gkrellm2/themes/Glass-3/.xvpics/data_in.png b/.gkrellm2/themes/Glass-3/.xvpics/data_in.png new file mode 100644 index 0000000..f4edbc4 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/.xvpics/data_in.png differ diff --git a/.gkrellm2/themes/Glass-3/.xvpics/data_in_grid.png b/.gkrellm2/themes/Glass-3/.xvpics/data_in_grid.png new file mode 100644 index 0000000..d469b1c --- /dev/null +++ b/.gkrellm2/themes/Glass-3/.xvpics/data_in_grid.png @@ -0,0 +1,5 @@ +P7 332 +#IMGINFO:2x2 RGB (135 bytes) +#END_OF_COMMENTS +2 2 255 +mmmm \ No newline at end of file diff --git a/.gkrellm2/themes/Glass-3/.xvpics/data_out.png b/.gkrellm2/themes/Glass-3/.xvpics/data_out.png new file mode 100644 index 0000000..7c8a899 --- /dev/null +++ b/.gkrellm2/themes/Glass-3/.xvpics/data_out.png @@ -0,0 +1,5 @@ +P7 332 +#IMGINFO:46x25 RGB (285 bytes) +#END_OF_COMMENTS +46 25 255 +·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶·Ú“¶¶·’–²“‘srŽrniNmnINinnmnrŽr’’’’·’¶·¶¶·¶·Û¶ \ No newline at end of file diff --git a/.gkrellm2/themes/Glass-3/.xvpics/data_out_grid.png b/.gkrellm2/themes/Glass-3/.xvpics/data_out_grid.png new file mode 100644 index 0000000..d469b1c --- /dev/null +++ b/.gkrellm2/themes/Glass-3/.xvpics/data_out_grid.png @@ -0,0 +1,5 @@ +P7 332 +#IMGINFO:2x2 RGB (135 bytes) +#END_OF_COMMENTS +2 2 255 +mmmm \ No newline at end of file diff --git a/.gkrellm2/themes/Glass-3/.xvpics/decal_misc.png b/.gkrellm2/themes/Glass-3/.xvpics/decal_misc.png new file mode 100644 index 0000000..3946966 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/.xvpics/decal_misc.png differ diff --git a/.gkrellm2/themes/Glass-3/.xvpics/frame_bottom.png b/.gkrellm2/themes/Glass-3/.xvpics/frame_bottom.png new file mode 100644 index 0000000..54d7a30 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/.xvpics/frame_bottom.png differ diff --git a/.gkrellm2/themes/Glass-3/.xvpics/frame_left.png b/.gkrellm2/themes/Glass-3/.xvpics/frame_left.png new file mode 100644 index 0000000..f2c843f --- /dev/null +++ b/.gkrellm2/themes/Glass-3/.xvpics/frame_left.png @@ -0,0 +1,5 @@ +P7 332 +#IMGINFO:4x491 RGB (1607 bytes) +#END_OF_COMMENTS +1 60 255 +IIIIÛÛÛÛIIIIÛÛÛÛIIIIÛÛÛÛIIIIÛÛÛÛIIIIÛÛÛÛIIIIÛÛÛÛIIIIÛÛÛÛIIII \ No newline at end of file diff --git a/.gkrellm2/themes/Glass-3/.xvpics/frame_right.png b/.gkrellm2/themes/Glass-3/.xvpics/frame_right.png new file mode 100644 index 0000000..af8a327 --- /dev/null +++ b/.gkrellm2/themes/Glass-3/.xvpics/frame_right.png @@ -0,0 +1,5 @@ +P7 332 +#IMGINFO:4x491 RGB (1618 bytes) +#END_OF_COMMENTS +1 60 255 +IIIIÛÛÛÛIIIIÛÛÛÛIIIIÛÛÛÛIIIIÛÛÛÛIIIIÛÛÛÛIIIIÛÛÛÛIIIIÛÛÛÛIIII \ No newline at end of file diff --git a/.gkrellm2/themes/Glass-3/.xvpics/frame_top.png b/.gkrellm2/themes/Glass-3/.xvpics/frame_top.png new file mode 100644 index 0000000..ab89d92 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/.xvpics/frame_top.png differ diff --git a/.gkrellm2/themes/Glass-3/.xvpics/krell_meter.png b/.gkrellm2/themes/Glass-3/.xvpics/krell_meter.png new file mode 100644 index 0000000..dd595a5 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/.xvpics/krell_meter.png differ diff --git a/.gkrellm2/themes/Glass-3/README b/.gkrellm2/themes/Glass-3/README new file mode 100644 index 0000000..250d314 --- /dev/null +++ b/.gkrellm2/themes/Glass-3/README @@ -0,0 +1,8 @@ +Glass-2 gkrellm theme is an alternative to glass gkrellm theme (by eggman) +the frame icons have been taken from the excelent arctic-3 gkrellm theme + + + |::n0l0G1k::| +|::n0l0g1k@sdf.lonestar.org::| +|::Htp://n0l0g1k.aspekt.net::| + diff --git a/.gkrellm2/themes/Glass-3/bg_chart.png b/.gkrellm2/themes/Glass-3/bg_chart.png new file mode 100644 index 0000000..100f7bb Binary files /dev/null and b/.gkrellm2/themes/Glass-3/bg_chart.png differ diff --git a/.gkrellm2/themes/Glass-3/bg_meter.png b/.gkrellm2/themes/Glass-3/bg_meter.png new file mode 100644 index 0000000..181f80e Binary files /dev/null and b/.gkrellm2/themes/Glass-3/bg_meter.png differ diff --git a/.gkrellm2/themes/Glass-3/bg_panel.png b/.gkrellm2/themes/Glass-3/bg_panel.png new file mode 100644 index 0000000..0e5d640 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/bg_panel.png differ diff --git a/.gkrellm2/themes/Glass-3/data_in.png b/.gkrellm2/themes/Glass-3/data_in.png new file mode 100644 index 0000000..a3ffa20 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/data_in.png differ diff --git a/.gkrellm2/themes/Glass-3/data_in_grid.png b/.gkrellm2/themes/Glass-3/data_in_grid.png new file mode 100644 index 0000000..74770d4 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/data_in_grid.png differ diff --git a/.gkrellm2/themes/Glass-3/data_out.png b/.gkrellm2/themes/Glass-3/data_out.png new file mode 100644 index 0000000..149ad53 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/data_out.png differ diff --git a/.gkrellm2/themes/Glass-3/data_out_grid.png b/.gkrellm2/themes/Glass-3/data_out_grid.png new file mode 100644 index 0000000..9d6678f Binary files /dev/null and b/.gkrellm2/themes/Glass-3/data_out_grid.png differ diff --git a/.gkrellm2/themes/Glass-3/decal_misc.png b/.gkrellm2/themes/Glass-3/decal_misc.png new file mode 100644 index 0000000..39a0979 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/decal_misc.png differ diff --git a/.gkrellm2/themes/Glass-3/font/tixus.bdf.gz b/.gkrellm2/themes/Glass-3/font/tixus.bdf.gz new file mode 100755 index 0000000..8571aa9 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/font/tixus.bdf.gz differ diff --git a/.gkrellm2/themes/Glass-3/frame_bottom.png b/.gkrellm2/themes/Glass-3/frame_bottom.png new file mode 100644 index 0000000..90b2e29 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/frame_bottom.png differ diff --git a/.gkrellm2/themes/Glass-3/frame_left.png b/.gkrellm2/themes/Glass-3/frame_left.png new file mode 100644 index 0000000..43f8e50 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/frame_left.png differ diff --git a/.gkrellm2/themes/Glass-3/frame_right.png b/.gkrellm2/themes/Glass-3/frame_right.png new file mode 100644 index 0000000..60ad6ea Binary files /dev/null and b/.gkrellm2/themes/Glass-3/frame_right.png differ diff --git a/.gkrellm2/themes/Glass-3/frame_top.png b/.gkrellm2/themes/Glass-3/frame_top.png new file mode 100644 index 0000000..a634da3 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/frame_top.png differ diff --git a/.gkrellm2/themes/Glass-3/gkrellmrc b/.gkrellm2/themes/Glass-3/gkrellmrc new file mode 100644 index 0000000..ec7f63c --- /dev/null +++ b/.gkrellm2/themes/Glass-3/gkrellmrc @@ -0,0 +1,41 @@ +author = "-(Titan) - http://www.titanhosting.ca" + +frame_left_width = 4 +frame_right_width = 4 + +bg_grid_mode = 1 + +large_font = nexus +normal_font = nexus +small_font = nexus + +rx_led_x = 43 +rx_led_y = 4 +tx_led_x = 43 +tx_led_y = 12 + +StyleChart *.border = 3,3,2,2 +StyleChart *.transparency = 2 + +StylePanel *.border = 2,2,2,3 +StylePanel *.margin = 3 +StylePanel *.transparency = 2 + +StyleMeter *.border = 2,2,4,4 +StyleMeter *.label_position = 50 +StyleMeter *.transparency = 1 +StylePanel *.margin = 3 + +StyleMeter fs.label_position = 0 + +StyleChart *.textcolor = #ffffff #ffffff none +StyleChart *.alt_textcolor = #ffffff #ffffff none + +StylePanel *.textcolor = #ffffff #ffffff none +StyleMeter cal.textcolor = #ffffff #ffffff none + +StylePanel *.alt_textcolor = #ffffff #ffffff none +StyleMeter host.textcolor = #ffffff #ffffff none + +StyleMeter *.textcolor = #ffffff #ffffff none +StyleMeter *.alt_textcolor = #ffffff #ffffff none diff --git a/.gkrellm2/themes/Glass-3/krell_meter.png b/.gkrellm2/themes/Glass-3/krell_meter.png new file mode 100644 index 0000000..3e9a468 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/krell_meter.png differ diff --git a/.gkrellm2/themes/Glass-3/net/decal_net_leds.png b/.gkrellm2/themes/Glass-3/net/decal_net_leds.png new file mode 100644 index 0000000..0681496 Binary files /dev/null and b/.gkrellm2/themes/Glass-3/net/decal_net_leds.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/apm/krell.png b/.gkrellm2/themes/XenoSilvereX/apm/krell.png new file mode 100644 index 0000000..169f443 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/apm/krell.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/bg_chart.png b/.gkrellm2/themes/XenoSilvereX/bg_chart.png new file mode 100644 index 0000000..e6cab7d Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/bg_chart.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/bg_grid.png b/.gkrellm2/themes/XenoSilvereX/bg_grid.png new file mode 100644 index 0000000..33e4cda Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/bg_grid.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/bg_meter.png b/.gkrellm2/themes/XenoSilvereX/bg_meter.png new file mode 100644 index 0000000..bbc9fbc Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/bg_meter.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/bg_panel.png b/.gkrellm2/themes/XenoSilvereX/bg_panel.png new file mode 100644 index 0000000..e3d728d Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/bg_panel.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/data_in.png b/.gkrellm2/themes/XenoSilvereX/data_in.png new file mode 100644 index 0000000..e4167c4 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/data_in.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/data_in_grid.png b/.gkrellm2/themes/XenoSilvereX/data_in_grid.png new file mode 100644 index 0000000..d0fb8ee Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/data_in_grid.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/data_out.png b/.gkrellm2/themes/XenoSilvereX/data_out.png new file mode 100644 index 0000000..cda9742 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/data_out.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/data_out_grid.png b/.gkrellm2/themes/XenoSilvereX/data_out_grid.png new file mode 100644 index 0000000..25e8514 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/data_out_grid.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/frame_bottom.png b/.gkrellm2/themes/XenoSilvereX/frame_bottom.png new file mode 100644 index 0000000..858aa89 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/frame_bottom.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/frame_left.png b/.gkrellm2/themes/XenoSilvereX/frame_left.png new file mode 100644 index 0000000..7f7afea Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/frame_left.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/frame_right.png b/.gkrellm2/themes/XenoSilvereX/frame_right.png new file mode 100644 index 0000000..33e11dc Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/frame_right.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/frame_top.png b/.gkrellm2/themes/XenoSilvereX/frame_top.png new file mode 100644 index 0000000..b9101e9 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/frame_top.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/fs/krell.png b/.gkrellm2/themes/XenoSilvereX/fs/krell.png new file mode 100644 index 0000000..55b3b3d Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/fs/krell.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/gkrellmrc b/.gkrellm2/themes/XenoSilvereX/gkrellmrc new file mode 100755 index 0000000..f0c19c2 --- /dev/null +++ b/.gkrellm2/themes/XenoSilvereX/gkrellmrc @@ -0,0 +1,149 @@ +# ------ Sample gkrellmrc configuration file -------- +# Option settings here correspond (with some fuzz) to the default theme. +# See the Themes file for a discussion of these options. +# Change or add entries as required for your theme. + +# based on modern author = "Eric R. Reitz " +# author = "Wayne Johnson " +# picked up both creations by +author = "Ralph Stuber " +chart_width_min = 64 +chart_width_max = 64 +chart_width_ref = 64 +allow_scaling = false + +# Frame sizes set to 0 means render frames to drawn dimension +frame_top_height = 0 +frame_bottom_height = 0 +frame_left_width = 0 +frame_right_width = 0 + +# Borders for images are specified with comma separated numbers in the order: +# left border, right border, top border, bottom border +frame_top_border = 2,2,0,0 +frame_bottom_border = 2,2,0,0 +frame_left_border = 0,0,0,0 +frame_right_border = 0,0,0,0 + + +# Colors for drawing data on charts. These apply to all chart monitors +# so style settings for these are not possible. These do not apply +# if you have data_in/out images. +chart_in_color = #666677 +chart_in_color_grid = #555555 +chart_out_color = #9999aa +chart_out_color_grid = #888888 + +# 0 (do) 1 (don't) draw top/bottom grid lines on charts. +bg_grid_mode = 1 + +# Placement of the Rx/Tx LEDs in the panel area of net Chart monitors. +rx_led_x = -14 +rx_led_y = 11 +tx_led_x = -1 +tx_led_y = 11 + +# Horizontal placement of the time online display and button of the +# timer_button Meter monitor. Negative x means place x pixels from right edge +timer_time_x = 1 +timer_button_x = -4 + +# used only if the theme has a bg_timer image. +bg_timer_border = 2,2,2,2 + +button_panel_border = 2,2,2,2 +button_meter_border = 2,2,2,2 + +# Fonts to use in the Style settings below. +large_font = "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-*-*" +normal_font = "-adobe-helvetica-medium-r-normal-*-*-100-*-*-p-*-*-*" +small_font = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-*-*" + + +#Set the borders for the background slider trough images. +bg_slider_panel_border = 1,1,1,1 +bg_slider_meter_border = 1,1,1,1 + + +# ========= Style settings for the monitors. ============ +# Options can be set to apply globally to areas of all similar monitors, +# or can be set to individually apply only to an area of a specific monitor. +# This is done with Style lines which can have a global '*' scope name or a +# specific monitor name. Since these theme specifications begin at +# the monitor area level (see the Themes file), there are Style lines for +# each area. There are StyleChart and StylePanel lines for the chart and +# panel areas in the Chart monitors, and a StyleMeter line for the single +# meter area in the Meter monitors. +# It is not necessary for these lines to be in any particular order, more +# specific style settings always override a global setting. +# - textcolor arguments are color, shadow color, and drawing effect +# (shadow or none). The '#' preceding the hex color values is required. +# Enclose multiple word rgb.txt color names in quotes. +# - see the Themes file for how monitors use alt_font and alt_textcolor. +# +# Settings for the chart areas of all Chart monitors. +StyleChart *.border = 5,5,5,5 +StyleChart *.font = normal_font +StyleChart *.alt_font = small_font +StyleChart *.textcolor = #000000 #000000 none +StyleChart *.alt_textcolor = #000000 #000000 none + +# Settings for the panel areas of all Chart monitors. +StylePanel *.border = 0,0,11,2 +StylePanel *.font = normal_font +StylePanel *.alt_font = normal_font +StylePanel *.textcolor = #000000 #000000 none +StylePanel *.alt_textcolor = #000000 #000000 none +StylePanel *.label_position = 50 +StylePanel net.label_position = 0 +StylePanel *.margin = 3 +StylePanel *.krell_x_hot = 63 +StylePanel *.krell_depth = 65 +StylePanel *.krell_yoff = 1 + +# Settings for the meter areas of all Meter monitors. +StyleMeter *.border = 2,2,2,2 +StyleMeter mem.border = 2,2,2,15 +StyleMeter swap.border = 2,2,2,14 +StyleMeter *.font = normal_font +StyleMeter *.alt_font = small_font +StyleMeter *.textcolor = #000000 #000000 none +StyleMeter *.alt_textcolor = #000000 #000000 none +StyleMeter *.label_position = 50 +StyleMeter *.margin = 3 +StyleMeter *.krell_x_hot = -1 +StyleMeter mem.krell_x_hot = 62 +StyleMeter swap.krell_x_hot = 62 +StyleMeter *.krell_depth = 1 +StyleMeter mem.krell_depth = 65 +StyleMeter swap.krell_depth = 65 +StyleMeter *.krell_yoff = 1 +StyleMeter mem.krell_yoff = 13 +StyleMeter swap.krell_yoff = 14 + +# These are some of the custom settings for the meter areas of specific +# meter monitors for the default theme. +# These override any general '*' settings. +StyleMeter apm.border = 3,3,2,2 +StyleMeter apm.font = small_font + +* cal.font and cal.textcolor is for day of week and month name +StyleMeter cal.font = small_font +StyleMeter cal.textcolor = #000000 #000000 none + +# cal.alt_font is day of month +StyleMeter cal.alt_font = large_font + +* clock.font and clock.textcolor is for hours & minutes +# clock.alt_font and clock.alt_textcolor would be used for seconds or am/pm +StyleMeter clock.font = large_font +StyleMeter clock.textcolor = #000000 #000000 none + +StyleMeter fs.border = 3,3,3,2 +StyleMeter fs.label_position = 0 +StyleMeter fs.alt_font = normal_font +StyleMeter host.textcolor = #000000 #000000 none +StyleMeter mail.alt_textcolor = #000000 #000000 none +StyleMeter timer.textcolor = #000000 #000000 none +StyleMeter uptime.textcolor = #000000 #000000 none + diff --git a/.gkrellm2/themes/XenoSilvereX/krell_panel.png b/.gkrellm2/themes/XenoSilvereX/krell_panel.png new file mode 100644 index 0000000..bfc69a5 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/krell_panel.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/krell_panelwork.png b/.gkrellm2/themes/XenoSilvereX/krell_panelwork.png new file mode 100644 index 0000000..61c4655 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/krell_panelwork.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/mem/bg_panel.png b/.gkrellm2/themes/XenoSilvereX/mem/bg_panel.png new file mode 100644 index 0000000..622f04c Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/mem/bg_panel.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/mem/krell.png b/.gkrellm2/themes/XenoSilvereX/mem/krell.png new file mode 100644 index 0000000..bdb5b2b Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/mem/krell.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/mem/krellsave.png b/.gkrellm2/themes/XenoSilvereX/mem/krellsave.png new file mode 100644 index 0000000..82e7bc2 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/mem/krellsave.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/mem/krellschief.png b/.gkrellm2/themes/XenoSilvereX/mem/krellschief.png new file mode 100644 index 0000000..7ddbca8 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/mem/krellschief.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/net/decal_net_leds.png b/.gkrellm2/themes/XenoSilvereX/net/decal_net_leds.png new file mode 100644 index 0000000..29de675 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/net/decal_net_leds.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/nofx.tgz b/.gkrellm2/themes/XenoSilvereX/nofx.tgz new file mode 100644 index 0000000..6cace43 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/nofx.tgz differ diff --git a/.gkrellm2/themes/XenoSilvereX/swap/bg_panel.png b/.gkrellm2/themes/XenoSilvereX/swap/bg_panel.png new file mode 100644 index 0000000..7649886 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/swap/bg_panel.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/swap/krell.png b/.gkrellm2/themes/XenoSilvereX/swap/krell.png new file mode 100644 index 0000000..2ed5e37 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/swap/krell.png differ diff --git a/.gkrellm2/themes/XenoSilvereX/timer/decal_timer_button.png b/.gkrellm2/themes/XenoSilvereX/timer/decal_timer_button.png new file mode 100644 index 0000000..9fb64e8 Binary files /dev/null and b/.gkrellm2/themes/XenoSilvereX/timer/decal_timer_button.png differ diff --git a/.gkrellm2/user-config b/.gkrellm2/user-config new file mode 100644 index 0000000..c08db07 --- /dev/null +++ b/.gkrellm2/user-config @@ -0,0 +1,155 @@ +### GKrellM user config. Auto written, do not edit (usually) ### +### Version 2.2.7 ### +enable_hostname 1 +hostname_short 1 +enable_sysname 0 +mbmon_port 0 +sticky_state 0 +dock_type 0 +decorated 0 +skip_taskbar 0 +skip_pager 0 +above 0 +below 0 +track_gtk_theme_name 0 +default_track_theme "Default" +save_position 0 +chart_width 60 +update_HZ 4 +allow_multiple_instances 0 +float_factor 1000 +hostname sysname_mode 0 +aLLtraXClock2_0.2 display_mode 0 +clock_cal clock_launch +clock_cal clock_tooltip +clock_cal cal_launch +clock_cal cal_tooltip +clock_cal hour_chime_command +clock_cal quarter_chime_command +clock_cal loop_chime_enable 0 +clock_cal clock_options 1 1 1 1 +clock_cal cal_options 1 +timers 900 0 0 0 NMR_Sample_Counter mpg321 -a /dev/dsp1 -n 100 ~/media/mp3/740Lutehp3.mp3 && xmessage -nearmouse switch samples +timers 1800 0 0 0 PKC_Wash_Counter mpg321 -a /dev/dsp1 -n 100 ~/media/mp3/740Lutehp3.mp3 && xmessage change wash +gkrellweather chart_visible 0 +gkrellweather panel_visible 1 +gkrellweather metric 1 +gkrellweather update_interval 5 +gkrellweather switch_interval 0 +gkrellweather wind_chill 0 +gkrellweather windspeed_unit 1 +gkrellweather pressure_unit 1 +gkrellweather station KRAL +gkrellweather command /usr/share/gkrellm/GrabWeather KRAL +gkrellweather filename /home/don/.wmWeatherReports/KRAL.dat +cpu extra_info cpu 1 +cpu chart_config cpu 40 20 0 0 0 0 : 0 0 0 0 500 : 0 0 0 0 500 : 0 0 0 0 500 +cpu extra_info cpu0 1 +cpu chart_config cpu0 40 20 0 0 0 0 : 0 0 0 0 500 : 0 0 0 0 500 : 0 0 0 0 500 +cpu extra_info cpu1 0 +cpu chart_config cpu1 40 20 0 0 0 0 : 0 0 0 0 500 : 0 0 0 0 500 : 0 0 0 0 500 +cpu enable 1 +cpu smp_mode 0 +cpu omit_nice_mode 0 +cpu config_tracking 0 +cpu sensor_mode 0 +cpu text_format $T +proc enable 1 0 +proc launch +proc tooltip_comment +proc sensor_mode 0 +proc text_format \w88\a$p\f procs\n\e$u\f users +proc chart_config 40 100 0 0 0 0 : 1 0 0 0 500 : 0 0 0 0 500 +disk assign_method 2 +disk device Disk 0 0 0 1 1 0 0 +disk chart_config Disk 40 200000 0 1 0 0 : 0 0 0 0 500 : 0 1 0 0 500 +disk device hda 0 0 1 0 1 -1 0 +disk chart_config hda 40 1500000 0 1 0 0 : 0 0 0 0 500 : 0 0 0 0 500 +disk device hda1 0 0 1 0 1 1 0 +disk device hda2 0 0 1 0 1 2 0 +disk device hda5 0 0 1 0 1 5 0 +disk device hdb 0 0 1 0 1 -1 0 +disk chart_config hdb 40 200000 0 1 0 0 : 0 0 0 0 500 : 0 0 0 0 500 +disk device hdb1 0 0 1 0 1 1 0 +disk device hdc 0 0 2 0 1 -1 0 +disk device hdd 0 0 2 0 1 -1 0 +disk device sda 0 0 11 0 1 -1 0 +disk chart_config sda 40 3000000 0 1 0 0 : 0 0 0 0 500 : 0 0 0 0 500 +disk device sda1 0 0 11 0 1 1 0 +disk device sdb 0 0 11 0 1 -1 0 +disk device sdb1 0 0 11 0 1 1 0 +disk device sdb2 0 0 11 0 1 2 0 +disk device sdb3 0 0 11 0 1 3 0 +disk device sdb4 0 0 11 0 1 4 0 +disk device sdb5 0 0 11 0 1 5 0 +disk device sdb6 0 0 11 0 1 6 0 +disk device sdb7 0 0 11 0 1 7 0 +disk device sdb8 0 0 11 0 1 8 0 +disk device sdb9 0 0 11 0 1 9 0 +disk device fd0 0 0 40 0 1 -1 0 +disk text_format \f\ww\r\f$M\D2\f\ar\. $r\D1\f\aw\. $w +inet text_format all \t$a\f $l\N$A\f $L +inet update_interval 1 +net enables eth0 1 1 0 +net chart_config eth0 40 50000 0 1 0 0 : 0 0 0 0 500 : 1 0 0 0 500 +net enables gre0 1 1 0 +net enables lo 0 1 0 +net enables ppp0 1 1 0 +net chart_config ppp0 40 5 0 1 0 0 : 0 0 0 0 500 : 0 0 0 0 500 +net enables sit0 1 1 0 +net enables tap0 0 1 0 +net enables tunl0 1 1 0 +net timer_enabled 0 +net timer_seconds 1 +net timer_iface none +net timer_on +net timer_off +net text_format $T\b\c\f$L +net reset_mday 1 +net net_stats_window_height 200 +meminfo mem_meter 1 0 1 +meminfo swap_meter 1 1 +meminfo swap_chart 1 0 +meminfo chart_config 20 20 0 1 0 0 : 0 0 0 0 500 : 0 0 0 0 500 +meminfo mem_launch +meminfo mem_tooltip +meminfo mem_data_format $t - $f free +meminfo swap_launch +meminfo swap_tooltip +meminfo swap_data_format $t - $f free +meminfo text_format $T +fs fs_check_timeout 2 +fs nfs_check_timeout 16 +fs auto_eject 0 +fs binary_units 0 +fs data_format $t - $f free +mail mailbox-local mbox /var/mail/don +mail mua +mail notify +mail fetch_command +mail remote_check_timeout 5 +mail local_check_timeout 4 +mail fetch_check_is_local 0 +mail msg_count_mode 0 +mail animation_select_mode 0 +mail fetch_check_only_mode 0 +mail reset_remote_mode 0 +mail unseen_is_new 0 +mail enable 0 0 0 0 +mail animation_continuous 0 +mail show_tooltip 1 +mail mh_seq_ignore 0 +battery enable 0 +battery enable_composite 0 +battery estimate_time 0 +battery estimate_time_discharge 1500 +battery estimate_time_charge 3000 +battery estimate_time_charge_model 0 +battery full_cap_fallback 5000 +battery poll_interval 5 +battery launch1 (null) +battery tooltip_comment (null) +battery alert_units_percent 0 +uptime enable 1 +uptime launch +uptime tooltip diff --git a/.mozilla/firefox/default/bookmarks.html b/.mozilla/firefox/default/bookmarks.html new file mode 100644 index 0000000..6a6040c --- /dev/null +++ b/.mozilla/firefox/default/bookmarks.html @@ -0,0 +1,471 @@ + + + +Bookmarks +

Bookmarks

+ +

+

news tabs

+

+

Slashdot: News for nerds, stuff that matters +
CNN.com +
Boing Boing: A Directory of Wonderful Things +
kuro5hin.org || technology and culture, from the trenches +
The New York Times on the Web +
Google News +
hack a day - www.hackaday.com +

+

daily_comics

+

+

College Roomies from Hell!!! the daily online comic strip +
Sinfest +
User Friendly the Comic Strip - The Daily Static +
MegaTokyo - relax, we understand j00 +
General Protection Fault--The Comic Strip +
Clan of the Cats by Jamie Robertson +
explodingdog 2002 +
diesel sweeties: love and pixels +
Real Life - The Online Comic ©2002 Greg Dean +
Mac Hall (Mondays and Fridays) +
Sheldon +
NetherOak :: A (sub)Urban Adventure - Mondays & Fridays +
Seasons Of Constancy +
girly (an online comic) +
<<-- Friendly Hostility +
Dominic Deegan: Oracle For Hire +
Mondo Mecho +
star cross'd destiny - online illustrated novel +
Punks and Nerds: There's a little rebellious dork in all of us. +
Errant Story "...Hey I listened quietly while you explained your master plan; now shut up when it’s my turn." +
Piled Higher and Deeper +
MISFILE - A Comic By Chris Hazelton +
Building 12 - The Comic (Updated Every Monday) +
Clone.Manga +
Krakow - In Soviet Russia, Webcomic Reads YOU! Thursday, July 14, 2005 +

+

Programming Languages

+

+

Perl

+

+

PerlMonks Other Users Locator +

+

+

Traveling Back West

+

+

1st Night

+

+

Park Directory +
Yahoo! Maps - Directions to 26246 Harrison Lake Rd, Fayette, OH 43521-9779 +
Harrison Lake +

+

2nd Night

+

+

Effigy Mounds National Monument (National Park Service) +
Maquoketa Caves +
Pikes Peak +
Yahoo! Maps - Directions to 15316 Great River Road, Mc Gregor, IA 52157-8558 +

+

3rd Night

+

+

Yellowstone National Park (NPS) - Camping +
Devils Tower National Monument (NPS) - Camping +
Yahoo! Maps - Directions to WYOMING +
Yahoo! Maps - Directions to Devils Tower, WY +

+

4th Night

+

+

Natural Bridges National Monument (National Park Service) +
Canyonlands National Park (National Park Service) +
Timpanogos Cave National Monument (National Park Service) +
Dinosaur National Monument (National Park Service) +
Yahoo! Maps - Directions to Dinosaur, CO +

+

Day 2.5

+

+

Scotts Bluff National Monument (National Park Service) +
NGPC Parkland Locator +
Yahoo! Maps - Directions to Valentine, NE +

+

5th Night

+

+

Lake Mead National Recreation Area (NPS) - Camping +
Yahoo! Maps - Directions to Boulder City, NV +

+

Harrison Lake +

+

Weather

+

+

Riverside

+

+

riverside maps

+

+

Yahoo! Weather - Riverside +
weather.com - Local Weather Page +
weather.com - Map Navigator - Doppler Radar 600 Mile +
weather.com - Map Navigator - Doppler Radar 600 Mile +
weather.com - Map Navigator - Doppler Radar 300 Mile +
weather.com - Map Navigator - Southwest US Satellite +
weather.com - Map Navigator - Southwest US Current Temperatures +
weather.com - Map Navigator - Southwest US Precip. Forecast +
weather.com - Map Navigator - Southwest US Current Weather +
weather.com - Map Navigator - West Coast US Satellite +
weather.com - Map Navigator - West US Current Weather +

+

+

Rochester

+

+

rochester weather maps

+

+

Yahoo! Weather - Rochester +
weather.com - Map Navigator - Northeast US Satellite +
weather.com - Map Navigator - Northeast US Current Weather +
weather.com - Map Navigator - Doppler Radar 600 Mile +
weather.com - Map Navigator - Northeast Doppler Radar 1800 +
weather.com - Map Navigator - Northeast Radar 2100 Mile +
weather.com - Map Navigator - Northeast US Visible Satellite +
weather.com - Map Navigator - Northeast US Precip. Forecast +
weather.com - Map Navigator - Northeast US Travel Weather +
weather.com - Large Maps +

+

+

+

Clothes

+

+

eckounltd.com +
XNX Designs +

+

LaTeX

+

+

TeX Resources on the Web +
TeX by Topic: The Book that Victor Wrote +
Making TeX Work +

+

bioinformatics

+

+

GoWeb Wiki - GoExampleQueries +

gene ontology

+

+

GoWeb Wiki - GoDatabase +

+

Claudistics

+

+

http://research.amnh.org/~siddall/methods/day3.html +
PHYLIP Home Page +

+

http://blanco.biomol.uci.edu/Whole_residue_HFscales.txt +
AmiGO! Your friend in the Gene Ontology. +

Linkage Analysis

+

+

The ASPEX package: affected sib-pair exclusion mapping +

+

GNT204B

+

+

Stat 260: Statistics in Genetics +

+

Neural Networks

+

+

NeuroQuest.com +
BNG +
Software for Flexible Bayesian Modeling and Markov Chain Sampling +
Neural Network Library +

+

NLP

+

+

The OpenNLP Homepage +
GATE, A General Architecture for Text Engineering +

+

Fuzzy Logic

+

+

SAL- Other Scientific Fields - Artificial Intelligence +
The Swarm Development Group +
NEFPROX - Neuro-Fuzzy Function Approximation +
FOOL & FOX Homepage +

+

+

Debian

+

+

debian_installer

+

+

A gtk-frontend for debian-installer - Status +
debian-installer +
debian-installer/doc +

+

Parts of Debian needing help +
Planet Debian +
testing security issues +

+

Audio

+

+

cSound +
Welcome to the SLab Exchange +
hanappe.org - [iiwusynth] +
IEM: Institute for Electronic Music and Acoustics Graz --entry -- www +
MP3.com: auspex +

+

Search Engines

+

+

google search +
search cpan +
debian bugs +
debian bugs +
debian packages +
google images +
freshmeat search +
Melvyl - Basic Search +
about:blank +
Wikipedia Search +
Google Maps +
Google Maps +

+

Zen

+

+

Alkulukuja Paskova Karhu +
FOUND magazine- A 21 Balloons Production. +
Dream Anatomy: Introduction +
How to Make Lava Lamps - Oozing Goo +
www.mnftiu.cc | get your war on | page one +
Dark Passage +
the reverse cowgirl's blog +
die puny humans +
911.jpg (JPEG Image, 780x1103 pixels) +
Bum Wines +
X-Entertainment: The Worst Breakfast Ever. +
Strips Template +
Strips Template +
Strips Template +
Strips Template +
The Lonely Island | TheLonelyIsland.com +
DAMN 900oz (RealLife) +
Edison's Ark +
Match Your Snatch -- The makers of Clone Your BoneTM thought hard about that one and have come up with a kit that allows you to make an exact copy of your lovely labia. The Match Your SnatchTM kit comes with everything you need to capture every detail of your one-of-a-kind kitty in wax. An optional magnet will let you create the most interesting note-holder that has ever graced your refrigerator. +
The CAIDA Web Site - CAIDA : HOME +
Strips Template +
Origami Underground +
Pussy Ranch +
Boris Vallejo (1967) +
Complexification | Gallery of Computation +

+

Linux

+

+

ipac Linux ip accounting package +
[LinuxBrit] - Mutt +
Debian GNU/Linux -- Work-Needing and Prospective Packages +
Debian GNU/Linux Installation Notes for iBook2 +
Linux3D.org Software +

Rendering

+

+

Lightflow Rendering Interface +
http://silc.pspt.fi/about.html +

+

Linux for Schools Project - Downloads +
TN 1150: HFS Plus Volume Format +
Encrypted NFS with OpenSSH and Linux +
Linux Advanced Routing & Traffic Control HOWTO +
Linux-IrDA Project +

+

Recipes

+

+

Kevin J. Rice's Pizza Recipie +
Venus: Clare Crespo's Jell-O Aquarium recipe +

+

Hacking

+

+

http://silc.pspt.fi/about.html +
cap'n crunch in cyberspace +
/home/brandon/sams/curious_yellow.html +
How to make a Coin Ring +
MAKE: Blog: The $11 LCD Photo Frame? +
ELM - Home Built Laser Projector +
:: JuiceBox hack by AlphA :: +

+

Job Search

+

+

job search find employment careers @ FlipDog.com free! +
Recruiting News - AIRS +

+

Journal Research

+

+

http://www3.interscience.wiley.com/cgi-bin/fulltext/72503859/FILE?TPL=ftx_start +
UCR Libraries /All Locations +
Linking to PubMed and Other Entrez Databases +

+

Art

+

+

'Aaron': Art From the Machine +
Harold Cohen +
Fetus Soap +
Daily Telegraph Project +
Eugene Sargent +

+

Sam's Laser FAQ - Preface, Introduction, What is a Laser?, Safety +

Quenya/Tengwar

+

+

Tengwar / Quenya Language +

+

Physics

+

+

Learning Physics Books +

+

books

+

+

Slashdot | Top 10 New Sci-Fi/SF Authors? +
The Cyberpunk Bookshelf +
Cyberpunk Book List: Science Fiction +
http://www.geocities.com/Area51/Cavern/6113/t100256.txt +
The SF Site: SF Masterworks Reviews Archive +
The Home Page for Science Fiction and Fantasy +

+

Blogs

+

+

pleasant +

+

Accounts

+

+

Welcome To Orange County's Credit Union Home Banking Service +
Discover Card +

+

Latitude-Longitude (decimal and degrees/minutes/seconds) of US Cities (www.realestate3d.com) +
Recent Earthquakes in California and Nevada - Index Map +
Welcome to the ALPINE Network +

Searching

+

+

SCOTTY: The UCR Library Catalog +
Google +

+

Math

+

+

kuro5hin.org || Introduction to Geometric Algebra (part two) +
abstract quant-ph/0102069 +
Front for the Mathematics ArXiv +

+

Software Documentation

+

+

Open Source Applications Foundation +
Simple Versioning of Database Entries +
The Deep, Dark Secrets of Bash LG #55 +
Character entity references in HTML 4 +
WWW.COLINFAHEY.COM : [TITLE] +
gba development documents and tutorials +
R: The R base package +
Chapter 9 +
Help On LaTeX Commands +
Server config file format +

+

Hurricane Electric - IPv6 +

Anime

+

+

Anime on DVD: The Essential Anime Collection +
a.scarywater.net +
TORRENTREACTOR - The most active torrents on the web +
#AnimeForever - AnimeForever-Fansubs +
BitTorrent @ AnimeSuki.com +

+

EVMT Project Home Page +

Hardware

+

+

mini-itx.com - projects - spacepanel +
RME Hammerfall Multiface & PCMCIA Card Bundle +
Build a Nixie-tube clock +
Kinesis and Comfort keyboards +
iGo-Buy batteries and accessories for your cellular, notebook and handheld devices. +
Building an Infrared Transmitter for Your PC | Hardware Secrets +
EVDO StompBox Project +

+

Openbox +
Anime on DVD: The Essential Anime Collection +
rochester.groove.network - Index +

Screen Printing

+
Silk Screening +

+

WM Plastics +
PrintGear +
Victory Factory Screen Frames Silk Screen Printing Supplies +
Pocono Screen Supply - Manufacturer of Superior Screen Printing Frames +

+

GTK+ Reference Manual +

Gear

+

+

The finger light - brightest miniature flashlight in the business +
Royal Robbins +

+

FedEx Express | Tracking | Results Detail +
ButterFat Industries Home Page +
Cacti.Com - Succulents, Cactus, Cacti, Agave, Aloe, Orchids, Crassula, Euphorbia, Exotic plants. +
Chapter 1: Magnetism +
warnerpear.jpg (JPEG Image, 549x345 pixels) +
Doctor Fun, September 25 through 29, 1995 +

Burning Man

+

+

Sport and Riding Eyewear & Goggles<Revo> +
Airfoil Goggles +
Nannini Leather Motorcycle Goggles +

+

Music

+

+

Baroque Music Club - Order Form for USA +
NEUPERT pedal harpsichord +

Electronica

+

+

House Music Fridays in Rochester Ny +

+

Related sheet music archives +
Welcome to the Mutopia Project +

+

Products - Cloth Covered Wire - single conductor, 12 gauge, Black Knob & Tube style wire, by the foot +
Welcome to Arabesk +
TAP Plastics +
Piled Higher and Deeper +
Doctor Fun cartoons for July 7 through 11, 2003 +
monotone: distributed version control +

Kites

+

+

Circoflex Kite Information +
The Virtual Kite Zoo +

+

-- WAKAchan Imageboard Network -- +

Restarting

+

+

Waag Society - TOOOL Lockpick workshops

+

+

about:blank +
Google Search: multiplicity function +
Google Search: lilypond mode emacs insert mode +
LilyPond 2.4.5 Documentation +
Debian Bug report logs - #311695 - nagios-mysql: default config fills disk +
Debian Bug report logs - #311695 - nagios-mysql: default config fills disk +
Slashdot: News for nerds, stuff that matters +
Unofficial RC-bugs-count +
Slashdot: News for nerds, stuff that matters +
CNN.com +
Boing Boing: A Directory of Wonderful Things +
kuro5hin.org || technology and culture, from the trenches +
The New York Times - Breaking News, World News & Multimedia +
Google News +
Video Player - WikiPodLinux +
Waag Society - TOOOL Lockpick workshops +
about:blank +

+

+

open_tabs

+

+

Learning Arch commands for CVS users - Arch Wiki +
pastebin - collaborative debugging tool +
United Airlines - Flight Summary +
Google Search: rice box anime +
..:: rixot's homepage :: Melody of Oblivion ::.. +
Rice-Box :: Index +
Baka-Updates +
Oro XDCC Site +
torrents +
Point-Blank BitTorrent Tracker +
Google Maps - los angeles international airport, ca +
Debian -- Setting up a Debian archive mirror +
http://www.debian.org/mirror/anonftpsync +
Google Search: aone ragnarok +
torrents +
DA bug report logs - #274347 - bugs.debian.org: RSS feed associated with each bug +
DA bug report logs - #217960 - debbugs: use hyperlinks with "cloned" messages on web pages +

+

diff --git a/.mozilla/firefox/default/chrome/userChrome-example.css b/.mozilla/firefox/default/chrome/userChrome-example.css new file mode 100644 index 0000000..5a07a62 --- /dev/null +++ b/.mozilla/firefox/default/chrome/userChrome-example.css @@ -0,0 +1,54 @@ +/* + * Edit this file and copy it as userChrome.css into your + * profile-directory/chrome/ + */ + +/* + * This file can be used to customize the look of Mozilla's user interface + * You should consider using !important on rules which you want to + * override default settings. + */ + +/* + * Do not remove the @namespace line -- it's required for correct functioning + */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ + + +/* + * Some possible accessibility enhancements: + */ +/* + * Make all the default font sizes 20 pt: + * + * * { + * font-size: 20pt !important + * } + */ +/* + * Make menu items in particular 15 pt instead of the default size: + * + * menupopup > * { + * font-size: 15pt !important + * } + */ +/* + * Give the Location (URL) Bar a fixed-width font + * + * #urlbar { + * font-family: monospace !important; + * } + */ + +/* + * Eliminate the throbber and its annoying movement: + * + * #throbber-box { + * display: none !important; + * } + */ + +/* + * For more examples see http://www.mozilla.org/unix/customizing.html + */ + diff --git a/.mozilla/firefox/default/chrome/userContent-example.css b/.mozilla/firefox/default/chrome/userContent-example.css new file mode 100644 index 0000000..bd79691 --- /dev/null +++ b/.mozilla/firefox/default/chrome/userContent-example.css @@ -0,0 +1,35 @@ +/* + * Edit this file and copy it as userContent.css into your + * profile-directory/chrome/ + */ + +/* + * This file can be used to apply a style to all web pages you view + * Rules without !important are overruled by author rules if the + * author sets any. Rules with !important overrule author rules. + */ + +/* + * example: turn off "blink" element blinking + * + * blink { text-decoration: none ! important; } + * + */ + +/* + * example: give all tables a 2px border + * + * table { border: 2px solid; } + */ + +/* + * example: turn off "marquee" element + * + * marquee { -moz-binding: none; } + * + */ + +/* + * For more examples see http://www.mozilla.org/unix/customizing.html + */ + diff --git a/.mozilla/firefox/default/compatibility.ini b/.mozilla/firefox/default/compatibility.ini new file mode 100644 index 0000000..482fe06 --- /dev/null +++ b/.mozilla/firefox/default/compatibility.ini @@ -0,0 +1,3 @@ +[Compatibility] +LastVersion=1.5_2006011015/1.8_2006011015 +LastPlatformDir=/usr/lib/firefox diff --git a/.mozilla/firefox/default/components.ini b/.mozilla/firefox/default/components.ini new file mode 100644 index 0000000..0f060b4 --- /dev/null +++ b/.mozilla/firefox/default/components.ini @@ -0,0 +1,2 @@ +[Extra Files] +Count=0 diff --git a/.mozilla/firefox/default/cookperm.txt b/.mozilla/firefox/default/cookperm.txt new file mode 100644 index 0000000..6e79f05 --- /dev/null +++ b/.mozilla/firefox/default/cookperm.txt @@ -0,0 +1,24 @@ +# HTTP Permission File +# http://www.netscape.com/newsref/std/cookie_spec.html +# This is a generated file! Do not edit. + +%0 image +%1 cookie +%2 popup + +images.slashdot.org 0F +images.thesun.co.uk 0F +www.nba.com 0F +ad.doubleclick.net 0F +ads2.osdn.com 0F +spe.atdmt.com 0F +view.atdmt.com 0F +ads.osdn.com 0F +m2.doubleclick.net 0F +www3.bannerspace.com 0F +rightmedia.net 0F +adtech.m7z.net 0F +cdn2.adsdk.com 0F +f.about.com 0F +servedby.advertising.com 0F +m3.doubleclick.net 0F diff --git a/.mozilla/firefox/default/defaults.ini b/.mozilla/firefox/default/defaults.ini new file mode 100644 index 0000000..0f060b4 --- /dev/null +++ b/.mozilla/firefox/default/defaults.ini @@ -0,0 +1,2 @@ +[Extra Files] +Count=0 diff --git a/.mozilla/firefox/default/extensions/Extensions.rdf b/.mozilla/firefox/default/extensions/Extensions.rdf new file mode 100644 index 0000000..a2a8d97 --- /dev/null +++ b/.mozilla/firefox/default/extensions/Extensions.rdf @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/.mozilla/firefox/default/hostperm.1 b/.mozilla/firefox/default/hostperm.1 new file mode 100644 index 0000000..cae5dd3 --- /dev/null +++ b/.mozilla/firefox/default/hostperm.1 @@ -0,0 +1,58 @@ +# Permission File +# This is a generated file! Do not edit. + +host image 2 m.2mdn.net +host image 2 content.yieldmanager.com +host image 2 gavzad.keenspot.com +host image 2 a.as-us.falkag.net +host image 2 images.slashdot.org +host image 1 www.elgalleries.com +host image 2 adserver.trb.com +host image 2 img-cdn.mediaplex.com +host image 2 images.thesun.co.uk +host image 2 b.casalemedia.com +host image 2 isg04.casalemedia.com +host image 2 pagead2.googlesyndication.com +host image 2 cdn2.gms1.net +host image 2 ad.doubleclick.net +host image 2 www.budsinc.com +host image 2 ds.serving-sys.com +host image 2 m2.2mdn.net +host image 2 www.nba.com +host image 2 isg14.casalemedia.com +host image 2 ad.deviantart.com +host image 2 media.adrevolver.com +host image 2 view.atdmt.com +host image 2 us.a1.yimg.com +host image 2 dist.belnk.com +host image 2 as.casalemedia.com +host image 2 oz.valueclick.com +host image 2 ads2.osdn.com +host image 2 spe.atdmt.com +host image 2 www.ecrush.com +host image 2 images.trafficmp.com +host image 2 ads.osdn.com +host image 2 s0b.bluestreak.com +host image 2 i.fulltiltpoker.com +host image 2 www3.bannerspace.com +host image 2 m2.doubleclick.net +host image 1 i.myspace.com +host image 2 rightmedia.net +host image 2 adtech.m7z.net +host popup 1 www.ncbi.nlm.nih.gov +host image 2 f.about.com +host image 2 cdn.fastclick.net +host popup 1 hug.ucr.edu +host image 2 cdn2.adsdk.com +host image 2 a1767.g.akamai.net +host image 2 isg27.casalemedia.com +host image 2 ads.pointroll.com +host image 2 www3.addfreestats.com +host image 2 www.thesearchster.com +host popup 1 bigdude.ucr.edu +host image 2 nx-adv.teamtalkmedia.com +host image 2 download.abetterinternet.com +host image 2 servedby.advertising.com +host image 2 m3.doubleclick.net +host image 2 lads.myspace.com +host image 2 isg24.casalemedia.com diff --git a/.mozilla/firefox/default/key3.db b/.mozilla/firefox/default/key3.db new file mode 100644 index 0000000..195208f Binary files /dev/null and b/.mozilla/firefox/default/key3.db differ diff --git a/.mozilla/firefox/default/mimeTypes.rdf b/.mozilla/firefox/default/mimeTypes.rdf new file mode 100644 index 0000000..680ea36 --- /dev/null +++ b/.mozilla/firefox/default/mimeTypes.rdf @@ -0,0 +1,307 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + mov + qt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + asc + txt + text + diff + pot + + + + mp3 + mpga + mpega + mp2 + m4a + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + doc + dot + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.mozilla/firefox/default/prefs.js b/.mozilla/firefox/default/prefs.js new file mode 100644 index 0000000..2bfa154 --- /dev/null +++ b/.mozilla/firefox/default/prefs.js @@ -0,0 +1,204 @@ +# Mozilla User Preferences + +/* Do not edit this file. + * + * If you make changes to this file while the application is running, + * the changes will be overwritten when the application exits. + * + * To make a manual change to preferences, you can visit the URL about:config + * For more information, see http://www.mozilla.org/unix/customizing.html#prefs + */ + +user_pref("accessibility.typeaheadfind.autostart", false); +user_pref("accessibility.typeaheadfind.enablesound", false); +user_pref("accessibility.typeaheadfind.flashBar", 0); +user_pref("app.update.enabled", false); +user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1137733361); +user_pref("app.update.lastUpdateTime.background-update-timer", 1137733361); +user_pref("browser.cache.check_doc_frequency", 1); +user_pref("browser.download.defaultFolder", "/home/don"); +user_pref("browser.download.dir", "/home/don/tmp"); +user_pref("browser.download.downloadDir", "/home/don/tmp"); +user_pref("browser.download.folderList", 2); +user_pref("browser.download.lastDir", "/home/don/tmp"); +user_pref("browser.download.manager.showWhenStarting", false); +user_pref("browser.download.save_converter_index", 0); +user_pref("browser.enable_automatic_image_resizing", false); +user_pref("browser.fixup.alternate.enabled", false); +user_pref("browser.formfill.enable", false); +user_pref("browser.forms.submit.backwards_compatible", false); +user_pref("browser.goBrowsing.enabled", false); +user_pref("browser.link.open_newwindow", 3); +user_pref("browser.link.open_newwindow.restriction", 0); +user_pref("browser.preferences.advanced.selectedTabIndex", 2); +user_pref("browser.preferences.lastpanel", 1); +user_pref("browser.preferences.privacy.selectedTabIndex", 4); +user_pref("browser.related.enabled", false); +user_pref("browser.search.selectedEngine", "Google"); +user_pref("browser.startup.homepage", "about:blank"); +user_pref("browser.startup.homepage_override.mstone", "rv:1.8"); +user_pref("browser.tabs.autoHide", false); +user_pref("browser.tabs.loadBookmarksInBackground", true); +user_pref("browser.tabs.loadDivertedInBackground", true); +user_pref("browser.tabs.loadFolderAndReplace", false); +user_pref("browser.tabs.opentabfor.windowopen", true); +user_pref("browser.tabs.warnOnClose", false); +user_pref("browser.turbo.enabled", true); +user_pref("dom.disable_window_flip", true); +user_pref("dom.disable_window_move_resize", true); +user_pref("dom.disable_window_open_feature.close", true); +user_pref("dom.disable_window_open_feature.directories", true); +user_pref("dom.disable_window_open_feature.location", true); +user_pref("dom.disable_window_open_feature.menubar", true); +user_pref("dom.disable_window_open_feature.minimizable", true); +user_pref("dom.disable_window_open_feature.personalbar", true); +user_pref("dom.disable_window_open_feature.resizable", true); +user_pref("dom.disable_window_open_feature.scrollbars", true); +user_pref("dom.disable_window_open_feature.titlebar", true); +user_pref("dom.disable_window_open_feature.toolbar", true); +user_pref("dom.event.contextmenu.enabled", false); +user_pref("extensions.disabledObsolete", true); +user_pref("extensions.lastAppVersion", "1.5"); +user_pref("extensions.update.lastUpdateDate", 1099378221); +user_pref("font.name.cursive.x-western", "serif"); +user_pref("font.name.fantasy.x-western", "serif"); +user_pref("font.name.monospace.x-western", "monospace"); +user_pref("font.name.sans-serif.x-western", "sans-serif"); +user_pref("font.name.serif.x-western", "serif"); +user_pref("formfill.enabled", false); +user_pref("intl.charset.detector", ""); +user_pref("intl.charsetmenu.browser.cache", "us-ascii, Shift_JIS, ISO-8859-2, ISO-8859-15, UTF-8"); +user_pref("network.cookie.prefsMigrated", true); +user_pref("network.enableIDN", false); +user_pref("pref.advanced.javascript.disable_button.advanced", false); +user_pref("pref.privacy.disable_button.clear_cookies", false); +user_pref("pref.privacy.disable_button.cookie_exceptions", false); +user_pref("pref.privacy.disable_button.view_cookies", false); +user_pref("print.print_bgcolor", false); +user_pref("print.print_bgimages", false); +user_pref("print.print_colorspace", "default"); +user_pref("print.print_downloadfonts", false); +user_pref("print.print_evenpages", true); +user_pref("print.print_in_color", true); +user_pref("print.print_margin_bottom", "0.5"); +user_pref("print.print_margin_left", "0.5"); +user_pref("print.print_margin_right", "0.5"); +user_pref("print.print_margin_top", "0.5"); +user_pref("print.print_oddpages", true); +user_pref("print.print_orientation", 0); +user_pref("print.print_pagedelay", 500); +user_pref("print.print_paper_data", 0); +user_pref("print.print_paper_height", "279.40"); +user_pref("print.print_paper_name", "Letter"); +user_pref("print.print_paper_size_type", 1); +user_pref("print.print_paper_size_unit", 0); +user_pref("print.print_paper_width", "215.90"); +user_pref("print.print_plex_name", "default"); +user_pref("print.print_printer", "PostScript/default"); +user_pref("print.print_resolution_name", "default"); +user_pref("print.print_scaling", " 1.00"); +user_pref("print.print_shrink_to_fit", true); +user_pref("print.print_to_file", false); +user_pref("print.print_to_filename", "/home/don/mozilla.ps"); +user_pref("print.printer_PostScript/default.print_bgcolor", false); +user_pref("print.printer_PostScript/default.print_bgimages", false); +user_pref("print.printer_PostScript/default.print_colorspace", "default"); +user_pref("print.printer_PostScript/default.print_command", "lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}"); +user_pref("print.printer_PostScript/default.print_downloadfonts", false); +user_pref("print.printer_PostScript/default.print_evenpages", true); +user_pref("print.printer_PostScript/default.print_footercenter", ""); +user_pref("print.printer_PostScript/default.print_footerleft", "&PT"); +user_pref("print.printer_PostScript/default.print_footerright", "&D"); +user_pref("print.printer_PostScript/default.print_headercenter", ""); +user_pref("print.printer_PostScript/default.print_headerleft", "&T"); +user_pref("print.printer_PostScript/default.print_headerright", "&U"); +user_pref("print.printer_PostScript/default.print_in_color", true); +user_pref("print.printer_PostScript/default.print_margin_bottom", "0.5"); +user_pref("print.printer_PostScript/default.print_margin_left", "0.5"); +user_pref("print.printer_PostScript/default.print_margin_right", "0.5"); +user_pref("print.printer_PostScript/default.print_margin_top", "0.5"); +user_pref("print.printer_PostScript/default.print_oddpages", true); +user_pref("print.printer_PostScript/default.print_orientation", 0); +user_pref("print.printer_PostScript/default.print_pagedelay", 500); +user_pref("print.printer_PostScript/default.print_paper_data", 0); +user_pref("print.printer_PostScript/default.print_paper_height", "279.40"); +user_pref("print.printer_PostScript/default.print_paper_name", "Letter"); +user_pref("print.printer_PostScript/default.print_paper_size", 0); +user_pref("print.printer_PostScript/default.print_paper_size_type", 1); +user_pref("print.printer_PostScript/default.print_paper_size_unit", 0); +user_pref("print.printer_PostScript/default.print_paper_width", "215.90"); +user_pref("print.printer_PostScript/default.print_plex_name", "default"); +user_pref("print.printer_PostScript/default.print_printer", "PostScript/default"); +user_pref("print.printer_PostScript/default.print_resolution_name", "default"); +user_pref("print.printer_PostScript/default.print_reversed", false); +user_pref("print.printer_PostScript/default.print_scaling", " 1.00"); +user_pref("print.printer_PostScript/default.print_shrink_to_fit", true); +user_pref("print.printer_PostScript/default.print_to_file", true); +user_pref("print.printer_PostScript/default.print_to_filename", "/home/don/burning_man_receipt.ps"); +user_pref("print.tmp.printerfeatures.PostScript/default.can_change_colorspace", false); +user_pref("print.tmp.printerfeatures.PostScript/default.can_change_downloadfonts", false); +user_pref("print.tmp.printerfeatures.PostScript/default.can_change_jobtitle", false); +user_pref("print.tmp.printerfeatures.PostScript/default.can_change_num_copies", true); +user_pref("print.tmp.printerfeatures.PostScript/default.can_change_orientation", true); +user_pref("print.tmp.printerfeatures.PostScript/default.can_change_paper_size", true); +user_pref("print.tmp.printerfeatures.PostScript/default.can_change_plex", false); +user_pref("print.tmp.printerfeatures.PostScript/default.can_change_printincolor", true); +user_pref("print.tmp.printerfeatures.PostScript/default.can_change_resolution", false); +user_pref("print.tmp.printerfeatures.PostScript/default.can_change_spoolercommand", true); +user_pref("print.tmp.printerfeatures.PostScript/default.colorspace.0.name", "default"); +user_pref("print.tmp.printerfeatures.PostScript/default.colorspace.count", 1); +user_pref("print.tmp.printerfeatures.PostScript/default.has_special_printerfeatures", true); +user_pref("print.tmp.printerfeatures.PostScript/default.orientation.0.name", "portrait"); +user_pref("print.tmp.printerfeatures.PostScript/default.orientation.1.name", "landscape"); +user_pref("print.tmp.printerfeatures.PostScript/default.orientation.count", 2); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.0.height_mm", 210); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.0.is_inch", false); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.0.name", "A5"); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.0.width_mm", 148); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.1.height_mm", 297); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.1.is_inch", false); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.1.name", "A4"); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.1.width_mm", 210); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.2.height_mm", 420); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.2.is_inch", false); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.2.name", "A3"); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.2.width_mm", 297); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.3.height_mm", 279); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.3.is_inch", true); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.3.name", "Letter"); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.3.width_mm", 215); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.4.height_mm", 355); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.4.is_inch", true); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.4.name", "Legal"); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.4.width_mm", 215); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.5.height_mm", 254); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.5.is_inch", true); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.5.name", "Executive"); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.5.width_mm", 190); +user_pref("print.tmp.printerfeatures.PostScript/default.paper.count", 6); +user_pref("print.tmp.printerfeatures.PostScript/default.plex.0.name", "default"); +user_pref("print.tmp.printerfeatures.PostScript/default.plex.count", 1); +user_pref("print.tmp.printerfeatures.PostScript/default.resolution.0.name", "default"); +user_pref("print.tmp.printerfeatures.PostScript/default.resolution.count", 1); +user_pref("print.tmp.printerfeatures.PostScript/default.supports_colorspace_change", false); +user_pref("print.tmp.printerfeatures.PostScript/default.supports_downloadfonts_change", false); +user_pref("print.tmp.printerfeatures.PostScript/default.supports_jobtitle_change", false); +user_pref("print.tmp.printerfeatures.PostScript/default.supports_orientation_change", true); +user_pref("print.tmp.printerfeatures.PostScript/default.supports_paper_size_change", true); +user_pref("print.tmp.printerfeatures.PostScript/default.supports_plex_change", false); +user_pref("print.tmp.printerfeatures.PostScript/default.supports_printincolor_change", true); +user_pref("print.tmp.printerfeatures.PostScript/default.supports_resolution_change", false); +user_pref("print.tmp.printerfeatures.PostScript/default.supports_spoolercommand_change", true); +user_pref("privacy.popups.showBrowserMessage", false); +user_pref("security.OCSP.URL", ""); +user_pref("security.OCSP.signingCA", "Builtin Object Token:IPS CLASE1 root"); +user_pref("security.disable_button.openCertManager", false); +user_pref("security.disable_button.openDeviceManager", false); +user_pref("security.enable_ssl2", true); +user_pref("security.warn_entering_secure", false); +user_pref("security.warn_entering_weak", false); +user_pref("security.warn_leaving_secure", false); +user_pref("security.warn_submit_insecure", false); +user_pref("security.warn_viewing_mixed", false); +user_pref("signon.SignonFileName", "74618321.s"); +user_pref("signon.rememberSignons", false); diff --git a/.mozilla/firefox/default/search.rdf b/.mozilla/firefox/default/search.rdf new file mode 100644 index 0000000..98f2cad --- /dev/null +++ b/.mozilla/firefox/default/search.rdf @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + diff --git a/.mozilla/firefox/default/secmod.db b/.mozilla/firefox/default/secmod.db new file mode 100644 index 0000000..0bb345c Binary files /dev/null and b/.mozilla/firefox/default/secmod.db differ diff --git a/.mozilla/firefox/pluginreg.dat b/.mozilla/firefox/pluginreg.dat new file mode 100644 index 0000000..17e57ec --- /dev/null +++ b/.mozilla/firefox/pluginreg.dat @@ -0,0 +1,43 @@ +Generated File. Do not edit. + +[HEADER] +Version:0.08:$ + +[PLUGINS] +/usr/lib/j2re1.5-sun/plugin/i386/ns7/libjavaplugin_oji.so:$ +:$ +1125104384000:1:5:$ +Java(TM) Plug-in 1.5.0_05:$ +Java(TM) Plug-in 1.5.0_05-b05:$ +31 +0:application/x-java-vm:Java::$ +1:application/x-java-applet:Java::$ +2:application/x-java-applet;version=1.1:Java::$ +3:application/x-java-applet;version=1.1.1:Java::$ +4:application/x-java-applet;version=1.1.2:Java::$ +5:application/x-java-applet;version=1.1.3:Java::$ +6:application/x-java-applet;version=1.2:Java::$ +7:application/x-java-applet;version=1.2.1:Java::$ +8:application/x-java-applet;version=1.2.2:Java::$ +9:application/x-java-applet;version=1.3:Java::$ +10:application/x-java-applet;version=1.3.1:Java::$ +11:application/x-java-applet;version=1.4:Java::$ +12:application/x-java-applet;version=1.4.1:Java::$ +13:application/x-java-applet;version=1.4.2:Java::$ +14:application/x-java-applet;version=1.5:Java::$ +15:application/x-java-applet;jpi-version=1.5.0_05:Java::$ +16:application/x-java-bean:Java::$ +17:application/x-java-bean;version=1.1:Java::$ +18:application/x-java-bean;version=1.1.1:Java::$ +19:application/x-java-bean;version=1.1.2:Java::$ +20:application/x-java-bean;version=1.1.3:Java::$ +21:application/x-java-bean;version=1.2:Java::$ +22:application/x-java-bean;version=1.2.1:Java::$ +23:application/x-java-bean;version=1.2.2:Java::$ +24:application/x-java-bean;version=1.3:Java::$ +25:application/x-java-bean;version=1.3.1:Java::$ +26:application/x-java-bean;version=1.4:Java::$ +27:application/x-java-bean;version=1.4.1:Java::$ +28:application/x-java-bean;version=1.4.2:Java::$ +29:application/x-java-bean;version=1.5:Java::$ +30:application/x-java-bean;jpi-version=1.5.0_05:Java::$ diff --git a/.mozilla/firefox/profiles.ini b/.mozilla/firefox/profiles.ini new file mode 100644 index 0000000..1af9dcc --- /dev/null +++ b/.mozilla/firefox/profiles.ini @@ -0,0 +1,9 @@ +[General] +StartWithLastProfile=1 + +[Profile0] +Name=default +IsRelative=1 +Path=default +Default=1 + diff --git a/.mplayer/config b/.mplayer/config new file mode 100644 index 0000000..8bd777a --- /dev/null +++ b/.mplayer/config @@ -0,0 +1,7 @@ +# Write your default config options here! +ao=oss:/dev/dsp1 +nograbpointer=1 +#xineramascreen=0 +#adapter=0 +vm=1 +stop-xscreensaver=1 diff --git a/.themes/Peptide/openbox-3/bullet.xbm b/.themes/Peptide/openbox-3/bullet.xbm new file mode 100644 index 0000000..3c809ed --- /dev/null +++ b/.themes/Peptide/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 4 +#define bullet_height 7 +static unsigned char bullet_bits[] = { + 0x01, 0x02, 0x04, 0x08, 0x04, 0x02, 0x01 }; diff --git a/.themes/Peptide/openbox-3/close.xbm b/.themes/Peptide/openbox-3/close.xbm new file mode 100644 index 0000000..0f085f7 --- /dev/null +++ b/.themes/Peptide/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 7 +#define close_height 7 +static unsigned char close_bits[] = { + 0x41, 0x22, 0x14, 0x08, 0x14, 0x22, 0x41 }; diff --git a/.themes/Peptide/openbox-3/desk.xbm b/.themes/Peptide/openbox-3/desk.xbm new file mode 100644 index 0000000..07f5d8d --- /dev/null +++ b/.themes/Peptide/openbox-3/desk.xbm @@ -0,0 +1,4 @@ +#define desk_width 7 +#define desk_height 7 +static unsigned char desk_bits[] = { + 0x00, 0x22, 0x00, 0x00, 0x00, 0x22, 0x00 }; diff --git a/.themes/Peptide/openbox-3/desk_toggled.xbm b/.themes/Peptide/openbox-3/desk_toggled.xbm new file mode 100644 index 0000000..23f4781 --- /dev/null +++ b/.themes/Peptide/openbox-3/desk_toggled.xbm @@ -0,0 +1,4 @@ +#define desk_toggled_width 7 +#define desk_toggled_height 7 +static unsigned char desk_toggled_bits[] = { + 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x00 }; diff --git a/.themes/Peptide/openbox-3/iconify.xbm b/.themes/Peptide/openbox-3/iconify.xbm new file mode 100644 index 0000000..c16a893 --- /dev/null +++ b/.themes/Peptide/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 7 +#define iconify_height 7 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x7f, 0x41, 0x7f }; diff --git a/.themes/Peptide/openbox-3/max.xbm b/.themes/Peptide/openbox-3/max.xbm new file mode 100644 index 0000000..402b1cf --- /dev/null +++ b/.themes/Peptide/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 7 +#define max_height 7 +static unsigned char max_bits[] = { + 0x7f, 0x7f, 0x41, 0x41, 0x41, 0x41, 0x7f }; diff --git a/.themes/Peptide/openbox-3/max_toggled.xbm b/.themes/Peptide/openbox-3/max_toggled.xbm new file mode 100644 index 0000000..80270d1 --- /dev/null +++ b/.themes/Peptide/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 7 +#define max_toggled_height 7 +static unsigned char max_toggled_bits[] = { + 0x7f, 0x00, 0x7f, 0x41, 0x7f, 0x00, 0x7f }; diff --git a/.themes/Peptide/openbox-3/peptide.png b/.themes/Peptide/openbox-3/peptide.png new file mode 100644 index 0000000..43714a8 Binary files /dev/null and b/.themes/Peptide/openbox-3/peptide.png differ diff --git a/.themes/Peptide/openbox-3/shade.xbm b/.themes/Peptide/openbox-3/shade.xbm new file mode 100644 index 0000000..47c9c54 --- /dev/null +++ b/.themes/Peptide/openbox-3/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 7 +#define shade_height 7 +static unsigned char shade_bits[] = { + 0x7f, 0x41, 0x7f, 0x00, 0x00, 0x00, 0x00 }; diff --git a/.themes/Peptide/openbox-3/shade_toggled.xbm b/.themes/Peptide/openbox-3/shade_toggled.xbm new file mode 100644 index 0000000..67e3e55 --- /dev/null +++ b/.themes/Peptide/openbox-3/shade_toggled.xbm @@ -0,0 +1,4 @@ +#define shade_toggled_width 7 +#define shade_toggled_height 7 +static unsigned char shade_toggled_bits[] = { + 0x7f, 0x41, 0x7f, 0x00, 0x00, 0x00, 0x7f }; diff --git a/.themes/Peptide/openbox-3/themerc b/.themes/Peptide/openbox-3/themerc new file mode 100644 index 0000000..5592f74 --- /dev/null +++ b/.themes/Peptide/openbox-3/themerc @@ -0,0 +1,95 @@ +! title: peptide +! author: safari_al +! email: tr@slackzone.org +! comment: this has gone way beyond polymers + +menu.title.bg: flat gradient pyramid +menu.title.bg.color: #000063 +menu.title.bg.colorTo: #000000 +menu.title.text.color: #ffffff + +menu.items.bg: flat solid +menu.items.bg.color: #000000 +menu.items.text.color: #ffffff +menu.items.disabled.text.color: #0d009f + +menu.items.active.bg: flat solid +menu.items.active.bg.color: #0d009f +menu.items.active.text.color: #ffffff + +window.active.title.bg: flat gradient pyramid +window.active.title.bg.color: #000063 +window.active.title.bg.colorTo: #000000 +window.inactive.title.bg: flat solid +window.inactive.title.bg.color: #000000 + +window.active.label.bg: parentrelative +window.active.label.text.color: #ffffff +window.inactive.label.bg: parentrelative +window.inactive.label.text.color: #ffffff + +window.active.button.unpressed.bg: parentrelative +window.active.button.unpressed.image.color: #ffffff +window.inactive.button.unpressed.bg: parentrelative +window.inactive.button.unpressed.image.color: #000000 + +window.active.button.pressed.bg: parentrelative +window.inactive.button.pressed.bg: parentrelative + +window.active.button.disabled.bg: parentrelative +window.active.button.disabled.image.color: #0d009f +window.inactive.button.disabled.bg: parentrelative +window.inactive.button.disabled.image.color: #000000 + +window.frame.focus: flat solid +window.frame.focus.bg.color: #000000 +window.active.client.color: #000000 +window.frame.unfocus: flat solid +window.frame.unfocus.bg.color: #000000 +window.inactive.client.color: #000000 + +window.active.handle.bg: flat solid +window.active.handle.bg.color: #000000 +window.inactive.handle.bg: flat solid +window.inactive.handle.bg.color: #000000 + +window.active.grip.bg: flat solid +window.active.grip.bg.color: #000000 +window.inactive.grip.bg: flat solid +window.inactive.grip.bg.color: #000000 + +border.color: #0d009f +*font: sans:pixelsize=11 +*justify: center + +border.width: 1 +padding.width: 1 +window.client.padding.width: 1 +window.handle.width: 2 + +!rootCommand: bsetbg -f ~/.blackbox/backgrounds/peptide.png + + +! every family thought they needed to have a bbpager during the cold war + +bbpager.frame: flat solid +bbpager.frame.bg.color: #000000 + +bbpager.desktop: parentrelative +bbpager.desktop.focus: parentrelative + +bbpager.window: flat solid +bbpager.window.bg.color: #000063 +bbpager.window.focus: flat solid +bbpager.window.focus.bg.color: #0d009f + +bbpager.desktop.focusStyle: border +bbpager.window.focusStyle: border + +bbpager.active.desktop.bg.border.color: #0d009f +bbpager.active.window.bg.border.color: #0d009f +bbpager.inactive.window.bg.border.color: #000000 + +bbpager.bevelWidth: 1 + +! like a b-grade sci-fi flick. diff --git a/.themes/winterewl/TODO b/.themes/winterewl/TODO new file mode 100644 index 0000000..fa338e5 --- /dev/null +++ b/.themes/winterewl/TODO @@ -0,0 +1,12 @@ +Fix scrollbars, a) not double lines and b) they go weird in some inactive windows +do *something* with toolbars +highlights - i don't like hilights +back-round the edges - i don't like round edges +pulldown menus +Stock icons (ie NOT industrial ones) +sort out hi-light on menubars so they don't look lame. +sliders ++ a million other things +--- +transparent overlays? + diff --git a/.themes/winterewl/gtk-2.0/arrow-left.png b/.themes/winterewl/gtk-2.0/arrow-left.png new file mode 100644 index 0000000..d0fb746 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/arrow-left.png differ diff --git a/.themes/winterewl/gtk-2.0/button-clicked.png b/.themes/winterewl/gtk-2.0/button-clicked.png new file mode 100644 index 0000000..3ad8d04 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/button-clicked.png differ diff --git a/.themes/winterewl/gtk-2.0/button-over.png b/.themes/winterewl/gtk-2.0/button-over.png new file mode 100644 index 0000000..29ac87b Binary files /dev/null and b/.themes/winterewl/gtk-2.0/button-over.png differ diff --git a/.themes/winterewl/gtk-2.0/button-up.png b/.themes/winterewl/gtk-2.0/button-up.png new file mode 100644 index 0000000..843718a Binary files /dev/null and b/.themes/winterewl/gtk-2.0/button-up.png differ diff --git a/.themes/winterewl/gtk-2.0/button_round.png b/.themes/winterewl/gtk-2.0/button_round.png new file mode 100644 index 0000000..494e164 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/button_round.png differ diff --git a/.themes/winterewl/gtk-2.0/check.png b/.themes/winterewl/gtk-2.0/check.png new file mode 100644 index 0000000..cd2049e Binary files /dev/null and b/.themes/winterewl/gtk-2.0/check.png differ diff --git a/.themes/winterewl/gtk-2.0/checkbox-checked.png b/.themes/winterewl/gtk-2.0/checkbox-checked.png new file mode 100644 index 0000000..dcdfa86 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/checkbox-checked.png differ diff --git a/.themes/winterewl/gtk-2.0/checkbox-over.png b/.themes/winterewl/gtk-2.0/checkbox-over.png new file mode 100644 index 0000000..1554da5 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/checkbox-over.png differ diff --git a/.themes/winterewl/gtk-2.0/checkbox.png b/.themes/winterewl/gtk-2.0/checkbox.png new file mode 100644 index 0000000..467bc9b Binary files /dev/null and b/.themes/winterewl/gtk-2.0/checkbox.png differ diff --git a/.themes/winterewl/gtk-2.0/entry-base.png b/.themes/winterewl/gtk-2.0/entry-base.png new file mode 100644 index 0000000..16e1084 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/entry-base.png differ diff --git a/.themes/winterewl/gtk-2.0/gtkrc b/.themes/winterewl/gtk-2.0/gtkrc new file mode 100644 index 0000000..c9f8840 --- /dev/null +++ b/.themes/winterewl/gtk-2.0/gtkrc @@ -0,0 +1,626 @@ +style "default" +{ +# xthickness = 0 + ythickness = 2 + GtkRange::slider_width = 14 + GtkRange::stepper_size = 14 + GtkPaned::handle_size = 6 + GtkScrollbar::min_slider_length = 30 + + fg[NORMAL] = "#3b3b3b" + fg[PRELIGHT] = "#3b3b3b" + fg[SELECTED] = "#3b3b3b" + + bg[NORMAL] = "#f4f3f2" + bg[ACTIVE] = "#d5d5d5" + bg[SELECTED] = "#c7c7c7" + bg[INSENSITIVE] = "#dddddd" + + + base[INSENSITIVE] = "#9d9ea7" + base[SELECTED] = "#979797" + text[SELECTED] = "#000000" + base[ACTIVE] = "#979797" + text[ACTIVE] = "#dddddd" + base[INSENSITIVE] = "#dddddd" + + text[INSENSITIVE]= "#747474" + text[ACTIVE] = "#000000" + +#engine "thinice" +# { +# rect_scrollbar = TRUE +# mark_type1 = NOTHING +# mark_type2 = ARROW +# paned_dots = NONE +# } + +engine "mist" +{} + + stock["gtk-goto-bottom"] = + { + { "stock_bottom.png", *, *, *} + } + + stock["gtk-goto-first"] = + { + { "stock_first.png", *, *, *} + } + + stock["gtk-goto-last"] = + { + { "stock_last.png", *, *, *} + } + + stock["gtk-goto-top"] = + { + { "stock_top.png", *, *, *} + } + + stock["gtk-go-back"] = + { + { "stock_left.png", *, *, *} + } + + stock["gtk-go-down"] = + { + { "stock_down.png", *, *, *} + } + + stock["gtk-go-forward"] = + { + { "stock_right.png", *, *, *} + } + + stock["gtk-go-up"] = + { + { "stock_up.png", *, *, *} + } + + stock["gtk-no"] = + { + { "stock_cancel.png", *, *, *} + } + + stock["gtk-apply"] = + { + { "stock_apply.png", *, *, *} + } + + stock["gtk-cancel"] = + { + { "stock_cancel.png", *, *, *} + } + + stock["gtk-ok"] = + { + { "stock_ok.png", *, *, *} + } + + stock["gtk-yes"] = + { + { "stock_apply.png", *, *, *} + } + + stock["gtk-refresh"] = + { + { "stock_refresh.png", *, *, *} + } + + stock["gtk-jump-to"] = + { + { "stock_jump_to_24.png", *, *, *} + } + + + stock["gtk-jump-to-rtl"] = + { + { "stock_jump_to_rtl_24.png", *, *, *} + } + +} + +class "GtkWidget" style "default" + +##########time for rox :) + +style "rox" +{ +# bg[NORMAL] = "#ffffff" + bg[NORMAL] = "#f4f3f2" +bg[ACTIVE] = "#f4f3f2" +#bg_pixmap[NORMAL] = "concrete.jpg" +#bg_pixmap[NORMAL] = "evas-tile.png" +} +class "Collection" style "rox" + +################### + +style "Scrollbar" { +GtkRange::trough_border = 0 +xthickness = 0 + ythickness = 0 + engine "pixmap" { + # This prevents the focus outline from being drawn around widgest in this style + image + { + function = FOCUS + } + + image { + function = BOX + recolorable = TRUE + detail = "trough" + file = "vertical_trough.png" + border = { 0, 0, 15, 15 } + stretch = TRUE + orientation = VERTICAL + } + image { + function = BOX + recolorable = TRUE + detail = "trough" + file = "horizontal_trough.png" + border = { 30, 30, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } +############slider + image { + function = SLIDER + recolorable = TRUE + state = NORMAL + file = "hscroll-button.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + orientation = HORIZONTAL + } + image { + function = SLIDER + recolorable = TRUE + state = PRELIGHT + file = "hscroll-button.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + orientation = HORIZONTAL + } + image { + function = SLIDER + recolorable = TRUE + state = ACTIVE + file = "hscroll-button.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + orientation = HORIZONTAL + } + image { + function = SLIDER + recolorable = TRUE + state = INSENSITIVE + file = "hscroll-button.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + orientation = HORIZONTAL + } + image { + function = SLIDER + recolorable = TRUE + state = NORMAL + file = "vscroll-button.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + orientation = VERTICAL + } + image { + function = SLIDER + recolorable = TRUE + state = PRELIGHT + file = "vscroll-button.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + orientation = VERTICAL + } + image { + function = SLIDER + recolorable = TRUE + state = ACTIVE + file = "vscroll-button.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + orientation = VERTICAL + } + image { + function = SLIDER + recolorable = TRUE + state = INSENSITIVE + file = "vscroll-button.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + orientation = VERTICAL + } + image { + function = BOX + recolorable = TRUE + state = NORMAL + file = "vscroll_down.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + image { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "vscroll-down.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + image { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "vscroll_down.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } +image + { + function = ARROW + recolorable = TRUE + state = NORMAL + overlay_file = "vscroll_up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + recolorable = TRUE + state = NORMAL + overlay_file = "vscroll_down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + recolorable = TRUE + state = NORMAL + overlay_file = "hscroll_left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + recolorable = TRUE + state = NORMAL + overlay_file = "hscroll_right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + +################prelights + image + { + function = ARROW + recolorable = TRUE + state = PRELIGHT + overlay_file = "vscroll_up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + recolorable = TRUE + state = PRELIGHT + overlay_file = "vscroll_down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + recolorable = TRUE + state = PRELIGHT + overlay_file = "hscroll_left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + recolorable = TRUE + state = PRELIGHT + overlay_file = "hscroll_right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + image + { + function = ARROW + recolorable = TRUE + shadow = IN + overlay_file = "vscroll_up.png" + overlay_border = { 1, 1, 1, 1 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + recolorable = TRUE + shadow = IN + overlay_file = "vscroll_down.png" + overlay_border = { 1, 1, 1, 1 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + recolorable = TRUE + shadow = IN + overlay_file = "hscroll_left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + image + { + function = ARROW + recolorable = TRUE + shadow = IN + overlay_file = "hscroll_right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + +} +} + +class "GtkScrollbar" style "Scrollbar" + +#Buttons +##################################################### + +style "button" +{ + xthickness=0 + ythickness=0 + engine "pixmap" + { + # This prevents the focus outline from being drawn around widgest in this style + image + { + function = FOCUS + } + image + { + function = BOX + recolorable = TRUE + state = NORMAL + shadow = OUT + file = "button-up.png" + border = { 2,2,2,2 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + shadow = OUT + file = "button-up.png" + border = { 2,2,2,2 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = NORMAL + shadow = IN + file = "button-up.png" + border = { 2,2,2,2 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + shadow = IN + file = "button-up.png" + border = { 2,2,2,2 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + file = "button-up.png" + border = { 2,2,2,2 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = SELECTED + shadow = IN + file = "button-clicked.png" + border = { 2,2,2,2 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + shadow = IN + file = "button-clicked.png" + border = { 2,2,2,2 } + stretch = TRUE + } + } +} + +class "GtkButton" style "button" + +# Menus +############################################### + +style "Menu" +{ + #bg_pixmap[NORMAL] = "menu_background_overlay.png" + xthickness = 1 + ythickness = 2 + bg[SELECTED] = { 0.30,0.35,0.65 } + fg[PRELIGHT] = "#ffffff" + + engine "pixmap" + { + image + { + function = BOX + recolorable = TRUE + file = "menu_background.png" + border = {1,1,1,1} + stretch = TRUE + } + } +} + +class "GtkMenu" style "Menu" + +############################################### +# Menu Items +############################################### + +style "MenuItem" +{ + #xthickness = 2 + ythickness = 2 + bg[SELECTED] = "#000000" + fg[PRELIGHT] = "#000000" + + engine "pixmap" + { + #This prevents the focus outline from being drawn around widgest in this style + image + { + function = FOCUS + } + + image + { + function = BOX + recolorable = TRUE + file = "menu_hi-light_2.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + image + { + function = ARROW + recolorable = TRUE + overlay_file = "menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + } +} + +class "GtkMenuItem" style "MenuItem" + + +###################################### +##the shit + +style "CheckRadioButton" { + engine "pixmap" { + image { + function = CHECK + recolorable = TRUE + shadow = OUT + overlay_file = "checkbox.png" + overlay_stretch = FALSE + } + image { + function = CHECK + recolorable = TRUE + shadow = IN + overlay_file = "checkbox-checked.png" + overlay_stretch = FALSE + } +} +} + +style "CheckRadioButton" { + engine "pixmap" { + image { + function = OPTION + recolorable = TRUE + shadow = OUT + overlay_file = "radio.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + image { + function = OPTION + recolorable = TRUE + shadow = IN + overlay_file = "radio-on.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } +} +} + +class "GtkRadioButton" style "CheckRadioButton" +class "GtkCheckButton" style "CheckRadioButton" + +style "ProgressBar" { + xthickness = 0 + ythickness = 2 + #GtkProgressBar::trough_border = 4 + + engine "pixmap" { + image { + function = BOX + recolorable = TRUE + detail = "bar" + file = "progbar.png" + border = { 2, 2, 2, 2} + stretch = TRUE + } + image { + function = BOX + recolorable = TRUE + detail = "trough" + file = "trough.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + orientation = HORIZONTAL + } + } +} + +class "GtkProgressBar" style "ProgressBar" + diff --git a/.themes/winterewl/gtk-2.0/hline.png b/.themes/winterewl/gtk-2.0/hline.png new file mode 100644 index 0000000..1234592 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/hline.png differ diff --git a/.themes/winterewl/gtk-2.0/hmm/stock_left.png b/.themes/winterewl/gtk-2.0/hmm/stock_left.png new file mode 100644 index 0000000..850fc1b Binary files /dev/null and b/.themes/winterewl/gtk-2.0/hmm/stock_left.png differ diff --git a/.themes/winterewl/gtk-2.0/hmm/stock_right.png b/.themes/winterewl/gtk-2.0/hmm/stock_right.png new file mode 100644 index 0000000..350eb46 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/hmm/stock_right.png differ diff --git a/.themes/winterewl/gtk-2.0/horizontal_trough.png b/.themes/winterewl/gtk-2.0/horizontal_trough.png new file mode 100644 index 0000000..2ba2063 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/horizontal_trough.png differ diff --git a/.themes/winterewl/gtk-2.0/hscroll-button-over.png b/.themes/winterewl/gtk-2.0/hscroll-button-over.png new file mode 100644 index 0000000..3cea493 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/hscroll-button-over.png differ diff --git a/.themes/winterewl/gtk-2.0/hscroll-button.png b/.themes/winterewl/gtk-2.0/hscroll-button.png new file mode 100644 index 0000000..9f44643 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/hscroll-button.png differ diff --git a/.themes/winterewl/gtk-2.0/hscroll-left-over.png b/.themes/winterewl/gtk-2.0/hscroll-left-over.png new file mode 100644 index 0000000..3f4f615 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/hscroll-left-over.png differ diff --git a/.themes/winterewl/gtk-2.0/hscroll-right-over.png b/.themes/winterewl/gtk-2.0/hscroll-right-over.png new file mode 100644 index 0000000..0b2faf8 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/hscroll-right-over.png differ diff --git a/.themes/winterewl/gtk-2.0/hscroll_left.png b/.themes/winterewl/gtk-2.0/hscroll_left.png new file mode 100644 index 0000000..313fb9e Binary files /dev/null and b/.themes/winterewl/gtk-2.0/hscroll_left.png differ diff --git a/.themes/winterewl/gtk-2.0/hscroll_right.png b/.themes/winterewl/gtk-2.0/hscroll_right.png new file mode 100644 index 0000000..3151310 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/hscroll_right.png differ diff --git a/.themes/winterewl/gtk-2.0/menu-arrow.png b/.themes/winterewl/gtk-2.0/menu-arrow.png new file mode 100644 index 0000000..d3eeb78 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/menu-arrow.png differ diff --git a/.themes/winterewl/gtk-2.0/menu_background.png b/.themes/winterewl/gtk-2.0/menu_background.png new file mode 100644 index 0000000..93246fa Binary files /dev/null and b/.themes/winterewl/gtk-2.0/menu_background.png differ diff --git a/.themes/winterewl/gtk-2.0/menu_hi-light_2.png b/.themes/winterewl/gtk-2.0/menu_hi-light_2.png new file mode 100644 index 0000000..e8e0d17 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/menu_hi-light_2.png differ diff --git a/.themes/winterewl/gtk-2.0/menubar_option_arrow.png b/.themes/winterewl/gtk-2.0/menubar_option_arrow.png new file mode 100644 index 0000000..fb9fe25 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/menubar_option_arrow.png differ diff --git a/.themes/winterewl/gtk-2.0/menubar_option_arrow_insensitive.png b/.themes/winterewl/gtk-2.0/menubar_option_arrow_insensitive.png new file mode 100644 index 0000000..8261b62 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/menubar_option_arrow_insensitive.png differ diff --git a/.themes/winterewl/gtk-2.0/progbar.png b/.themes/winterewl/gtk-2.0/progbar.png new file mode 100644 index 0000000..34b60c0 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/progbar.png differ diff --git a/.themes/winterewl/gtk-2.0/radio-on.png b/.themes/winterewl/gtk-2.0/radio-on.png new file mode 100644 index 0000000..1726ed9 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/radio-on.png differ diff --git a/.themes/winterewl/gtk-2.0/radio-over.png b/.themes/winterewl/gtk-2.0/radio-over.png new file mode 100644 index 0000000..ec737c0 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/radio-over.png differ diff --git a/.themes/winterewl/gtk-2.0/radio.png b/.themes/winterewl/gtk-2.0/radio.png new file mode 100644 index 0000000..837fe31 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/radio.png differ diff --git a/.themes/winterewl/gtk-2.0/scrollbar_horizontal-over.png b/.themes/winterewl/gtk-2.0/scrollbar_horizontal-over.png new file mode 100644 index 0000000..04fc491 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/scrollbar_horizontal-over.png differ diff --git a/.themes/winterewl/gtk-2.0/scrollbar_horizontal.png b/.themes/winterewl/gtk-2.0/scrollbar_horizontal.png new file mode 100644 index 0000000..e7def2f Binary files /dev/null and b/.themes/winterewl/gtk-2.0/scrollbar_horizontal.png differ diff --git a/.themes/winterewl/gtk-2.0/scrollbar_vertical.png b/.themes/winterewl/gtk-2.0/scrollbar_vertical.png new file mode 100644 index 0000000..fe36636 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/scrollbar_vertical.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_apply.png b/.themes/winterewl/gtk-2.0/stock_apply.png new file mode 100644 index 0000000..602e144 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_apply.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_bottom-16.png b/.themes/winterewl/gtk-2.0/stock_bottom-16.png new file mode 100644 index 0000000..d1dd743 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_bottom-16.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_bottom.png b/.themes/winterewl/gtk-2.0/stock_bottom.png new file mode 100644 index 0000000..98302ab Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_bottom.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_cancel-16.png b/.themes/winterewl/gtk-2.0/stock_cancel-16.png new file mode 100644 index 0000000..667e10c Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_cancel-16.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_cancel.png b/.themes/winterewl/gtk-2.0/stock_cancel.png new file mode 100644 index 0000000..f010567 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_cancel.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_down-16.png b/.themes/winterewl/gtk-2.0/stock_down-16.png new file mode 100644 index 0000000..f75099f Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_down-16.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_down.png b/.themes/winterewl/gtk-2.0/stock_down.png new file mode 100644 index 0000000..0f4fcd4 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_down.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_first-16.png b/.themes/winterewl/gtk-2.0/stock_first-16.png new file mode 100644 index 0000000..02fed2d Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_first-16.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_first.png b/.themes/winterewl/gtk-2.0/stock_first.png new file mode 100644 index 0000000..665e061 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_first.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_jump_to_24.png b/.themes/winterewl/gtk-2.0/stock_jump_to_24.png new file mode 100644 index 0000000..4ee0bad Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_jump_to_24.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_jump_to_rtl_24.png b/.themes/winterewl/gtk-2.0/stock_jump_to_rtl_24.png new file mode 100644 index 0000000..992f1a1 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_jump_to_rtl_24.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_last-16.png b/.themes/winterewl/gtk-2.0/stock_last-16.png new file mode 100644 index 0000000..6d731e1 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_last-16.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_last.png b/.themes/winterewl/gtk-2.0/stock_last.png new file mode 100644 index 0000000..473f410 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_last.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_left-16.png b/.themes/winterewl/gtk-2.0/stock_left-16.png new file mode 100644 index 0000000..b2e437c Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_left-16.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_left.png b/.themes/winterewl/gtk-2.0/stock_left.png new file mode 100644 index 0000000..bd5607c Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_left.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_ok.png b/.themes/winterewl/gtk-2.0/stock_ok.png new file mode 100644 index 0000000..6452df7 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_ok.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_refresh-16.png b/.themes/winterewl/gtk-2.0/stock_refresh-16.png new file mode 100644 index 0000000..7a04663 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_refresh-16.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_refresh.png b/.themes/winterewl/gtk-2.0/stock_refresh.png new file mode 100644 index 0000000..514c1bc Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_refresh.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_right-16.png b/.themes/winterewl/gtk-2.0/stock_right-16.png new file mode 100644 index 0000000..6c86ce5 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_right-16.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_right.png b/.themes/winterewl/gtk-2.0/stock_right.png new file mode 100644 index 0000000..bc5bcc5 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_right.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_top-16.png b/.themes/winterewl/gtk-2.0/stock_top-16.png new file mode 100644 index 0000000..82d204a Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_top-16.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_top.png b/.themes/winterewl/gtk-2.0/stock_top.png new file mode 100644 index 0000000..5724489 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_top.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_up-16.png b/.themes/winterewl/gtk-2.0/stock_up-16.png new file mode 100644 index 0000000..89832e0 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_up-16.png differ diff --git a/.themes/winterewl/gtk-2.0/stock_up.png b/.themes/winterewl/gtk-2.0/stock_up.png new file mode 100644 index 0000000..da3eab9 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/stock_up.png differ diff --git a/.themes/winterewl/gtk-2.0/toolbar.png b/.themes/winterewl/gtk-2.0/toolbar.png new file mode 100644 index 0000000..4216d0f Binary files /dev/null and b/.themes/winterewl/gtk-2.0/toolbar.png differ diff --git a/.themes/winterewl/gtk-2.0/toolbar_background.png b/.themes/winterewl/gtk-2.0/toolbar_background.png new file mode 100644 index 0000000..9d50b23 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/toolbar_background.png differ diff --git a/.themes/winterewl/gtk-2.0/trough.png b/.themes/winterewl/gtk-2.0/trough.png new file mode 100644 index 0000000..ebaf58f Binary files /dev/null and b/.themes/winterewl/gtk-2.0/trough.png differ diff --git a/.themes/winterewl/gtk-2.0/vertical_trough.png b/.themes/winterewl/gtk-2.0/vertical_trough.png new file mode 100644 index 0000000..78b621b Binary files /dev/null and b/.themes/winterewl/gtk-2.0/vertical_trough.png differ diff --git a/.themes/winterewl/gtk-2.0/vline.png b/.themes/winterewl/gtk-2.0/vline.png new file mode 100644 index 0000000..f12bf7a Binary files /dev/null and b/.themes/winterewl/gtk-2.0/vline.png differ diff --git a/.themes/winterewl/gtk-2.0/vscroll-button-over.png b/.themes/winterewl/gtk-2.0/vscroll-button-over.png new file mode 100644 index 0000000..cbfbfbd Binary files /dev/null and b/.themes/winterewl/gtk-2.0/vscroll-button-over.png differ diff --git a/.themes/winterewl/gtk-2.0/vscroll-button.png b/.themes/winterewl/gtk-2.0/vscroll-button.png new file mode 100644 index 0000000..47cd342 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/vscroll-button.png differ diff --git a/.themes/winterewl/gtk-2.0/vscroll-down-over.png b/.themes/winterewl/gtk-2.0/vscroll-down-over.png new file mode 100644 index 0000000..55bdefb Binary files /dev/null and b/.themes/winterewl/gtk-2.0/vscroll-down-over.png differ diff --git a/.themes/winterewl/gtk-2.0/vscroll-down.png b/.themes/winterewl/gtk-2.0/vscroll-down.png new file mode 100644 index 0000000..f466ac9 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/vscroll-down.png differ diff --git a/.themes/winterewl/gtk-2.0/vscroll-up-over.png b/.themes/winterewl/gtk-2.0/vscroll-up-over.png new file mode 100644 index 0000000..264f00c Binary files /dev/null and b/.themes/winterewl/gtk-2.0/vscroll-up-over.png differ diff --git a/.themes/winterewl/gtk-2.0/vscroll_down.png b/.themes/winterewl/gtk-2.0/vscroll_down.png new file mode 100644 index 0000000..d993e54 Binary files /dev/null and b/.themes/winterewl/gtk-2.0/vscroll_down.png differ diff --git a/.themes/winterewl/gtk-2.0/vscroll_up.png b/.themes/winterewl/gtk-2.0/vscroll_up.png new file mode 100644 index 0000000..502c2bb Binary files /dev/null and b/.themes/winterewl/gtk-2.0/vscroll_up.png differ diff --git a/.themes/winterewl/gtk/gtkrc b/.themes/winterewl/gtk/gtkrc new file mode 100644 index 0000000..18f0353 --- /dev/null +++ b/.themes/winterewl/gtk/gtkrc @@ -0,0 +1,55 @@ +style "default" +{ + + fg[NORMAL] = "#000000" + fg[PRELIGHT] = "#000000" + fg[SELECTED] = "#000000" + + bg[NORMAL] = "#ebeaea" + bg[ACTIVE] = "#d5d5d5" + bg[SELECTED] = "#c7c7c7" + bg[INSENSITIVE] = "#dddddd" + + base[SELECTED] = "#979797" + text[SELECTED] = "#000000" + base[ACTIVE] = "#979797" + text[ACTIVE] = "#dddddd" + + text[INSENSITIVE]= "#747474" + text[ACTIVE] = "#000000" + +#engine "thinice"# +# { +# rect_scrollbar = TRUE +# mark_type1 = NOTHING +# mark_type2 = ARROW +# paned_dots = NONE +# } + +} + +style "menu" +{ + + bg[SELECTED] = "#c7c7c7" + bg[PRELIGHT] = "#c7c7c7" + fg[PRELIGHT] = "#000000" + fg[SELECTED] = "#000000" +} + +style "range" +{ +bg[PRELIGHT] = "#ebeaea" +bg[ACTIVE] = "#d5d5d5" +} +widget_class "*Menu*" style "menu" + +style "b-range" +{ +bg[PRELIGHT] = "#ebeaea" +bg[ACTIVE] = "#dddddd" +} + +class "GtkWidget" style "default" +class "GtkButton" style "b-range" +class "GtkRange" style "range" diff --git a/.themes/winterewl/openbox-3/border/bullet.xbm b/.themes/winterewl/openbox-3/border/bullet.xbm new file mode 100644 index 0000000..15086e4 --- /dev/null +++ b/.themes/winterewl/openbox-3/border/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 5 +#define bullet_height 5 +static unsigned char bullet_bits[] = { + 0x01, 0x05, 0x15, 0x05, 0x01 }; diff --git a/.themes/winterewl/openbox-3/border/close.xbm b/.themes/winterewl/openbox-3/border/close.xbm new file mode 100755 index 0000000..844f385 --- /dev/null +++ b/.themes/winterewl/openbox-3/border/close.xbm @@ -0,0 +1,5 @@ +#define close_width 12 +#define close_height 12 +static unsigned char close_bits[] = { + 0xfe, 0x07, 0x01, 0x08, 0x01, 0x08, 0x99, 0x09, 0xf9, 0x09, 0xf1, 0x08, + 0xf1, 0x08, 0xf9, 0x09, 0x99, 0x09, 0x01, 0x08, 0x01, 0x08, 0xfe, 0x07 }; diff --git a/.themes/winterewl/openbox-3/border/desk.xbm b/.themes/winterewl/openbox-3/border/desk.xbm new file mode 100644 index 0000000..3e327e3 --- /dev/null +++ b/.themes/winterewl/openbox-3/border/desk.xbm @@ -0,0 +1,4 @@ +#define desk_width 6 +#define desk_height 6 +static unsigned char desk_bits[] = { + 0x33, 0x33, 0x00, 0x00, 0x33, 0x33 }; diff --git a/.themes/winterewl/openbox-3/border/desk_toggled.xbm b/.themes/winterewl/openbox-3/border/desk_toggled.xbm new file mode 100644 index 0000000..3dd5abe --- /dev/null +++ b/.themes/winterewl/openbox-3/border/desk_toggled.xbm @@ -0,0 +1,4 @@ +#define desk_toggled_width 6 +#define desk_toggled_height 6 +static unsigned char desk_toggled_bits[] = { + 0x00, 0x1e, 0x12, 0x12, 0x1e, 0x00 }; diff --git a/.themes/winterewl/openbox-3/border/iconify.xbm b/.themes/winterewl/openbox-3/border/iconify.xbm new file mode 100755 index 0000000..e635683 --- /dev/null +++ b/.themes/winterewl/openbox-3/border/iconify.xbm @@ -0,0 +1,5 @@ +#define iconify_width 12 +#define iconify_height 12 +static unsigned char iconify_bits[] = { + 0xfe, 0x07, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08, 0xf9, 0x09, + 0xf9, 0x09, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08, 0xfe, 0x07 }; diff --git a/.themes/winterewl/openbox-3/border/max.xbm b/.themes/winterewl/openbox-3/border/max.xbm new file mode 100755 index 0000000..429e716 --- /dev/null +++ b/.themes/winterewl/openbox-3/border/max.xbm @@ -0,0 +1,5 @@ +#define max_width 12 +#define max_height 12 +static unsigned char max_bits[] = { + 0xfe, 0x07, 0x01, 0x08, 0x01, 0x08, 0x61, 0x08, 0x61, 0x08, 0xf9, 0x09, + 0xf9, 0x09, 0x61, 0x08, 0x61, 0x08, 0x01, 0x08, 0x01, 0x08, 0xfe, 0x07 }; diff --git a/.themes/winterewl/openbox-3/border/shade.xbm b/.themes/winterewl/openbox-3/border/shade.xbm new file mode 100644 index 0000000..8664b72 --- /dev/null +++ b/.themes/winterewl/openbox-3/border/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 6 +#define shade_height 6 +static unsigned char shade_bits[] = { + 0x3f, 0x3f, 0x00, 0x00, 0x00, 0x00 }; diff --git a/.themes/winterewl/openbox-3/border/themerc-orig b/.themes/winterewl/openbox-3/border/themerc-orig new file mode 100644 index 0000000..547fb9c --- /dev/null +++ b/.themes/winterewl/openbox-3/border/themerc-orig @@ -0,0 +1,138 @@ +!!winter 'port' of the e16 winter them by rephorm http://rephorm.com/rephorm/ + +!! Menu settings + +menu.title.bg: flat gradient vertical bevel1 +menu.title.bg.color: #ebeaea +menu.title.bg.colorTo: #c7c7c7 +menu.title.bg.border.color: #000000 +menu.title.text.color: #111111 +menu.title.text.justify: center + +menu.items.bg: raised solid bevel1 +menu.items.bg.color: #f4f3f2 +menu.items.text.color: #000000 +menu.items.justify: left +menu.items.disabled.text.color: #565248 + +menu.items.active.bg: flat border gradient vertical bevel1 +menu.items.active.bg.color: #ebeaea +menu.items.active.bg.colorTo:#c7c7c7 +menu.items.active.text.color: #111111 +menu.items.active.bg.border.color: #7d7c7c +menu.bullet.image.color: #333333 +menu.bullet.selected.image.color: #ffffff + +!! General window settings +window.label.text.justify: center + +!! focused window settings +window.active.client.color: #787a95 + +window.active.title.bg: flat gradient vertical bevel1 +#window.active.title.bg.color: #393e51 +#window.active.title.bg.colorTo: #565f80 +window.active.title.bg.color: #ebeaea +window.active.title.bg.colorTo: #c7c7c7 + +window.active.handle.bg: flat gradient vertical bevel1 +window.active.handle.bg.color: #e9e9e9 +window.active.handle.bg.colorTo: #999999 + +window.active.grip.bg: parentrelative +window.active.grip.bg.color: #e9e9e9 +window.active.grip.bg.colorTo: #d5d5d5 + +window.active.label.bg: parentrelative +window.active.label.text.color: #000000 + +window.active.button.unpressed.bg: flat border solid +window.active.button.unpressed.image.color: #646464 +window.active.button.unpressed.bg.color: #ececef +window.active.button.unpressed.bg.border.color: #000000 + +window.active.button.hover.bg: flat border solid +window.active.button.hover.image.color: #333333 +window.active.button.hover.bg.color: #ececef +window.active.button.hover.bg.border.color: #000000 + +window.active.button.pressed.bg: flat border solid +window.active.button.pressed.image.color: #b3b3b4 +window.active.button.pressed.bg.color: #ececef +window.active.button.pressed.bg.border.color: #000000 + +window.active.button.disabled.bg: flat border solid +window.active.button.disabled.image.color: #ececef +window.active.button.disabled.bg.color: #ececef +window.active.button.disabled.bg.border.color: #000000 + +window.active.button.toggled.bg: flat border solid +window.active.button.toggled.image.color: #646464 +window.active.button.toggled.bg.color: #b4c4d1 +window.active.button.toggled.bg.border.color: #000000 + +!! unfocused window settings +#window.frame.unfocusColor: #a5a5a5 + +window.inactive.title.bg: flat gradient vertical bevel1 +#window.active.title.bg.color: #393e51 +#window.active.title.bg.colorTo: #565f80 +window.inactive.title.bg.color: #ebeaea +window.inactive.title.bg.colorTo: #c7c7c7 + +window.inactive.handle.bg: flat gradient vertical bevel1 +window.inactive.handle.bg.color: #e9e9e9 +window.inactive.handle.bg.colorTo: #999999 + +window.inactive.grip.bg: parentrelative +window.inactive.grip.bg.color: #e9e9e9 +window.inactive.grip.bg.colorTo: #d5d5d5 + +window.inactive.label.bg: parentrelative +window.inactive.label.text.color: #787878 + +window.inactive.button.unpressed.bg: flat border solid +window.inactive.button.unpressed.image.color: #b3b3b4 +window.inactive.button.unpressed.bg.color: #e3e3e7 +window.inactive.button.bg.border.color: #000000 + +window.inactive.button.pressed.bg: flat gradient vertical bevel1 +window.inactive.button.pressed.bg.color: #919191 +window.inactive.button.pressed.bg.colorTo: #5a5a5a +window.inactive.button.pressed.bg.border.color: #000000 + +window.inactive.button.disabled.bg: flat border solid +window.inactive.button.disabled.bg.color: #e3e3e7 +window.inactive.button.disabled.bg.border.color: #000000 +window.inactive.button.disabled.image.color: #ececef +!# + +window.inactive.button.toggled.bg: flat border solid +window.inactive.button.toggled.image.color: #646464 +window.inactive.button.toggled.bg.color: #b4c4d1 +window.inactive.button.toggled.bg.border.color: #000000 + +window.inactive.client.color: #e0e0e0 +window.active.client.color: #e0e0e0 + +!! Global width settings +border.Width: 1 +padding.width: 1 +window.handle.width: 4 +window.client.padding.width: 0 +menu.overlap: 8 + +!! Miscellaneous settings +border.color: #000000 + +!! font me! +!# PS i know you don't have these fonts :) +window.active.label.text.font: Bitstream Vera Sans:pixelsize=10:shadow=y:shadowtint=0:shadowoffset=1 +menu.items.font:Bitstream Vera Sans:pixelsize=10 +!menu.items.font: National First Font:pixelsize=15 +!menu.items.font: Bitstream Vera Sans:pixelsize=10 +menu.title.text.font: Bitstream Vera Sans:pixelsize=10:shadow=y:shadowtint=5:shadowoffset=1 + + + + diff --git a/.themes/winterewl/openbox-3/bullet.xbm b/.themes/winterewl/openbox-3/bullet.xbm new file mode 100644 index 0000000..15086e4 --- /dev/null +++ b/.themes/winterewl/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 5 +#define bullet_height 5 +static unsigned char bullet_bits[] = { + 0x01, 0x05, 0x15, 0x05, 0x01 }; diff --git a/.themes/winterewl/openbox-3/close.xbm b/.themes/winterewl/openbox-3/close.xbm new file mode 100755 index 0000000..4a88cff --- /dev/null +++ b/.themes/winterewl/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 6 +#define close_height 6 +static unsigned char close_bits[] = { + 0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 }; diff --git a/.themes/winterewl/openbox-3/desk.xbm b/.themes/winterewl/openbox-3/desk.xbm new file mode 100644 index 0000000..f6e24ce --- /dev/null +++ b/.themes/winterewl/openbox-3/desk.xbm @@ -0,0 +1,4 @@ +#define desk_width 8 +#define desk_height 8 +static unsigned char desk_bits[] = { + 0x00, 0x00, 0x48, 0x78, 0x7f, 0x78, 0x48, 0x00 }; diff --git a/.themes/winterewl/openbox-3/desk_toggled.xbm b/.themes/winterewl/openbox-3/desk_toggled.xbm new file mode 100644 index 0000000..3dd5abe --- /dev/null +++ b/.themes/winterewl/openbox-3/desk_toggled.xbm @@ -0,0 +1,4 @@ +#define desk_toggled_width 6 +#define desk_toggled_height 6 +static unsigned char desk_toggled_bits[] = { + 0x00, 0x1e, 0x12, 0x12, 0x1e, 0x00 }; diff --git a/.themes/winterewl/openbox-3/iconify.xbm b/.themes/winterewl/openbox-3/iconify.xbm new file mode 100755 index 0000000..665ad58 --- /dev/null +++ b/.themes/winterewl/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 6 +#define iconify_height 6 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x3f, 0x3f, 0x00, 0x00 }; diff --git a/.themes/winterewl/openbox-3/max.xbm b/.themes/winterewl/openbox-3/max.xbm new file mode 100755 index 0000000..77cc751 --- /dev/null +++ b/.themes/winterewl/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 6 +#define max_height 6 +static unsigned char max_bits[] = { + 0x0c, 0x0c, 0x3f, 0x3f, 0x0c, 0x0c }; diff --git a/.themes/winterewl/openbox-3/shade.xbm b/.themes/winterewl/openbox-3/shade.xbm new file mode 100644 index 0000000..8664b72 --- /dev/null +++ b/.themes/winterewl/openbox-3/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 6 +#define shade_height 6 +static unsigned char shade_bits[] = { + 0x3f, 0x3f, 0x00, 0x00, 0x00, 0x00 }; diff --git a/.themes/winterewl/openbox-3/themerc b/.themes/winterewl/openbox-3/themerc new file mode 100644 index 0000000..224de8a --- /dev/null +++ b/.themes/winterewl/openbox-3/themerc @@ -0,0 +1,138 @@ +!!winter 'port' of the e16 winter them by rephorm http://rephorm.com/rephorm/ + +!! Menu settings + +menu.title.bg: flat gradient vertical bevel1 +menu.title.bg.color: #ebeaea +menu.title.bg.colorTo: #c7c7c7 +menu.title.bg.border.color: #000000 +menu.title.text.color: #111111 +menu.title.text.justify: center + +menu.items.bg: raised solid bevel1 +menu.items.bg.color: #f4f3f2 +menu.items.text.color: #3b3b3b +menu.items.justify: left +menu.items.disabled.text.color: #565248 + +menu.items.active.bg: flat border gradient vertical bevel1 +menu.items.active.bg.color: #ebeaea +menu.items.active.bg.colorTo:#c7c7c7 +menu.items.active.text.color: #111111 +menu.items.active.bg.border.color: #7d7c7c +menu.bullet.image.color: #333333 +menu.bullet.selected.image.color: #ffffff + +!! General window settings +window.label.text.justify: left + +!! focused window settings +window.active.client.color: #787a95 + +window.active.title.bg: flat gradient vertical bevel1 +#window.active.title.bg.color: #393e51 +#window.active.title.bg.colorTo: #565f80 +window.active.title.bg.color: #dee3eb +window.active.title.bg.colorTo: #bcc0c7 + +window.active.handle.bg: flat gradient vertical bevel1 +window.active.handle.bg.color: #dee3eb +window.active.handle.bg.colorTo: #94969b + +window.active.grip.bg: parentrelative +window.active.grip.bg.color: #e9e9e9 +window.active.grip.bg.colorTo: #d5d5d5 + +window.active.label.bg: parentrelative +window.active.label.text.color: #3b3b3b + +window.active.button.unpressed.bg: flat solid border +window.active.button.unpressed.image.color: #646464 +window.active.button.unpressed.bg.color: #ececef +window.active.button.unpressed.bg.border.color: #000000 + +window.active.button.hover.bg: flat solid border +window.active.button.hover.image.color: #333333 +window.active.button.hover.bg.color: #ececef +window.active.button.hover.bg.border.color: #000000 + +window.active.button.pressed.bg: flat solid border +window.active.button.pressed.image.color: #b3b3b4 +window.active.button.pressed.bg.color: #ececef +window.active.button.pressed.bg.border.color: #000000 + +window.active.button.disabled.bg: flat solid border +window.active.button.disabled.image.color: #ececef +window.active.button.disabled.bg.color: #ececef +window.active.button.disabled.bg.border.color: #000000 + +window.active.button.toggled.bg: flat solid border +window.active.button.toggled.image.color: #646464 +window.active.button.toggled.bg.color: #b4c4d1 +window.active.button.toggled.bg.border.color: #000000 + +!! unfocused window settings +#window.frame.unfocusColor: #a5a5a5 + +window.inactive.title.bg: flat gradient vertical bevel1 +#window.active.title.bg.color: #393e51 +#window.active.title.bg.colorTo: #565f80 +window.inactive.title.bg.color: #ebeaea +window.inactive.title.bg.colorTo: #c7c7c7 + +window.inactive.handle.bg: flat gradient vertical bevel1 +window.inactive.handle.bg.color: #e9e9e9 +window.inactive.handle.bg.colorTo: #999999 + +window.inactive.grip.bg: parentrelative +window.inactive.grip.bg.color: #e9e9e9 +window.inactive.grip.bg.colorTo: #d5d5d5 + +window.inactive.label.bg: parentrelative +window.inactive.label.text.color: #787878 + +window.inactive.button.unpressed.bg: flat solid border +window.inactive.button.unpressed.image.color: #b3b3b4 +window.inactive.button.unpressed.bg.color: #e3e3e7 +window.inactive.button.bg.border.color: #000000 + +window.inactive.button.pressed.bg: flat gradient vertical bevel1 border +window.inactive.button.pressed.bg.color: #919191 +window.inactive.button.pressed.bg.colorTo: #5a5a5a +window.inactive.button.pressed.bg.border.color: #000000 + +window.inactive.button.disabled.bg: flat solid border +window.inactive.button.disabled.bg.color: #e3e3e7 +window.inactive.button.disabled.bg.border.color: #000000 +window.inactive.button.disabled.image.color: #ececef +!# + +window.inactive.button.toggled.bg: flat solid border +window.inactive.button.toggled.image.color: #646464 +window.inactive.button.toggled.bg.color: #b4c4d1 +window.inactive.button.toggled.bg.border.color: #000000 + +window.inactive.client.color: #e0e0e0 +window.active.client.color: #e0e0e0 + +!! Global width settings +border.Width: 1 +padding.width: 1 +window.handle.width: 4 +window.client.padding.width: 0 +menu.overlap: 8 + +!! Miscellaneous settings +border.color: #000000 + +!! font me! +!# PS i know you don't have these fonts :) +window.active.label.text.font: Arial:size=8:bold:shadow=y:shadowtint=0:shadowoffset=1 +menu.items.font:Arial:size=8:bold +!menu.items.font: National First Font:pixelsize=15 +!menu.items.font: Bitstream Vera Sans:pixelsize=10 +menu.title.text.font: Arial:size=8:bold:shadow=y:shadowtint=0:shadowoffset=1 + + + + diff --git a/.xmms/config b/.xmms/config new file mode 100644 index 0000000..37c5e62 --- /dev/null +++ b/.xmms/config @@ -0,0 +1,164 @@ +[CDDA] +device=/dev/cdrom +directory=/cdrom/ +use_oss_mixer=TRUE +title_override=FALSE +name_format=%p - %t +use_cddb=TRUE +cddb_server=freedb.freedb.org +cddb_protocol_level=0 +use_cdin=FALSE +cdin_server=www.cdindex.org + +[xmms] +allow_multiple_instances=FALSE +use_realtime=FALSE +always_show_cb=TRUE +convert_underscore=TRUE +convert_%20=TRUE +show_numbers_in_pl=TRUE +snap_windows=TRUE +save_window_positions=TRUE +dim_titlebar=TRUE +save_playlist_position=FALSE +read_pl_metadata=TRUE +open_rev_order=FALSE +get_info_on_load=FALSE +get_info_on_demand=TRUE +eq_doublesize_linked=TRUE +no_playlist_advance=FALSE +sort_jump_to_file=FALSE +smooth_title_scroll=TRUE +use_backslash_as_dir_delimiter=FALSE +player_x=0 +player_y=0 +player_shaded=FALSE +player_visible=TRUE +shuffle=FALSE +repeat=TRUE +doublesize=FALSE +autoscroll_songname=TRUE +timer_mode=1 +vis_type=0 +analyzer_mode=0 +analyzer_type=1 +analyzer_peaks=TRUE +scope_mode=0 +vu_mode=1 +vis_refresh_rate=0 +analyzer_falloff=3 +peaks_falloff=1 +playlist_x=275 +playlist_y=0 +playlist_width=900 +playlist_height=1160 +playlist_shaded=FALSE +playlist_visible=TRUE +playlist_transparent=FALSE +playlist_font=-adobe-helvetica-bold-r-normal-*-*-100-*-*-p-*-iso8859-2 +use_fontsets=TRUE +mainwin_use_xfont=TRUE +mainwin_font=-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-iso8859-2 +playlist_position=131 +equalizer_x=0 +equalizer_y=116 +snap_distance=10 +equalizer_visible=TRUE +equalizer_shaded=FALSE +equalizer_active=FALSE +equalizer_autoload=FALSE +easy_move=FALSE +use_eplugins=FALSE +always_on_top=FALSE +sticky=FALSE +equalizer_preamp=0 +random_skin_on_play=FALSE +pause_between_songs=FALSE +pause_between_songs_time=2 +mouse_wheel_change=8 +show_wm_decorations=FALSE +eqpreset_default_file=dir_default.preset +eqpreset_extension=preset +equalizer_band0=0 +equalizer_band1=0 +equalizer_band2=0 +equalizer_band3=0 +equalizer_band4=0 +equalizer_band5=0 +equalizer_band6=0 +equalizer_band7=0 +equalizer_band8=0 +equalizer_band9=0 +output_plugin=/usr/lib/xmms/Output/libALSA.so +effect_plugin=/usr/lib/xmms/Effect/libecho.so +disabled_iplugins=libwav.so +url_history_length=3 +url_history1=cdrom:/dev/hdc +generic_title_format=%p - %t +filesel_path=/home/don/jack/ +url_history2=/dev/hdc +url_history3=cd: +use_pl_metadata=TRUE +timer_minutes_only=FALSE +mousewheel_scroll_amount=10 +skin_dirs_number=1 +skin_dir0=/home/don/.xmms/Skins +cdda_directory=/media/cdrom + +[MPG123] +resolution=16 +channels=2 +downsample=0 +http_buffer_size=128 +http_prebuffer=25 +use_proxy=FALSE +proxy_host=localhost +proxy_port=8080 +proxy_use_auth=FALSE +save_http_stream=FALSE +save_http_path=/home/don +cast_title_streaming=FALSE +use_udp_channel=TRUE +title_override=FALSE +disable_id3v2=FALSE +id3_format=ISO-8859-1 +detect_by_content=TRUE +detect_by=0 +id3v2_encoding_override=FALSE +id3v2_default_encoding= + +[OSS] +audio_device=0 +mixer_device=0 +buffer_size=3000 +prebuffer=25 +use_master=TRUE +use_alt_audio_device=FALSE +alt_audio_device=/dev/dsp +use_alt_mixer_device=FALSE +alt_mixer_device=/dev/mixer + +[vorbis] +http_buffer_size=128 +http_prebuffer=25 +use_proxy=FALSE +proxy_host=localhost +proxy_port=8080 +proxy_use_auth=FALSE +save_http_stream=FALSE +save_http_path=/home/don +tag_override=FALSE +tag_format=%p - %t + +[ALSA] +buffer_time=500 +period_time=50 +mmap=TRUE +pcm_device=hw:1,0 +mixer_card=0 +mixer_device=PCM +soft_volume=TRUE +volume_left=54 +volume_right=54 +thread_buffer_time=3000 + diff --git a/.xmms/menurc b/.xmms/menurc new file mode 100644 index 0000000..2a53d83 --- /dev/null +++ b/.xmms/menurc @@ -0,0 +1,154 @@ +; xmms GtkItemFactory rc-file -*- scheme -*- +; this file is an automated menu-path dump +; +;(menu-path "

/Sort List/By Path + Filename" "") +;(menu-path "
/Delete" "") +;(menu-path "
/Analyzer Falloff/Slow" "") +;(menu-path "
/Sort Selection/By Path + Filename" "") +;(menu-path "
/Always On Top" "a") +;(menu-path "
/Sort Selection" "") +;(menu-path "/By extension" "") +;(menu-path "
/Playback/Stop" "v") +;(menu-path "
/Repeat" "r") +;(menu-path "
" "") +;(menu-path "/-" "") +;(menu-path "
/WindowShade VU Mode" "") +;(menu-path "
/Visualization" "") +;(menu-path "
/Analyzer Mode/Peaks" "") +;(menu-path "
/Load/From WinAMP EQF file" "") +;(menu-path "
/Add/File" "") +;(menu-path "
/Graphical EQ" "g") +;(menu-path "
/Analyzer Mode/Fire" "") +;(menu-path "
/Playlist" "") +;(menu-path "
/Peaks Falloff/Medium" "") +;(menu-path "
/Peaks Falloff/Fast" "") +;(menu-path "
/Save" "") +;(menu-path "
/Visualization Mode/Analyzer" "") +;(menu-path "
/Configure Equalizer" "") +;(menu-path "
/Save/Default" "") +;(menu-path "
/Visualization Mode" "") +;(menu-path "
/Playback" "") +;(menu-path "
/Visualization Mode/Scope" "") +;(menu-path "
/Peaks Falloff/Slow" "") +;(menu-path "
/Peaks Falloff/Fastest" "") +;(menu-path "
/View File Info" "3") +;(menu-path "
/Playback/Start of List" "z") +;(menu-path "
/Add" "") +;(menu-path "
/Playlist Editor" "e") +;(menu-path "
/Delete/Auto-load preset" "") +(menu-path "
/Time Elapsed" "") +;(menu-path "
/Autoscroll Song Name" "") +;(menu-path "
/Load/From file" "") +;(menu-path "
/Playlist/Save List" "") +;(menu-path "
/Remove/All" "") +;(menu-path "
/Selection" "") +;(menu-path "
/Load" "") +;(menu-path "
/Playlist WindowShade Mode" "w") +;(menu-path "
/Playback/Jump to Time" "j") +;(menu-path "
/Remove Dead Files" "") +;(menu-path "
/Peaks Falloff" "") +;(menu-path "
/Play/Play Location" "l") +;(menu-path "/pls" "") +;(menu-path "
/About XMMS" "") +;(menu-path "
/Reload skin" "F5") +;(menu-path "
/Peaks Falloff/Slowest" "") +;(menu-path "
/Reverse List" "") +;(menu-path "
/Sort List/By Title" "") +;(menu-path "
/Selection/Select None" "") +;(menu-path "
/Analyzer Mode/-" "") +;(menu-path "
/Playback/Jump to File" "j") +;(menu-path "
/Save/Preset" "") +;(menu-path "
/Save/Auto-load preset" "") +;(menu-path "
/Remove/Crop" "") +;(menu-path "
/Scope Mode/Line Scope" "") +;(menu-path "
/Sort List/By Playlength" "") +;(menu-path "
/Sort Selection/By Filename" "") +;(menu-path "
/Queue - Unqueue" "q") +;(menu-path "
/Scope Mode/Solid Scope" "") +;(menu-path "
/Sort Selection/By Title" "") +;(menu-path "
/Skin Browser" "s") +;(menu-path "
/Sort Selection/By Date" "") +;(menu-path "
/Play/Play Directory" "l") +;(menu-path "
/Refresh Rate/Full (~50 fps)" "") +;(menu-path "
/Playback/Pause" "c") +;(menu-path "
/Playback/Next" "b") +;(menu-path "
/Analyzer Mode/Vertical Lines" "") +;(menu-path "
/Analyzer Falloff/Fastest" "") +;(menu-path "
/Playback/Back 5 Seconds" "") +;(menu-path "
/Play/Play AudioCD" "c") +;(menu-path "
/Analyzer Mode/Lines" "") +;(menu-path "
/Load/Default" "") +;(menu-path "
/Playback/10 Tracks Fwd" "") +;(menu-path "
/Save/-" "") +;(menu-path "
/Save/To file" "") +;(menu-path "
/Playback/-" "") +;(menu-path "
/Sort List" "") +;(menu-path "
/Sort List/By Date" "") +;(menu-path "
/WindowShade VU Mode/Normal" "") +;(menu-path "
/DoubleSize" "d") +;(menu-path "
/Remove" "") +;(menu-path "
/No Playlist Advance" "n") +;(menu-path "
/Exit" "q") +;(menu-path "
/Selection/-" "") +;(menu-path "" "") +;(menu-path "
/Sort List/By Filename" "") +;(menu-path "
/Analyzer Mode" "") +;(menu-path "
/Playback/10 Tracks Back" "") +;(menu-path "
/Time Remaining" "r") +;(menu-path "
/Analyzer Mode/Normal" "") +;(menu-path "
/Load/-" "") +;(menu-path "
/WindowShade Mode" "w") +;(menu-path "
/Easy Move" "e") +;(menu-path "
/Analyzer Falloff/Slowest" "") +;(menu-path "
/Load/Auto-load preset" "") +;(menu-path "
/Add/Url" "") +;(menu-path "
/Playback/Previous" "z") +;(menu-path "
/Add/Directory" "") +;(menu-path "
/Randomize Selection" "") +;(menu-path "
/Remove/Misc" "") +;(menu-path "
/Analyzer Falloff" "") +;(menu-path "
/Play/Play File" "l") +;(menu-path "
/Playback/Fwd 5 Seconds" "") +;(menu-path "
/File Info" "") +;(menu-path "
/Remove/Selected" "") +;(menu-path "
/Refresh Rate/Half (~25 fps)" "") +;(menu-path "
/Import" "") +;(menu-path "
/Scope Mode/Dot Scope" "") +;(menu-path "
/Show on all desktops" "s") +;(menu-path "
/Refresh Rate/Eighth (~6 fps)" "") +;(menu-path "
/Randomize List" "") +;(menu-path "
/Scope Mode" "") +;(menu-path "
/Playback/Clear Queue" "q") +(menu-path "
/Jump To Time" "") +;(menu-path "
/Visualization plugins" "v") +;(menu-path "
/Play" "") +;(menu-path "/m3u" "") +;(menu-path "
/Equalizer WindowShade Mode" "w") +;(menu-path "
/Selection/Read Extended Info" "") +;(menu-path "
/Physically Delete Files" "") +;(menu-path "
/Options" "") +;(menu-path "
/Import/WinAMP Presets" "") +;(menu-path "
/Load/Preset" "") +;(menu-path "
/Selection/Select All" "") +;(menu-path "
/Playlist/Load List" "") +;(menu-path "
/Refresh Rate/Quarter (~13 fps)" "") +;(menu-path "
/Selection/Invert Selection" "") +;(menu-path "
/Preferences" "p") +(menu-path "
/Jump To File" "") +;(menu-path "
/Refresh Rate" "") +;(menu-path "
/Shuffle" "s") +;(menu-path "
/Sort Selection/By Playlength" "") +;(menu-path "
/Load/Zero" "") +;(menu-path "
/Analyzer Falloff/Medium" "") +;(menu-path "
/Visualization Mode/Off" "") +;(menu-path "
/Playlist/New List" "") +;(menu-path "
/Analyzer Falloff/Fast" "") +;(menu-path "
/Save/To WinAMP EQF file" "") +;(menu-path "
/WindowShade VU Mode/Smooth" "") +;(menu-path "
/Time Display (MMM:SS)" "l") +;(menu-path "
/Analyzer Mode/Bars" "") +;(menu-path "
/Playback/Play" "x") +;(menu-path "
/Delete/Preset" "") +;(menu-path "
/-" "") +;(menu-path "
/Sort" "") +;(menu-path "
/Main Window" "w") diff --git a/.xmms/xmms.m3u b/.xmms/xmms.m3u new file mode 100644 index 0000000..ab3cf01 --- /dev/null +++ b/.xmms/xmms.m3u @@ -0,0 +1,895 @@ +#EXTM3U +#EXTINF:520,Dean Gray - American Jesus +/home/don/tmp/www.americanedit.net/01 - Dean Gray - American Jesus.mp3 +#EXTINF:297,Dean Gray - Dr. Who on Holiday +/home/don/tmp/www.americanedit.net/02 - Dean Gray - Dr Who on Holiday.mp3 +#EXTINF:282,Dean Gray - Boulevard of Broken Songs +/home/don/tmp/www.americanedit.net/03 - Dean Gray - Boulevard of Broken Songs.mp3 +#EXTINF:205,Dean Gray - The Bad Homecoming (Waiting) +/home/don/tmp/www.americanedit.net/04 - Dean Gray - The Bad Homecoming (Waiting).mp3 +#EXTINF:143,Dean Gray - St Jimmy The Prankster +/home/don/tmp/www.americanedit.net/05 - Dean Gray - St Jimmy the Prankster.mp3 +#EXTINF:258,Dean Gray - Novocaine Rhapsody +/home/don/tmp/www.americanedit.net/06 - Dean Gray - Novocaine Rhapsody.mp3 +#EXTINF:125,Dean Gray - Impossible Rebel +/home/don/tmp/www.americanedit.net/07 - Dean Gray - Impossible Rebel.mp3 +#EXTINF:272,Dean Gray - Ashanti's Letterbomb +/home/don/tmp/www.americanedit.net/08 - Dean Gray - Ashanti's Letterbomb.mp3 +#EXTINF:223,Dean Gray - Greenday Massacre +/home/don/tmp/www.americanedit.net/09 - Dean Gray - Greenday Massacre.mp3 +#EXTINF:208,Dean Gray - Whatsername (Susanna Hoffs) +/home/don/tmp/www.americanedit.net/10 - Dean Gray - Whatsername (Susanna Hoffs).mp3 +#EXTINF:378,Dean Gray - Boulevard of Broken Songs Danc +/home/don/tmp/www.americanedit.net/11 - Dean Gray - Boulevard of Broken Songs (Dance Mix 05).mp3 +#EXTINF:395,6 - Orgelwerke - BWV 539 Praeludium and Fuge in D minor +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 01 - BWV 539 Praeludium and Fuge in D minor.ogg +#EXTINF:190,6 - Orgelwerke - BWV 694 Wo soll ich fliessen her, a 2 Clav et Pedale +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 02 - BWV 694 Wo soll ich fliessen her, a 2 Clav et Pedale.ogg +#EXTINF:250,6 - Orgelwerke - BWV 695 Christ lag in Todesbanden, choralis in alto manualiter +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 03 - BWV 695 Christ lag in Todesbanden, choralis in alto manualiter.ogg +#EXTINF:181,6 - Orgelwerke - BWV 705 Fuga sopra: Durch Adams Fall ist ganz verderbt +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 04 - BWV 705 Fuga sopra: Durch Adams Fall ist ganz verderbt.ogg +#EXTINF:224,6 - Orgelwerke - BWV 563,593 Fantasia con imitatione, in B minor-Concerto in A minort, a 2 Clav et Pedale (sopra A Vivaldi) +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 05 - BWV 563,593 Fantasia con imitatione, in B minor-Concerto in A minort, a 2 Clav et Pedale (sopra A Vivaldi).ogg +#EXTINF:255,6 - Orgelwerke - BWV 593 Orgelkonzert Nr. 2 a-moll nach Vivaldi - 1. Allegro +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 06 - BWV 593 Orgelkonzert Nr. 2 a-moll nach Vivaldi - 1. Allegro.ogg +#EXTINF:237,6 - Orgelwerke - BWV 593 Orgelkonzert Nr. 2 a-moll nach Vivaldi - 2. Adagio +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 07 - BWV 593 Orgelkonzert Nr. 2 a-moll nach Vivaldi - 2. Adagio.ogg +#EXTINF:245,6 - Orgelwerke - BWV 593 Orgelkonzert Nr. 2 a-moll nach Vivaldi - 3. Allegro +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 08 - BWV 593 Orgelkonzert Nr. 2 a-moll nach Vivaldi - 3. Allegro.ogg +#EXTINF:219,6 - Orgelwerke - BWV 587 Aria in F major (nach F Couperin) +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 09 - BWV 587 Aria in F major (nach F Couperin).ogg +#EXTINF:380,6 - Orgelwerke - BWV 536 Praeludium & Fuge in A major +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 10 - BWV 536 Praeludium & Fuge in A major.ogg +#EXTINF:85,6 - Orgelwerke - BWV 696 Christum wir sollen loben schon (oder) Was fürchtest du Feind, Herodes, sehr +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 11 - BWV 696 Christum wir sollen loben schon (oder) Was fürchtest du Feind, Herodes, sehr.ogg +#EXTINF:53,6 - Orgelwerke - BWV 697 Gelobet seist du, Jesu Christ +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 12 - BWV 697 Gelobet seist du, Jesu Christ.ogg +#EXTINF:67,6 - Orgelwerke - BWV 698 Herr Christ, der einig Gottes Sohn +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 13 - BWV 698 Herr Christ, der einig Gottes Sohn.ogg +#EXTINF:69,6 - Orgelwerke - BWV 699 Nun komm, der Heiden Heiland +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 14 - BWV 699 Nun komm, der Heiden Heiland.ogg +#EXTINF:83,6 - Orgelwerke - BWV 701 Vom Himmel hoch, da komm ich her +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 15 - BWV 701 Vom Himmel hoch, da komm ich her.ogg +#EXTINF:52,6 - Orgelwerke - BWV 703 Gottes Sohn ist kommen +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 16 - BWV 703 Gottes Sohn ist kommen.ogg +#EXTINF:65,6 - Orgelwerke - BWV 704 Lob sei dem allmächtigen Gott +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 17 - BWV 704 Lob sei dem allmächtigen Gott.ogg +#EXTINF:260,6 - Orgelwerke - BWV 576 Fuge in G major +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 18 - BWV 576 Fuge in G major.ogg +#EXTINF:660,6 - Orgelwerke - BWV 590 Pastorella in F major +/home/don/jack/6 - Orgelwerke/VI - CD07 Bach - Vol 1 Disk 7/6 - Orgelwerke - VI - CD07 Bach - Vol 1 Disk 7 - 19 - BWV 590 Pastorella in F major.ogg +#EXTINF:143,Aphex Twin - jynweythek +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-01-jynweythek.ogg +#EXTINF:291,Aphex Twin - vordhosbn +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-02-vordhosbn.ogg +#EXTINF:126,Aphex Twin - kladfvgbung micshk +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-03-kladfvgbung micshk.ogg +#EXTINF:292,Aphex Twin - omgyjya-switch +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-04-omgyjya-switch.ogg +#EXTINF:132,Aphex Twin - strothatynhe +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-05-strothatynhe.ogg +#EXTINF:308,Aphex Twin - gwely mernans +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-06-gwely mernans.ogg +#EXTINF:153,Aphex Twin - bbydhonchord +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-07-bbydhonchord.ogg +#EXTINF:318,Aphex Twin - cock/ver10 +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-08-cock%ver10.ogg +#EXTINF:125,Aphex Twin - avril 14th +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-09-avril 14th.ogg +#EXTINF:490,Aphex Twin - mt saint nichel + saint michaels mount +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-10-mt saint nichel + saint michaels mount.ogg +#EXTINF:406,Aphex Twin - gwarek2 +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-11-gwarek2.ogg +#EXTINF:95,Aphex Twin - orban eq trx4 +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-12-orban eq trx4.ogg +#EXTINF:12,Aphex Twin - avssois +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-13-avssois.ogg +#EXTINF:134,Aphex Twin - hy a scullyas lyf adhagrow +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-14-hy a scullyas lyf adhagrow.ogg +#EXTINF:79,Aphex Twin - kessondalef +/home/don/jack/Aphex Twin/drukqs ( Disc 1 )/Aphex Twin-drukqs ( Disc 1 )-15-kessondalef.ogg +#EXTINF:366,Aphex Twin - 54 cymru beats +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-01-54 cymru beats.ogg +#EXTINF:118,Aphex Twin - btoum-roumada +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-02-btoum-roumada.ogg +#EXTINF:31,Aphex Twin - lornaderek +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-03-lornaderek.ogg +#EXTINF:87,Aphex Twin - QKThr +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-04-QKThr.ogg +#EXTINF:384,Aphex Twin - meltphace 6 +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-05-meltphace 6.ogg +#EXTINF:25,Aphex Twin - bit 4 +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-06-bit 4.ogg +#EXTINF:79,Aphex Twin - prep gwarlek 3b +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-07-prep gwarlek 3b.ogg +#EXTINF:57,Aphex Twin - father +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-08-father.ogg +#EXTINF:434,Aphex Twin - taking control +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-09-taking control.ogg +#EXTINF:131,Aphex Twin - petiatil cx htdui +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-10-petiatil cx htdui.ogg +#EXTINF:109,Aphex Twin - ruglen holon +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-11-ruglen holon.ogg +#EXTINF:263,Aphex Twin - afx237 v.7 +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-12-afx237 v.7.ogg +#EXTINF:515,Aphex Twin - ziggomatic 17 +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-13-ziggomatic 17.ogg +#EXTINF:130,Aphex Twin - beskhu3epnm +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-14-beskhu3epnm.ogg +#EXTINF:204,Aphex Twin - nanou2 +/home/don/jack/Aphex Twin/drukqs (Disc 2)/Aphex Twin-drukqs (Disc 2)-15-nanou2.ogg +#EXTINF:447,Aphex Twin - Cliffs +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 1)/Aphex Twin-Selected Ambient Works Volume II (disc 1)-01-Cliffs.ogg +#EXTINF:394,Aphex Twin - Radiator +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 1)/Aphex Twin-Selected Ambient Works Volume II (disc 1)-02-Radiator.ogg +#EXTINF:464,Aphex Twin - Rhubarb +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 1)/Aphex Twin-Selected Ambient Works Volume II (disc 1)-03-Rhubarb.ogg +#EXTINF:535,Aphex Twin - Grass +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 1)/Aphex Twin-Selected Ambient Works Volume II (disc 1)-04-Grass.ogg +#EXTINF:211,Aphex Twin - Mold +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 1)/Aphex Twin-Selected Ambient Works Volume II (disc 1)-05-Mold.ogg +#EXTINF:531,Aphex Twin - Curtains +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 1)/Aphex Twin-Selected Ambient Works Volume II (disc 1)-06-Curtains.ogg +#EXTINF:308,Aphex Twin - Blur +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 1)/Aphex Twin-Selected Ambient Works Volume II (disc 1)-07-Blur.ogg +#EXTINF:414,Aphex Twin - Weathered Stone +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 1)/Aphex Twin-Selected Ambient Works Volume II (disc 1)-08-Weathered Stone.ogg +#EXTINF:598,Aphex Twin - Tree +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 1)/Aphex Twin-Selected Ambient Works Volume II (disc 1)-09-Tree.ogg +#EXTINF:438,Aphex Twin - Domino +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 1)/Aphex Twin-Selected Ambient Works Volume II (disc 1)-10-Domino.ogg +#EXTINF:158,Aphex Twin - White Blur 1 +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 1)/Aphex Twin-Selected Ambient Works Volume II (disc 1)-11-White Blur 1.ogg +#EXTINF:440,Aphex Twin - Blue Calx +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 2)/Aphex Twin-Selected Ambient Works Volume II (disc 2)-01-Blue Calx.ogg +#EXTINF:480,Aphex Twin - Parallel Stripes +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 2)/Aphex Twin-Selected Ambient Works Volume II (disc 2)-02-Parallel Stripes.ogg +#EXTINF:333,Aphex Twin - Shiny Metal Rods +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 2)/Aphex Twin-Selected Ambient Works Volume II (disc 2)-03-Shiny Metal Rods.ogg +#EXTINF:285,Aphex Twin - Grey Stripe +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 2)/Aphex Twin-Selected Ambient Works Volume II (disc 2)-04-Grey Stripe.ogg +#EXTINF:125,Aphex Twin - Z Twig +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 2)/Aphex Twin-Selected Ambient Works Volume II (disc 2)-05-Z Twig.ogg +#EXTINF:436,Aphex Twin - Windowsill +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 2)/Aphex Twin-Selected Ambient Works Volume II (disc 2)-06-Windowsill.ogg +#EXTINF:357,Aphex Twin - Hexagon +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 2)/Aphex Twin-Selected Ambient Works Volume II (disc 2)-07-Hexagon.ogg +#EXTINF:255,Aphex Twin - Lichen +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 2)/Aphex Twin-Selected Ambient Works Volume II (disc 2)-08-Lichen.ogg +#EXTINF:429,Aphex Twin - Spots +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 2)/Aphex Twin-Selected Ambient Works Volume II (disc 2)-09-Spots.ogg +#EXTINF:450,Aphex Twin - Tassels +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 2)/Aphex Twin-Selected Ambient Works Volume II (disc 2)-10-Tassels.ogg +#EXTINF:687,Aphex Twin - White Blur 2 +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 2)/Aphex Twin-Selected Ambient Works Volume II (disc 2)-11-White Blur 2.ogg +#EXTINF:339,Aphex Twin - Matchsticks +/home/don/jack/Aphex Twin/Selected Ambient Works Volume II (disc 2)/Aphex Twin-Selected Ambient Works Volume II (disc 2)-12-Matchsticks.ogg +#EXTINF:250,Bach, Johann Sebastian - No.1 BWV 1046 in F major: 1. Sans indication de tempo +/home/don/jack/Bach, Johann Sebastian/Brandenburg Concertos - Trevor Pinnock/Bach, Johann Sebastian - Brandenburg Concertos - Trevor Pinnock - 01 - No.1 BWV 1046 in F major: 1. Sans indication de tempo.ogg +#EXTINF:253,Bach, Johann Sebastian - No.1 BWV 1046 in F major: 2. Adagio +/home/don/jack/Bach, Johann Sebastian/Brandenburg Concertos - Trevor Pinnock/Bach, Johann Sebastian - Brandenburg Concertos - Trevor Pinnock - 02 - No.1 BWV 1046 in F major: 2. Adagio.ogg +#EXTINF:249,Bach, Johann Sebastian - No.1 BWV 1046 in F major: 3. Allegro +/home/don/jack/Bach, Johann Sebastian/Brandenburg Concertos - Trevor Pinnock/Bach, Johann Sebastian - Brandenburg Concertos - Trevor Pinnock - 03 - No.1 BWV 1046 in F major: 3. Allegro.ogg +#EXTINF:450,Bach, Johann Sebastian - No.1 BWV 1046 in F major: 4. Menuetto - Trio I - Polacca - Trio II +/home/don/jack/Bach, Johann Sebastian/Brandenburg Concertos - Trevor Pinnock/Bach, Johann Sebastian - Brandenburg Concertos - Trevor Pinnock - 04 - No.1 BWV 1046 in F major: 4. Menuetto - Trio I - Polacca - Trio II.ogg +#EXTINF:318,Bach, Johann Sebastian - No.2 BWV 1047 in F major: 1. Sans indication de tempo +/home/don/jack/Bach, Johann Sebastian/Brandenburg Concertos - Trevor Pinnock/Bach, Johann Sebastian - Brandenburg Concertos - Trevor Pinnock - 05 - No.2 BWV 1047 in F major: 1. Sans indication de tempo.ogg +#EXTINF:232,Bach, Johann Sebastian - No.2 BWV 1047 in F major: 2. Andante +/home/don/jack/Bach, Johann Sebastian/Brandenburg Concertos - Trevor Pinnock/Bach, Johann Sebastian - Brandenburg Concertos - Trevor Pinnock - 06 - No.2 BWV 1047 in F major: 2. Andante.ogg +#EXTINF:187,Bach, Johann Sebastian - No.2 BWV 1047 in F major: 3. Allegro assai +/home/don/jack/Bach, Johann Sebastian/Brandenburg Concertos - Trevor Pinnock/Bach, Johann Sebastian - Brandenburg Concertos - Trevor Pinnock - 07 - No.2 BWV 1047 in F major: 3. Allegro assai.ogg +#EXTINF:345,Bach, Johann Sebastian - No.3 BWV 1048 in G major: 1. Sans indication de tempo +/home/don/jack/Bach, Johann Sebastian/Brandenburg Concertos - Trevor Pinnock/Bach, Johann Sebastian - Brandenburg Concertos - Trevor Pinnock - 08 - No.3 BWV 1048 in G major: 1. Sans indication de tempo.ogg +#EXTINF:33,Bach, Johann Sebastian - No.3 BWV 1048 in G major: 2. Adagio +/home/don/jack/Bach, Johann Sebastian/Brandenburg Concertos - Trevor Pinnock/Bach, Johann Sebastian - Brandenburg Concertos - Trevor Pinnock - 09 - No.3 BWV 1048 in G major: 2. Adagio.ogg +#EXTINF:288,Bach, Johann Sebastian - No.3 BWV 1048 in G major: 3. Allegro +/home/don/jack/Bach, Johann Sebastian/Brandenburg Concertos - Trevor Pinnock/Bach, Johann Sebastian - Brandenburg Concertos - Trevor Pinnock - 10 - No.3 BWV 1048 in G major: 3. Allegro.ogg +#EXTINF:417,Bach, Johann Sebastian - No.4 BWV 1049 in G major: 1. Allegro +/home/don/jack/Bach, Johann Sebastian/Brandenburg Concertos - Trevor Pinnock/Bach, Johann Sebastian - Brandenburg Concertos - Trevor Pinnock - 11 - No.4 BWV 1049 in G major: 1. Allegro.ogg +#EXTINF:226,Bach, Johann Sebastian - No.4 BWV 1049 in G major: 2. Andante +/home/don/jack/Bach, Johann Sebastian/Brandenburg Concertos - Trevor Pinnock/Bach, Johann Sebastian - Brandenburg Concertos - Trevor Pinnock - 12 - No.4 BWV 1049 in G major: 2. Andante.ogg +#EXTINF:284,Bach, Johann Sebastian - No.4 BWV 1049 in G major: 3. Presto +/home/don/jack/Bach, Johann Sebastian/Brandenburg Concertos - Trevor Pinnock/Bach, Johann Sebastian - Brandenburg Concertos - Trevor Pinnock - 13 - No.4 BWV 1049 in G major: 3. Presto.ogg +#EXTINF:219,Bach - Contrapunctus 1 +/home/don/jack/Bach/Art of Fugue - Moroney - cd1/Bach - Art of Fugue - Moroney - cd1 - 01 - Contrapunctus 1.ogg +#EXTINF:199,Bach - Contrapunctus 3 +/home/don/jack/Bach/Art of Fugue - Moroney - cd1/Bach - Art of Fugue - Moroney - cd1 - 02 - Contrapunctus 3.ogg +#EXTINF:177,Bach - Contrapunctus 2 +/home/don/jack/Bach/Art of Fugue - Moroney - cd1/Bach - Art of Fugue - Moroney - cd1 - 03 - Contrapunctus 2.ogg +#EXTINF:247,Bach - Contrapunctus 4 +/home/don/jack/Bach/Art of Fugue - Moroney - cd1/Bach - Art of Fugue - Moroney - cd1 - 04 - Contrapunctus 4.ogg +#EXTINF:260,Bach - Contrapunctus 5 +/home/don/jack/Bach/Art of Fugue - Moroney - cd1/Bach - Art of Fugue - Moroney - cd1 - 05 - Contrapunctus 5.ogg +#EXTINF:257,Bach - Contrapunctus 6 +/home/don/jack/Bach/Art of Fugue - Moroney - cd1/Bach - Art of Fugue - Moroney - cd1 - 06 - Contrapunctus 6.ogg +#EXTINF:245,Bach - Contrapunctus 7 +/home/don/jack/Bach/Art of Fugue - Moroney - cd1/Bach - Art of Fugue - Moroney - cd1 - 07 - Contrapunctus 7.ogg +#EXTINF:205,Bach - Contrapunctus 9 +/home/don/jack/Bach/Art of Fugue - Moroney - cd1/Bach - Art of Fugue - Moroney - cd1 - 08 - Contrapunctus 9.ogg +#EXTINF:329,Bach - Contrapunctus 10 +/home/don/jack/Bach/Art of Fugue - Moroney - cd1/Bach - Art of Fugue - Moroney - cd1 - 09 - Contrapunctus 10.ogg +#EXTINF:449,Bach - Contrapunctus 8 +/home/don/jack/Bach/Art of Fugue - Moroney - cd1/Bach - Art of Fugue - Moroney - cd1 - 10 - Contrapunctus 8.ogg +#EXTINF:462,Bach - Contrapunctus 11 +/home/don/jack/Bach/Art of Fugue - Moroney - cd1/Bach - Art of Fugue - Moroney - cd1 - 11 - Contrapunctus 11.ogg +#EXTINF:211,Bach - 2 Fugues Miroir - Contrapunctus 12 (a 4 Voix, Rectus) +/home/don/jack/Bach/The Art of Fugue - Davitt Moroney/Bach - The Art of Fugue - Davitt Moroney - 01 - 2 Fugues Miroir - Contrapunctus 12 (a 4 Voix, Rectus).ogg +#EXTINF:218,Bach - 2 Fugues Miroir - Contrapunctus 12 (a 4 Voix, Inversus) +/home/don/jack/Bach/The Art of Fugue - Davitt Moroney/Bach - The Art of Fugue - Davitt Moroney - 02 - 2 Fugues Miroir - Contrapunctus 12 (a 4 Voix, Inversus).ogg +#EXTINF:148,Bach - 2 Fugues Miroir - Contrapunctus 13 (a 4 Voix, Rectus) +/home/don/jack/Bach/The Art of Fugue - Davitt Moroney/Bach - The Art of Fugue - Davitt Moroney - 03 - 2 Fugues Miroir - Contrapunctus 13 (a 4 Voix, Rectus).ogg +#EXTINF:171,Bach - 2 Fugues Miroir - Contrapunctus 13 (a 4 Voix, Inversus) +/home/don/jack/Bach/The Art of Fugue - Davitt Moroney/Bach - The Art of Fugue - Davitt Moroney - 04 - 2 Fugues Miroir - Contrapunctus 13 (a 4 Voix, Inversus).ogg +#EXTINF:567,Bach - La Derniere Fugue, Inacheve - Contrapunctus 14 (a 4 Voix 'Fuga a 3 Soggetti', 3 Themes Dont Le 3e Est Le Nom de BACH) +/home/don/jack/Bach/The Art of Fugue - Davitt Moroney/Bach - The Art of Fugue - Davitt Moroney - 05 - La Derniere Fugue, Inacheve - Contrapunctus 14 (a 4 Voix 'Fuga a 3 Soggetti', 3 Themes Dont Le 3e Est Le Nom de BACH).ogg +#EXTINF:156,Bach - 4 Canons - Canon in Hypodiapason (Canon Alla Ottava) (a 2 Voix, Theme Inversus et Rectus) +/home/don/jack/Bach/The Art of Fugue - Davitt Moroney/Bach - The Art of Fugue - Davitt Moroney - 06 - 4 Canons - Canon in Hypodiapason (Canon Alla Ottava) (a 2 Voix, Theme Inversus et Rectus).ogg +#EXTINF:297,Bach - 4 Canons - Canon Alla Decima, Contrapunto Alla Terza (a 2 Voix, Theme Inversus) +/home/don/jack/Bach/The Art of Fugue - Davitt Moroney/Bach - The Art of Fugue - Davitt Moroney - 07 - 4 Canons - Canon Alla Decima, Contrapunto Alla Terza (a 2 Voix, Theme Inversus).ogg +#EXTINF:133,Bach - 4 Canons - Canon Alla Duodecima, in Contrapunto Alla Quinta (a 2 Voix, Theme Rectus) +/home/don/jack/Bach/The Art of Fugue - Davitt Moroney/Bach - The Art of Fugue - Davitt Moroney - 08 - 4 Canons - Canon Alla Duodecima, in Contrapunto Alla Quinta (a 2 Voix, Theme Rectus).ogg +#EXTINF:321,Bach - 4 Canons - Canon (in Hypodiatessaron) Per Augmentationem in Contrario Motu (a 2 Voix, Theme Rectus et Inversus) +/home/don/jack/Bach/The Art of Fugue - Davitt Moroney/Bach - The Art of Fugue - Davitt Moroney - 09 - 4 Canons - Canon (in Hypodiatessaron) Per Augmentationem in Contrario Motu (a 2 Voix, Theme Rectus et Inversus).ogg +#EXTINF:644,Bach - La Derniere Fugue (completee par Davitt Moroney) - Contrapunctus 14(a 4 Voix, 4 Themes, Dont Le 3e Est Le Nom de BACH, et Le 4e Est LeTheme Principal, Rectus) +/home/don/jack/Bach/The Art of Fugue - Davitt Moroney/Bach - The Art of Fugue - Davitt Moroney - 10 - La Derniere Fugue (completee par Davitt Moroney) - Contrapunctus 14(a 4 Voix, 4 Themes, Dont Le 3e Est Le Nom de BACH, et Le 4e Est LeTheme Principal, Rectus).ogg +#EXTINF:59,Boards of Canada - Ready Lets Go +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-01-Ready Lets Go.ogg +#EXTINF:321,Boards of Canada - Music Is Math +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-02-Music Is Math.ogg +#EXTINF:37,Boards of Canada - Beware The Friendly Stranger +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-03-Beware The Friendly Stranger.ogg +#EXTINF:214,Boards of Canada - Gyroscope +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-04-Gyroscope.ogg +#EXTINF:75,Boards of Canada - Dandelion +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-05-Dandelion.ogg +#EXTINF:372,Boards of Canada - Sunshine Recorder +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-06-Sunshine Recorder.ogg +#EXTINF:82,Boards of Canada - In the Annexe +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-07-In the Annexe.ogg +#EXTINF:330,Boards of Canada - Julie And Candy +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-08-Julie And Candy.ogg +#EXTINF:77,Boards of Canada - The Smallest Weird Number +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-09-The Smallest Weird Number.ogg +#EXTINF:260,Boards of Canada - 1969 +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-10-1969.ogg +#EXTINF:35,Boards of Canada - Energy Warning +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-11-Energy Warning.ogg +#EXTINF:258,Boards of Canada - The Beach At Redpoint +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-12-The Beach At Redpoint.ogg +#EXTINF:71,Boards of Canada - Opening The Mouth +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-13-Opening The Mouth.ogg +#EXTINF:422,Boards of Canada - Alpha And Omega +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-14-Alpha And Omega.ogg +#EXTINF:27,Boards of Canada - I Saw Drones +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-15-I Saw Drones.ogg +#EXTINF:233,Boards of Canada - The Devil Is In The Details +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-16-The Devil Is In The Details.ogg +#EXTINF:100,Boards of Canada - A Is To B As B Is To C +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-17-A Is To B As B Is To C.ogg +#EXTINF:68,Boards of Canada - Over The Horizon Radar +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-18-Over The Horizon Radar.ogg +#EXTINF:235,Boards of Canada - Dawn Chorus +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-19-Dawn Chorus.ogg +#EXTINF:86,Boards of Canada - Diving Station +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-20-Diving Station.ogg +#EXTINF:314,Boards of Canada - You Could Feel The Sky +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-21-You Could Feel The Sky.ogg +#EXTINF:172,Boards of Canada - Corsair +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-22-Corsair.ogg +#EXTINF:106,Boards of Canada - Magic Window +/home/don/jack/Boards of Canada/Geogaddi/Boards of Canada-Geogaddi-23-Magic Window.ogg +#EXTINF:445,Cologne Chamber Orchestra - Concerto in D major, BWV 1054 - I. Allegro +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 01 - Concerto in D major, BWV 1054 - I. Allegro.ogg +#EXTINF:358,Cologne Chamber Orchestra - Concerto in D major, BWV 1054 - II. Adagio e piano sempre +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 02 - Concerto in D major, BWV 1054 - II. Adagio e piano sempre.ogg +#EXTINF:167,Cologne Chamber Orchestra - Concerto in D major, BWV 1054 - III. Allegro +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 03 - Concerto in D major, BWV 1054 - III. Allegro.ogg +#EXTINF:219,Cologne Chamber Orchestra - Concerto in G minor, BWV 1058 - I. Allegro +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 04 - Concerto in G minor, BWV 1058 - I. Allegro.ogg +#EXTINF:285,Cologne Chamber Orchestra - Concerto in G minor, BWV 1058 - II. Andante +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 05 - Concerto in G minor, BWV 1058 - II. Andante.ogg +#EXTINF:227,Cologne Chamber Orchestra - Concerto in G minor, BWV 1058 - III. Allegro assai +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 06 - Concerto in G minor, BWV 1058 - III. Allegro assai.ogg +#EXTINF:380,Cologne Chamber Orchestra - Concerto in C major, BWV 1064 - I. Allegro +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 07 - Concerto in C major, BWV 1064 - I. Allegro.ogg +#EXTINF:318,Cologne Chamber Orchestra - Concerto in C major, BWV 1064 - II. Adagio +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 08 - Concerto in C major, BWV 1064 - II. Adagio.ogg +#EXTINF:273,Cologne Chamber Orchestra - Concerto in C major, BWV 1064 - III. Allegro +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 09 - Concerto in C major, BWV 1064 - III. Allegro.ogg +#EXTINF:271,Cologne Chamber Orchestra - Concerto in D minor, BWV 1063 - I. Allegro +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 10 - Concerto in D minor, BWV 1063 - I. Allegro.ogg +#EXTINF:250,Cologne Chamber Orchestra - Concerto in D minor, BWV 1063 - II. Alla Siciliana +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 11 - Concerto in D minor, BWV 1063 - II. Alla Siciliana.ogg +#EXTINF:281,Cologne Chamber Orchestra - Concerto in D minor, BWV 1063 - III. Allegro +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 12 - Concerto in D minor, BWV 1063 - III. Allegro.ogg +#EXTINF:360,Cologne Chamber Orchestra - Concerto in D major, BWV 1064 - I. Allegro +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 13 - Concerto in D major, BWV 1064 - I. Allegro.ogg +#EXTINF:359,Cologne Chamber Orchestra - Concerto in D major, BWV 1064 - II. Adagio +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 14 - Concerto in D major, BWV 1064 - II. Adagio.ogg +#EXTINF:267,Cologne Chamber Orchestra - Concerto in D major, BWV 1064 - III. Allegro +/home/don/jack/Cologne Chamber Orchestra/JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II/Cologne Chamber Orchestra - JS Bach - Complete Orchestral Works, Volume 4 - Harpsichord Concertos II - 15 - Concerto in D major, BWV 1064 - III. Allegro.ogg +#EXTINF:334,Deep Forest - Deep Forest +/home/don/jack/Deep Forest/Deep Forest/Deep Forest-Deep Forest-01-Deep Forest.ogg +#EXTINF:233,Deep Forest - Sweet Lullaby +/home/don/jack/Deep Forest/Deep Forest/Deep Forest-Deep Forest-02-Sweet Lullaby.ogg +#EXTINF:207,Deep Forest - Hunting +/home/don/jack/Deep Forest/Deep Forest/Deep Forest-Deep Forest-03-Hunting.ogg +#EXTINF:258,Deep Forest - Night Bird +/home/don/jack/Deep Forest/Deep Forest/Deep Forest-Deep Forest-04-Night Bird.ogg +#EXTINF:198,Deep Forest - The First Twilight +/home/don/jack/Deep Forest/Deep Forest/Deep Forest-Deep Forest-05-The First Twilight.ogg +#EXTINF:265,Deep Forest - Savana Dance +/home/don/jack/Deep Forest/Deep Forest/Deep Forest-Deep Forest-06-Savana Dance.ogg +#EXTINF:314,Deep Forest - Desert Walk +/home/don/jack/Deep Forest/Deep Forest/Deep Forest-Deep Forest-07-Desert Walk.ogg +#EXTINF:345,Deep Forest - White Whisper +/home/don/jack/Deep Forest/Deep Forest/Deep Forest-Deep Forest-08-White Whisper.ogg +#EXTINF:84,Deep Forest - The Second Twilight +/home/don/jack/Deep Forest/Deep Forest/Deep Forest-Deep Forest-09-The Second Twilight.ogg +#EXTINF:221,Deep Forest - Sweet Lullaby (ambient mix) +/home/don/jack/Deep Forest/Deep Forest/Deep Forest-Deep Forest-10-Sweet Lullaby (ambient mix).ogg +#EXTINF:350,Deep Forest - Forest Hymn +/home/don/jack/Deep Forest/Deep Forest/Deep Forest-Deep Forest-11-Forest Hymn.ogg +#EXTINF:324,Hans Fagius - Leipziger Choräle: BWV 651 Fantasia super Komm heileger Geist +/home/don/jack/Hans Fagius/Bach Edition (CD 039) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 039) - Organ Works Vol. I - 01 - Leipziger Choräle: BWV 651 Fantasia super Komm heileger Geist.ogg +#EXTINF:546,Hans Fagius - Leipziger Choräle: BWV 652 Komm heiliger Geist +/home/don/jack/Hans Fagius/Bach Edition (CD 039) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 039) - Organ Works Vol. I - 02 - Leipziger Choräle: BWV 652 Komm heiliger Geist.ogg +#EXTINF:306,Hans Fagius - Leipziger Choräle: BWV 653 An Wasserflussen Babylon +/home/don/jack/Hans Fagius/Bach Edition (CD 039) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 039) - Organ Works Vol. I - 03 - Leipziger Choräle: BWV 653 An Wasserflussen Babylon.ogg +#EXTINF:431,Hans Fagius - Leipziger Choräle: BWV 654 Schmücke dich, o liebe Seele +/home/don/jack/Hans Fagius/Bach Edition (CD 039) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 039) - Organ Works Vol. I - 04 - Leipziger Choräle: BWV 654 Schmücke dich, o liebe Seele.ogg +#EXTINF:226,Hans Fagius - Leipziger Choräle: BWV 655 Trio super Herr Jesu Christ, dich zu uns wend +/home/don/jack/Hans Fagius/Bach Edition (CD 039) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 039) - Organ Works Vol. I - 05 - Leipziger Choräle: BWV 655 Trio super Herr Jesu Christ, dich zu uns wend.ogg +#EXTINF:513,Hans Fagius - Leipziger Choräle: BWV 656 O Lamm Gottes, unschuldig +/home/don/jack/Hans Fagius/Bach Edition (CD 039) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 039) - Organ Works Vol. I - 06 - Leipziger Choräle: BWV 656 O Lamm Gottes, unschuldig.ogg +#EXTINF:218,Hans Fagius - Leipziger Choräle: BWV 657 Nun danket alle Gott +/home/don/jack/Hans Fagius/Bach Edition (CD 039) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 039) - Organ Works Vol. I - 07 - Leipziger Choräle: BWV 657 Nun danket alle Gott.ogg +#EXTINF:183,Hans Fagius - Leipziger Choräle: BWV 658 Von Gott will ich nicht lassen +/home/don/jack/Hans Fagius/Bach Edition (CD 039) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 039) - Organ Works Vol. I - 08 - Leipziger Choräle: BWV 658 Von Gott will ich nicht lassen.ogg +#EXTINF:276,Hans Fagius - Leipziger Choräle: BWV 659 Nun komm der Heiden Heiland +/home/don/jack/Hans Fagius/Bach Edition (CD 039) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 039) - Organ Works Vol. I - 09 - Leipziger Choräle: BWV 659 Nun komm der Heiden Heiland.ogg +#EXTINF:142,Hans Fagius - Leipziger Choräle: BWV 660 Nun komm der Heiden Heiland +/home/don/jack/Hans Fagius/Bach Edition (CD 039) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 039) - Organ Works Vol. I - 10 - Leipziger Choräle: BWV 660 Nun komm der Heiden Heiland.ogg +#EXTINF:158,Hans Fagius - Leipziger Choräle: BWV 661 Nun komm der Heiden Heiland +/home/don/jack/Hans Fagius/Bach Edition (CD 039) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 039) - Organ Works Vol. I - 11 - Leipziger Choräle: BWV 661 Nun komm der Heiden Heiland.ogg +#EXTINF:491,Hans Fagius - BWV 662 Allein Gott in der Höh' +/home/don/jack/Hans Fagius/Bach Edition (CD 040) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 040) - Organ Works Vol. I - 01 - BWV 662 Allein Gott in der Höh'.ogg +#EXTINF:339,Hans Fagius - BWV 663 Allein Gott in der Höh' +/home/don/jack/Hans Fagius/Bach Edition (CD 040) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 040) - Organ Works Vol. I - 02 - BWV 663 Allein Gott in der Höh'.ogg +#EXTINF:301,Hans Fagius - BWV 664 Allein Gott in der Höh' +/home/don/jack/Hans Fagius/Bach Edition (CD 040) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 040) - Organ Works Vol. I - 03 - BWV 664 Allein Gott in der Höh'.ogg +#EXTINF:273,Hans Fagius - BWV 665 Jesus Christus unser Heiland +/home/don/jack/Hans Fagius/Bach Edition (CD 040) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 040) - Organ Works Vol. I - 04 - BWV 665 Jesus Christus unser Heiland.ogg +#EXTINF:209,Hans Fagius - BWV 666 Jesus Christus unser Heiland +/home/don/jack/Hans Fagius/Bach Edition (CD 040) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 040) - Organ Works Vol. I - 05 - BWV 666 Jesus Christus unser Heiland.ogg +#EXTINF:140,Hans Fagius - BWV 667 Komm Gott, Schöpfer +/home/don/jack/Hans Fagius/Bach Edition (CD 040) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 040) - Organ Works Vol. I - 06 - BWV 667 Komm Gott, Schöpfer.ogg +#EXTINF:300,Hans Fagius - BWV 668 Vor deinen Thron +/home/don/jack/Hans Fagius/Bach Edition (CD 040) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 040) - Organ Works Vol. I - 07 - BWV 668 Vor deinen Thron.ogg +#EXTINF:244,Hans Fagius - BWV 645 Wachet auf, ruft uns die Stimme +/home/don/jack/Hans Fagius/Bach Edition (CD 040) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 040) - Organ Works Vol. I - 08 - BWV 645 Wachet auf, ruft uns die Stimme.ogg +#EXTINF:102,Hans Fagius - BWV 646 Wo soll ich fliehen +/home/don/jack/Hans Fagius/Bach Edition (CD 040) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 040) - Organ Works Vol. I - 09 - BWV 646 Wo soll ich fliehen.ogg +#EXTINF:210,Hans Fagius - BWV 647 Wer nun den lieben Gott +/home/don/jack/Hans Fagius/Bach Edition (CD 040) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 040) - Organ Works Vol. I - 10 - BWV 647 Wer nun den lieben Gott.ogg +#EXTINF:169,Hans Fagius - BWV 648 Meine Seele erhebt den Herren +/home/don/jack/Hans Fagius/Bach Edition (CD 040) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 040) - Organ Works Vol. I - 11 - BWV 648 Meine Seele erhebt den Herren.ogg +#EXTINF:137,Hans Fagius - BWV 649 Ach bleib bei uns +/home/don/jack/Hans Fagius/Bach Edition (CD 040) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 040) - Organ Works Vol. I - 12 - BWV 649 Ach bleib bei uns.ogg +#EXTINF:207,Hans Fagius - BWV 650 Kommst du nun, Jesu +/home/don/jack/Hans Fagius/Bach Edition (CD 040) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 040) - Organ Works Vol. I - 13 - BWV 650 Kommst du nun, Jesu.ogg +#EXTINF:146,Hans Fagius - BWV 531 Prelude in C +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 01 - BWV 531 Prelude in C.ogg +#EXTINF:248,Hans Fagius - BWV 531 Fuge in C +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 02 - BWV 531 Fuge in C.ogg +#EXTINF:142,Hans Fagius - BWV 730 Liebster Jesu, wir sind hier +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 03 - BWV 730 Liebster Jesu, wir sind hier.ogg +#EXTINF:174,Hans Fagius - BWV 731 Liebster Jesu, wir sind hier +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 04 - BWV 731 Liebster Jesu, wir sind hier.ogg +#EXTINF:231,Hans Fagius - BWV 733 Meine Seele erhebet den Herren +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 05 - BWV 733 Meine Seele erhebet den Herren.ogg +#EXTINF:257,Hans Fagius - BWV 635b An Wasserflüssen Babylon +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 06 - BWV 635b An Wasserflüssen Babylon.ogg +#EXTINF:300,Hans Fagius - BWV 532 Prelude in D +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 07 - BWV 532 Prelude in D.ogg +#EXTINF:373,Hans Fagius - BWV 532 Fuge in D +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 08 - BWV 532 Fuge in D.ogg +#EXTINF:241,Hans Fagius - BWV 589 Allabreve in D +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 09 - BWV 589 Allabreve in D.ogg +#EXTINF:352,Hans Fagius - BWV 588 Canzona in d +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 10 - BWV 588 Canzona in d.ogg +#EXTINF:249,Hans Fagius - BWV 735 Fantasia super Valet will ich dir geben +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 11 - BWV 735 Fantasia super Valet will ich dir geben.ogg +#EXTINF:320,Hans Fagius - BWV 736 Valet will ich dir geben - choralis in pedale +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 12 - BWV 736 Valet will ich dir geben - choralis in pedale.ogg +#EXTINF:167,Hans Fagius - BWV 737 Vater unser im Himmelreich +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 13 - BWV 737 Vater unser im Himmelreich.ogg +#EXTINF:208,Hans Fagius - BWV 592 Concerto in G I +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 14 - BWV 592 Concerto in G I.ogg +#EXTINF:159,Hans Fagius - BWV 592 Concerto in G Grave +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 15 - BWV 592 Concerto in G Grave.ogg +#EXTINF:125,Hans Fagius - BWV 592 Concerto in G Presto +/home/don/jack/Hans Fagius/Bach Edition (CD 041) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 041) - Organ Works Vol. I - 16 - BWV 592 Concerto in G Presto.ogg +#EXTINF:313,Hans Fagius - BWV 551 Prelude and Fugue in a +/home/don/jack/Hans Fagius/Bach Edition (CD 042) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 042) - Organ Works Vol. I - 01 - BWV 551 Prelude and Fugue in a.ogg +#EXTINF:124,Hans Fagius - BWV 691 Wer nun den lieben Gott lässt walten +/home/don/jack/Hans Fagius/Bach Edition (CD 042) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 042) - Organ Works Vol. I - 02 - BWV 691 Wer nun den lieben Gott lässt walten.ogg +#EXTINF:174,Hans Fagius - BWV 690 Wer nun den lieben Gott lässt walten +/home/don/jack/Hans Fagius/Bach Edition (CD 042) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 042) - Organ Works Vol. I - 03 - BWV 690 Wer nun den lieben Gott lässt walten.ogg +#EXTINF:179,Hans Fagius - BWV 535 Prelude and Fugue in g - Prelude +/home/don/jack/Hans Fagius/Bach Edition (CD 042) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 042) - Organ Works Vol. I - 04 - BWV 535 Prelude and Fugue in g - Prelude.ogg +#EXTINF:252,Hans Fagius - BWV 535 Fugue in g +/home/don/jack/Hans Fagius/Bach Edition (CD 042) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 042) - Organ Works Vol. I - 05 - BWV 535 Fugue in g.ogg +#EXTINF:518,Hans Fagius - BWV 766 Partite diverse sopra +/home/don/jack/Hans Fagius/Bach Edition (CD 042) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 042) - Organ Works Vol. I - 06 - BWV 766 Partite diverse sopra.ogg +#EXTINF:144,Hans Fagius - BWV 131a Fugue in g +/home/don/jack/Hans Fagius/Bach Edition (CD 042) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 042) - Organ Works Vol. I - 07 - BWV 131a Fugue in g.ogg +#EXTINF:182,Hans Fagius - BWV 525 Trio sonata in E# - Allegro moderato +/home/don/jack/Hans Fagius/Bach Edition (CD 042) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 042) - Organ Works Vol. I - 08 - BWV 525 Trio sonata in E# - Allegro moderato.ogg +#EXTINF:235,Hans Fagius - BWV 525 Adagio +/home/don/jack/Hans Fagius/Bach Edition (CD 042) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 042) - Organ Works Vol. I - 09 - BWV 525 Adagio.ogg +#EXTINF:248,Hans Fagius - BWV 525 Allegro +/home/don/jack/Hans Fagius/Bach Edition (CD 042) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 042) - Organ Works Vol. I - 10 - BWV 525 Allegro.ogg +#EXTINF:372,Hans Fagius - BWV 542 Fantasy and Fugue in G - Fantasy +/home/don/jack/Hans Fagius/Bach Edition (CD 042) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 042) - Organ Works Vol. I - 11 - BWV 542 Fantasy and Fugue in G - Fantasy.ogg +#EXTINF:383,Hans Fagius - BWV 542 Fugue +/home/don/jack/Hans Fagius/Bach Edition (CD 042) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 042) - Organ Works Vol. I - 12 - BWV 542 Fugue.ogg +#EXTINF:872,Hans Fagius - BWV 767 Partita diverse sopra: O Gott, du frommer Gott +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 01 - BWV 767 Partita diverse sopra: O Gott, du frommer Gott.ogg +#EXTINF:184,Hans Fagius - BWV 706 Liebster Jesu, wir sind hier +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 02 - BWV 706 Liebster Jesu, wir sind hier.ogg +#EXTINF:276,Hans Fagius - BWV 707 Ich hab mein sach Gott heimgestellt +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 03 - BWV 707 Ich hab mein sach Gott heimgestellt.ogg +#EXTINF:191,Hans Fagius - BWV 709 Herr Jesu Christ, dich zu und wend, a 2 Clav et pedale +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 04 - BWV 709 Herr Jesu Christ, dich zu und wend, a 2 Clav et pedale.ogg +#EXTINF:224,Hans Fagius - BWV 526 Trio Sonata No 2 in C minor - Vivace +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 05 - BWV 526 Trio Sonata No 2 in C minor - Vivace.ogg +#EXTINF:187,Hans Fagius - BWV 526 Trio Sonata No 2 in C minor - Largo +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 06 - BWV 526 Trio Sonata No 2 in C minor - Largo.ogg +#EXTINF:239,Hans Fagius - BWV 526 Trio Sonata No 2 in C minor - Allegro +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 07 - BWV 526 Trio Sonata No 2 in C minor - Allegro.ogg +#EXTINF:172,Hans Fagius - BWV 541 Praeludium & Fuge in G major - Praeludium +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 08 - BWV 541 Praeludium & Fuge in G major - Praeludium.ogg +#EXTINF:257,Hans Fagius - BWV 541 Praeludium & Fuge in G major - Fuge +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 09 - BWV 541 Praeludium & Fuge in G major - Fuge.ogg +#EXTINF:169,Hans Fagius - BWV 586 Trio in G major (nach G Pf Telemann?) +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 10 - BWV 586 Trio in G major (nach G Pf Telemann?).ogg +#EXTINF:154,Hans Fagius - BWV 700 Vom Himmel hoch, da komm ich her +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 11 - BWV 700 Vom Himmel hoch, da komm ich her.ogg +#EXTINF:88,Hans Fagius - BWV 702 Das Jesulein soll doch mein Trost +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 12 - BWV 702 Das Jesulein soll doch mein Trost.ogg +#EXTINF:107,Hans Fagius - BWV 710 Wir Christenleut, a 2 Clav et Pedale +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 13 - BWV 710 Wir Christenleut, a 2 Clav et Pedale.ogg +#EXTINF:362,Hans Fagius - BWV 564 Adagio & Fuge in C major - Toccata +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 14 - BWV 564 Adagio & Fuge in C major - Toccata.ogg +#EXTINF:298,Hans Fagius - BWV 564 Adagio & Fuge in C major - Adagio +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 15 - BWV 564 Adagio & Fuge in C major - Adagio.ogg +#EXTINF:310,Hans Fagius - BWV 564 Adagio & Fuge in C major - Fuga +/home/don/jack/Hans Fagius/Bach Edition (CD 046) - Organ Works Vol. I/Hans Fagius - Bach Edition (CD 046) - Organ Works Vol. I - 16 - BWV 564 Adagio & Fuge in C major - Fuga.ogg +#EXTINF:277,(unknown artist) - [not set] +/home/don/jack/jack-4a06f705/track_01.ogg +#EXTINF:419,(unknown artist) - [not set] +/home/don/jack/jack-4a06f705/track_02.ogg +#EXTINF:278,track_03 +/home/don/jack/jack-4a06f705/track_03.ogg +#EXTINF:454,track_04 +/home/don/jack/jack-4a06f705/track_04.ogg +#EXTINF:354,track_05 +/home/don/jack/jack-4a06f705/track_05.ogg +#EXTINF:468,Jazzanova - L.O.V.E and You and I +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-01-L.O.V.E and You and I.ogg +#EXTINF:250,Jazzanova - No Use +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-02-No Use.ogg +#EXTINF:231,Jazzanova - The One-tet +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-03-The One-tet.ogg +#EXTINF:40,Jazzanova - Fade Out +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-04-Fade Out.ogg +#EXTINF:496,Jazzanova - Hanzono +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-05-Hanzono.ogg +#EXTINF:436,Jazzanova - Mwela, Mwela (Here I Am) +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-06-Mwela, Mwela (Here I Am).ogg +#EXTINF:319,Jazzanova - Keep Falling +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-07-Keep Falling.ogg +#EXTINF:48,Jazzanova - Cyclic +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-08-Cyclic.ogg +#EXTINF:319,Jazzanova - Another New Day +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-09-Another New Day.ogg +#EXTINF:83,Jazzanova - Place In Between +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-10-Place In Between.ogg +#EXTINF:275,Jazzanova - Soon +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-11-Soon.ogg +#EXTINF:503,Jazzanova - Dance the Dance +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-12-Dance the Dance.ogg +#EXTINF:38,Jazzanova - Sub-Atlantic +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-13-Sub-Atlantic.ogg +#EXTINF:351,Jazzanova - Glow and Glare +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-14-Glow and Glare.ogg +#EXTINF:19,Jazzanova - E-Ovation +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-15-E-Ovation.ogg +#EXTINF:336,Jazzanova - Takes You Back +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-16-Takes You Back (Unexpected Dub).ogg +#EXTINF:228,Jazzanova - Wasted Time +/home/don/jack/Jazzanova/In Between/Jazzanova-In Between-17-Wasted Time.ogg +#EXTINF:370,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No.2 in B minor BWV 1067 - Ouverture +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 01 - Ouverture No.2 in B minor BWV 1067 - Ouverture.ogg +#EXTINF:118,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No.2 in B minor BWV 1067 - Rondeau +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 02 - Ouverture No.2 in B minor BWV 1067 - Rondeau.ogg +#EXTINF:173,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No.2 in B minor BWV 1067 - Sarabande +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 03 - Ouverture No.2 in B minor BWV 1067 - Sarabande.ogg +#EXTINF:116,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No.2 in B minor BWV 1067 - Bourre I/II +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 04 - Ouverture No.2 in B minor BWV 1067 - Bourre I%II.ogg +#EXTINF:221,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No.2 in B minor BWV 1067 - Polonaise +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 05 - Ouverture No.2 in B minor BWV 1067 - Polonaise.ogg +#EXTINF:90,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No.2 in B minor BWV 1067 - Menuet +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 06 - Ouverture No.2 in B minor BWV 1067 - Menuet.ogg +#EXTINF:98,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No.2 in B minor BWV 1067 - Badineire +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 07 - Ouverture No.2 in B minor BWV 1067 - Badineire.ogg +#EXTINF:365,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No. 3 BWV 1068 in D major - Ouverture +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 08 - Ouverture No. 3 BWV 1068 in D major - Ouverture.ogg +#EXTINF:289,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No. 3 BWV 1068 in D major - Air +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 09 - Ouverture No. 3 BWV 1068 in D major - Air.ogg +#EXTINF:198,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No. 3 BWV 1068 in D major - Gavotte I/II +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 10 - Ouverture No. 3 BWV 1068 in D major - Gavotte I%II.ogg +#EXTINF:71,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No. 3 BWV 1068 in D major - Bourree +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 11 - Ouverture No. 3 BWV 1068 in D major - Bourree.ogg +#EXTINF:176,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No. 3 BWV 1068 in D major - Gigue +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 12 - Ouverture No. 3 BWV 1068 in D major - Gigue.ogg +#EXTINF:442,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No. 4 BWV 1069 in D major - Ouverture +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 13 - Ouverture No. 4 BWV 1069 in D major - Ouverture.ogg +#EXTINF:159,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No. 4 BWV 1069 in D major - Bourree I/II +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 14 - Ouverture No. 4 BWV 1069 in D major - Bourree I%II.ogg +#EXTINF:123,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No. 4 BWV 1069 in D major - Gavotte +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 15 - Ouverture No. 4 BWV 1069 in D major - Gavotte.ogg +#EXTINF:234,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No. 4 BWV 1069 in D major - Menuet I/II +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 16 - Ouverture No. 4 BWV 1069 in D major - Menuet I%II.ogg +#EXTINF:162,Johann Sebastian Bach, Trevor Pinnock - The English Concert - Ouverture No. 4 BWV 1069 in D major - Rejouissance +/home/don/jack/Johann Sebastian Bach, Trevor Pinnock - The English Concert/Orchestral Suites No's 1 and 3/Johann Sebastian Bach, Trevor Pinnock - The English Concert - Orchestral Suites No's 1 and 3 - 17 - Ouverture No. 4 BWV 1069 in D major - Rejouissance.ogg +#EXTINF:285,Johann Sebastian Bach - Concerto in C minor, BWV 1060 - Allegro +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 01 - Concerto in C minor, BWV 1060 - Allegro.ogg +#EXTINF:321,Johann Sebastian Bach - Concerto in C minor, BWV 1060 - Largo ovvero adagio +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 02 - Concerto in C minor, BWV 1060 - Largo ovvero adagio.ogg +#EXTINF:221,Johann Sebastian Bach - Concerto in C minor, BWV 1060 - Allegro +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 03 - Concerto in C minor, BWV 1060 - Allegro.ogg +#EXTINF:435,Johann Sebastian Bach - Concerto in C major, BWV 1061 - Allegro +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 04 - Concerto in C major, BWV 1061 - Allegro.ogg +#EXTINF:295,Johann Sebastian Bach - Concerto in C major, BWV 1061 - Adagio +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 05 - Concerto in C major, BWV 1061 - Adagio.ogg +#EXTINF:356,Johann Sebastian Bach - Concerto in C major, BWV 1061 - Vivace +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 06 - Concerto in C major, BWV 1061 - Vivace.ogg +#EXTINF:209,Johann Sebastian Bach - Concerto in C minor, BWV 1062 - Allegro +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 07 - Concerto in C minor, BWV 1062 - Allegro.ogg +#EXTINF:366,Johann Sebastian Bach - Concerto in C minor, BWV 1062 - Andante e piano +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 08 - Concerto in C minor, BWV 1062 - Andante e piano.ogg +#EXTINF:272,Johann Sebastian Bach - Concerto in C minor, BWV 1062 - Allegro assai +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 09 - Concerto in C minor, BWV 1062 - Allegro assai.ogg +#EXTINF:217,Johann Sebastian Bach - Antonio Vivaldi / Concerto in B minor, RV 580 - Allegro +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 10 - Antonio Vivaldi % Concerto in B minor, RV 580 - Allegro.ogg +#EXTINF:128,Johann Sebastian Bach - Antonio Vivaldi / Concerto in B minor, RV 580 - Alla Siciliana +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 11 - Antonio Vivaldi % Concerto in B minor, RV 580 - Alla Siciliana.ogg +#EXTINF:197,Johann Sebastian Bach - Antonio Vivaldi / Concerto in B minor, RV 580 - Allegro +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 12 - Antonio Vivaldi % Concerto in B minor, RV 580 - Allegro.ogg +#EXTINF:233,Johann Sebastian Bach - Concerto in A minor, BWV 1065 - Allegro +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 13 - Concerto in A minor, BWV 1065 - Allegro.ogg +#EXTINF:123,Johann Sebastian Bach - Concerto in A minor, BWV 1065 - Adagio +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 14 - Concerto in A minor, BWV 1065 - Adagio.ogg +#EXTINF:204,Johann Sebastian Bach - Concerto in A minor, BWV 1065 - Allegro +/home/don/jack/Johann Sebastian Bach/Concertos for two and four harpsichords/Johann Sebastian Bach - Concertos for two and four harpsichords - 15 - Concerto in A minor, BWV 1065 - Allegro.ogg +#EXTINF:423,Juno Reactor - Jardin De Cecile +/home/don/jack/Juno Reactor/Bible of Dreams/Juno Reactor-Bible of Dreams-01-Jardin De Cecile.ogg +#EXTINF:486,Juno Reactor - Conga Fury +/home/don/jack/Juno Reactor/Bible of Dreams/Juno Reactor-Bible of Dreams-02-Conga Fury.ogg +#EXTINF:406,Juno Reactor - God Is God +/home/don/jack/Juno Reactor/Bible of Dreams/Juno Reactor-Bible of Dreams-03-God Is God.ogg +#EXTINF:492,Juno Reactor - Komit +/home/don/jack/Juno Reactor/Bible of Dreams/Juno Reactor-Bible of Dreams-04-Komit.ogg +#EXTINF:312,Juno Reactor - Swamp Thing +/home/don/jack/Juno Reactor/Bible of Dreams/Juno Reactor-Bible of Dreams-05-Swamp Thing.ogg +#EXTINF:401,Juno Reactor - Kaguya Hime +/home/don/jack/Juno Reactor/Bible of Dreams/Juno Reactor-Bible of Dreams-06-Kaguya Hime.ogg +#EXTINF:477,Juno Reactor - Children Of The Night +/home/don/jack/Juno Reactor/Bible of Dreams/Juno Reactor-Bible of Dreams-07-Children Of The Night.ogg +#EXTINF:577,Juno Reactor - Shark +/home/don/jack/Juno Reactor/Bible of Dreams/Juno Reactor-Bible of Dreams-08-Shark.ogg +#EXTINF:388,Juno Reactor - High Energy Protons +/home/don/jack/Juno Reactor/Bible of Dreams/Juno Reactor-Bible of Dreams-09-High Energy Protons (Orion Mix).ogg +#EXTINF:537,KRAFTWERK - THE ROBOTS +/home/don/jack/KRAFTWERK/THE MIX/KRAFTWERK-THE MIX-01-THE ROBOTS.ogg +#EXTINF:397,KRAFTWERK - COMPUTERLOVE +/home/don/jack/KRAFTWERK/THE MIX/KRAFTWERK-THE MIX-02-COMPUTERLOVE.ogg +#EXTINF:272,KRAFTWERK - POCKET CALCULATOR +/home/don/jack/KRAFTWERK/THE MIX/KRAFTWERK-THE MIX-03-POCKET CALCULATOR.ogg +#EXTINF:208,KRAFTWERK - DENTAKU +/home/don/jack/KRAFTWERK/THE MIX/KRAFTWERK-THE MIX-04-DENTAKU.ogg +#EXTINF:568,KRAFTWERK - AUTOBAHN +/home/don/jack/KRAFTWERK/THE MIX/KRAFTWERK-THE MIX-05-AUTOBAHN.ogg +#EXTINF:413,KRAFTWERK - RADIOACTIVITY +/home/don/jack/KRAFTWERK/THE MIX/KRAFTWERK-THE MIX-06-RADIOACTIVITY.ogg +#EXTINF:200,KRAFTWERK - TRANS EUROPE EXPRESS +/home/don/jack/KRAFTWERK/THE MIX/KRAFTWERK-THE MIX-07-TRANS EUROPE EXPRESS.ogg +#EXTINF:138,KRAFTWERK - ABZUG +/home/don/jack/KRAFTWERK/THE MIX/KRAFTWERK-THE MIX-08-ABZUG.ogg +#EXTINF:299,KRAFTWERK - METAL ON METAL +/home/don/jack/KRAFTWERK/THE MIX/KRAFTWERK-THE MIX-09-METAL ON METAL.ogg +#EXTINF:482,KRAFTWERK - HOMECOMPUTER +/home/don/jack/KRAFTWERK/THE MIX/KRAFTWERK-THE MIX-10-HOMECOMPUTER.ogg +#EXTINF:397,KRAFTWERK - MUSIC NON STOP +/home/don/jack/KRAFTWERK/THE MIX/KRAFTWERK-THE MIX-11-MUSIC NON STOP.ogg +#EXTINF:349,Parliament - Flash Light +/home/don/jack/Parliament/The Best of Parliament - Give Up the Funk/Parliament - The Best of Parliament - Give Up the Funk - 01 - Flash Light.ogg +#EXTINF:515,Parliament - Bop Gun (Endagered Species) +/home/don/jack/Parliament/The Best of Parliament - Give Up the Funk/Parliament - The Best of Parliament - Give Up the Funk - 02 - Bop Gun (Endagered Species).ogg +#EXTINF:460,Parliament - P. Funk (Wants to Get Funked Up) +/home/don/jack/Parliament/The Best of Parliament - Give Up the Funk/Parliament - The Best of Parliament - Give Up the Funk - 03 - P. Funk (Wants to Get Funked Up).ogg +#EXTINF:375,Parliament - Mothership Connection (Star Child) +/home/don/jack/Parliament/The Best of Parliament - Give Up the Funk/Parliament - The Best of Parliament - Give Up the Funk - 04 - Mothership Connection (Star Child).ogg +#EXTINF:290,Parliament - Do That Stuff +/home/don/jack/Parliament/The Best of Parliament - Give Up the Funk/Parliament - The Best of Parliament - Give Up the Funk - 05 - Do That Stuff.ogg +#EXTINF:279,Parliament - Theme From the Black Hole +/home/don/jack/Parliament/The Best of Parliament - Give Up the Funk/Parliament - The Best of Parliament - Give Up the Funk - 06 - Theme From the Black Hole.ogg +#EXTINF:217,Parliament - Ride On +/home/don/jack/Parliament/The Best of Parliament - Give Up the Funk/Parliament - The Best of Parliament - Give Up the Funk - 07 - Ride On.ogg +#EXTINF:347,Parliament - Give Up The Funk (Tear the Roof Off the Sucker) +/home/don/jack/Parliament/The Best of Parliament - Give Up the Funk/Parliament - The Best of Parliament - Give Up the Funk - 08 - Give Up The Funk (Tear the Roof Off the Sucker).ogg +#EXTINF:311,Parliament - Up for the Down Stroke +/home/don/jack/Parliament/The Best of Parliament - Give Up the Funk/Parliament - The Best of Parliament - Give Up the Funk - 09 - Up for the Down Stroke.ogg +#EXTINF:268,Parliament - Agony of Defeet +/home/don/jack/Parliament/The Best of Parliament - Give Up the Funk/Parliament - The Best of Parliament - Give Up the Funk - 10 - Agony of Defeet.ogg +#EXTINF:402,Parliament - Aqua Boogie (A Psychoalphadiscobetabioaquadoloop) +/home/don/jack/Parliament/The Best of Parliament - Give Up the Funk/Parliament - The Best of Parliament - Give Up the Funk - 11 - Aqua Boogie (A Psychoalphadiscobetabioaquadoloop).ogg +#EXTINF:346,Parliament - Dr. Funkenstein +/home/don/jack/Parliament/The Best of Parliament - Give Up the Funk/Parliament - The Best of Parliament - Give Up the Funk - 12 - Dr. Funkenstein.ogg +#EXTINF:338,Parliament - Chocolate City +/home/don/jack/Parliament/The Best of Parliament - Give Up the Funk/Parliament - The Best of Parliament - Give Up the Funk - 13 - Chocolate City.ogg +#EXTINF:217,Parliament - Let's Play House +/home/don/jack/Parliament/The Best of Parliament - Give Up the Funk/Parliament - The Best of Parliament - Give Up the Funk - 14 - Let's Play House.ogg +#EXTINF:240,Radiohead - Packt Like Sardines in a Crushd Tin Box +/home/don/jack/Radiohead/Amnesiac/Radiohead-Amnesiac-01-Packt Like Sardines in a Crushd Tin Box.ogg +#EXTINF:288,Radiohead - Pyramid Song +/home/don/jack/Radiohead/Amnesiac/Radiohead-Amnesiac-02-Pyramid Song.ogg +#EXTINF:247,Radiohead - Pull/Pulk Revolving Doors +/home/don/jack/Radiohead/Amnesiac/Radiohead-Amnesiac-03-Pull%Pulk Revolving Doors.ogg +#EXTINF:191,Radiohead - You and Whose Army? +/home/don/jack/Radiohead/Amnesiac/Radiohead-Amnesiac-04-You and Whose Army?.ogg +#EXTINF:293,Radiohead - I might be wrong +/home/don/jack/Radiohead/Amnesiac/Radiohead-Amnesiac-05-I might be wrong.ogg +#EXTINF:254,Radiohead - Knives Out +/home/don/jack/Radiohead/Amnesiac/Radiohead-Amnesiac-06-Knives Out.ogg +#EXTINF:194,Radiohead - The Morning Bell/Amnesiac +/home/don/jack/Radiohead/Amnesiac/Radiohead-Amnesiac-07-The Morning Bell%Amnesiac.ogg +#EXTINF:291,Radiohead - Dollars and Cents +/home/don/jack/Radiohead/Amnesiac/Radiohead-Amnesiac-08-Dollars and Cents.ogg +#EXTINF:121,Radiohead - Hunting Bears +/home/don/jack/Radiohead/Amnesiac/Radiohead-Amnesiac-09-Hunting Bears.ogg +#EXTINF:237,Radiohead - Like Spinning Plates +/home/don/jack/Radiohead/Amnesiac/Radiohead-Amnesiac-10-Like Spinning Plates.ogg +#EXTINF:274,Radiohead - Life in a Glasshouse +/home/don/jack/Radiohead/Amnesiac/Radiohead-Amnesiac-11-Life in a Glasshouse.ogg +#EXTINF:251,Radiohead - Everything In Its Right Place +/home/don/jack/Radiohead/Kid A/Radiohead-Kid A-01-Everything In Its Right Place.ogg +#EXTINF:284,Radiohead - Kid A +/home/don/jack/Radiohead/Kid A/Radiohead-Kid A-02-Kid A.ogg +#EXTINF:351,Radiohead - The National Anthem +/home/don/jack/Radiohead/Kid A/Radiohead-Kid A-03-The National Anthem.ogg +#EXTINF:356,Radiohead - How To Disappear Completely +/home/don/jack/Radiohead/Kid A/Radiohead-Kid A-04-How To Disappear Completely.ogg +#EXTINF:222,Radiohead - Treefingers +/home/don/jack/Radiohead/Kid A/Radiohead-Kid A-05-Treefingers.ogg +#EXTINF:316,Radiohead - Optimistic +/home/don/jack/Radiohead/Kid A/Radiohead-Kid A-06-Optimistic.ogg +#EXTINF:211,Radiohead - In Limbo +/home/don/jack/Radiohead/Kid A/Radiohead-Kid A-07-In Limbo.ogg +#EXTINF:309,Radiohead - Idioteque +/home/don/jack/Radiohead/Kid A/Radiohead-Kid A-08-Idioteque.ogg +#EXTINF:275,Radiohead - Morning Bell +/home/don/jack/Radiohead/Kid A/Radiohead-Kid A-09-Morning Bell.ogg +#EXTINF:421,Radiohead - Motion Picture Soundtrack +/home/don/jack/Radiohead/Kid A/Radiohead-Kid A-10-Motion Picture Soundtrack.ogg +#EXTINF:272,Ravi Shankar - Vandanaa Trayee +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-01-Vandanaa Trayee.ogg +#EXTINF:113,Ravi Shankar - Omkaaraaya Namaha +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-02-Omkaaraaya Namaha.ogg +#EXTINF:190,Ravi Shankar - Vedic Chanting (one) +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-03-Vedic Chanting (one).ogg +#EXTINF:431,Ravi Shankar - Asato Maa +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-04-Asato Maa.ogg +#EXTINF:266,Ravi Shankar - Sahanaa Vavatu +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-05-Sahanaa Vavatu.ogg +#EXTINF:84,Ravi Shankar - Poornamadah +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-06-Poornamadah.ogg +#EXTINF:208,Ravi Shankar - Gaayatri +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-07-Gaayatri.ogg +#EXTINF:282,Ravi Shankar - Mahaa Mrityunjaya +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-08-Mahaa Mrityunjaya.ogg +#EXTINF:216,Ravi Shankar - Veenaa-Murali +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-09-Veenaa-Murali.ogg +#EXTINF:133,Ravi Shankar - Geetaa +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-10-Geetaa.ogg +#EXTINF:243,Ravi Shankar - Mangalam +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-11-Mangalam.ogg +#EXTINF:177,Ravi Shankar - Hari Om +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-12-Hari Om.ogg +#EXTINF:273,Ravi Shankar - Svara Mantra +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-13-Svara Mantra.ogg +#EXTINF:133,Ravi Shankar - Vedic Chanting (two) +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-14-Vedic Chanting (two).ogg +#EXTINF:486,Ravi Shankar - Prabhujee +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-15-Prabhujee.ogg +#EXTINF:307,Ravi Shankar - Sarve Shaam +/home/don/jack/Ravi Shankar/Chants Of India/Ravi Shankar-Chants Of India-16-Sarve Shaam.ogg +#EXTINF:224,Robert Miles - Tsbol +/home/don/jack/Robert Miles/Organik/Robert Miles-Organik-01-Tsbol.ogg +#EXTINF:272,Robert Miles - Separation +/home/don/jack/Robert Miles/Organik/Robert Miles-Organik-02-Separation.ogg +#EXTINF:240,Robert Miles - Paths +/home/don/jack/Robert Miles/Organik/Robert Miles-Organik-03-Paths.ogg +#EXTINF:326,Robert Miles - Wrong +/home/don/jack/Robert Miles/Organik/Robert Miles-Organik-04-Wrong.ogg +#EXTINF:250,Robert Miles - It's all Coming Back +/home/don/jack/Robert Miles/Organik/Robert Miles-Organik-05-It's all Coming Back.ogg +#EXTINF:261,Robert Miles - Pour te Parler +/home/don/jack/Robert Miles/Organik/Robert Miles-Organik-06-Pour te Parler.ogg +#EXTINF:235,Robert Miles - Trance Shapes +/home/don/jack/Robert Miles/Organik/Robert Miles-Organik-07-Trance Shapes.ogg +#EXTINF:297,Robert Miles - Connections +/home/don/jack/Robert Miles/Organik/Robert Miles-Organik-08-Connections.ogg +#EXTINF:468,Robert Miles - Release Me +/home/don/jack/Robert Miles/Organik/Robert Miles-Organik-09-Release Me.ogg +#EXTINF:426,Robert Miles - Improvisations P1 +/home/don/jack/Robert Miles/Organik/Robert Miles-Organik-10-Improvisations P1.ogg +#EXTINF:353,Robert Miles - Improvisations P2 +/home/don/jack/Robert Miles/Organik/Robert Miles-Organik-11-Improvisations P2.ogg +#EXTINF:480,Robert Miles - Endless +/home/don/jack/Robert Miles/Organik/Robert Miles-Organik-12-Endless.ogg +#EXTINF:184,track01 +/home/don/jack/Silicone Soul/silicone_soul_summer_selections/track01.ogg +#EXTINF:305,track02 +/home/don/jack/Silicone Soul/silicone_soul_summer_selections/track02.ogg +#EXTINF:259,track03 +/home/don/jack/Silicone Soul/silicone_soul_summer_selections/track03.ogg +#EXTINF:226,track04 +/home/don/jack/Silicone Soul/silicone_soul_summer_selections/track04.ogg +#EXTINF:326,track05 +/home/don/jack/Silicone Soul/silicone_soul_summer_selections/track05.ogg +#EXTINF:250,track06 +/home/don/jack/Silicone Soul/silicone_soul_summer_selections/track06.ogg +#EXTINF:330,track07 +/home/don/jack/Silicone Soul/silicone_soul_summer_selections/track07.ogg +#EXTINF:350,track08 +/home/don/jack/Silicone Soul/silicone_soul_summer_selections/track08.ogg +#EXTINF:267,track09 +/home/don/jack/Silicone Soul/silicone_soul_summer_selections/track09.ogg +#EXTINF:327,track10 +/home/don/jack/Silicone Soul/silicone_soul_summer_selections/track10.ogg +#EXTINF:291,track11 +/home/don/jack/Silicone Soul/silicone_soul_summer_selections/track11.ogg +#EXTINF:312,track12 +/home/don/jack/Silicone Soul/silicone_soul_summer_selections/track12.ogg +#EXTINF:353,track13 +/home/don/jack/Silicone Soul/silicone_soul_summer_selections/track13.ogg +#EXTINF:437,St.Germain - Deep In It +/home/don/jack/St. Germain/Boulevard/St.Germain-Boulevard-01-Deep In It.ogg +#EXTINF:943,St.Germain - Street Scene (4 Shazz) +/home/don/jack/St. Germain/Boulevard/St.Germain-Boulevard-02-Street Scene (4 Shazz).ogg +#EXTINF:616,St.Germain - Sentimental Mood +/home/don/jack/St. Germain/Boulevard/St.Germain-Boulevard-03-Sentimental Mood.ogg +#EXTINF:462,St.Germain - What's New +/home/don/jack/St. Germain/Boulevard/St.Germain-Boulevard-04-What's New.ogg +#EXTINF:225,St.Germain - Dub Experience II +/home/don/jack/St. Germain/Boulevard/St.Germain-Boulevard-05-Dub Experience II.ogg +#EXTINF:476,St.Germain - Forget It +/home/don/jack/St. Germain/Boulevard/St.Germain-Boulevard-06-Forget It.ogg +#EXTINF:636,St.Germain - Soul Salsa Soul +/home/don/jack/St. Germain/Boulevard/St.Germain-Boulevard-07-Soul Salsa Soul.ogg +#EXTINF:336,St.Germain - Alabama Blues +/home/don/jack/St. Germain/Boulevard/St.Germain-Boulevard-08-Alabama Blues (Todd Edwards Vocal Mix).ogg +#EXTINF:420,St. Germain - Rose Rouge +/home/don/jack/St. Germain/Tourist/St. Germain-Tourist-01-Rose Rouge.ogg +#EXTINF:342,St. Germain - Montego Bay Spleen +/home/don/jack/St. Germain/Tourist/St. Germain-Tourist-02-Montego Bay Spleen.ogg +#EXTINF:509,St. Germain - So Flute +/home/don/jack/St. Germain/Tourist/St. Germain-Tourist-03-So Flute.ogg +#EXTINF:470,St. Germain - Land Of... +/home/don/jack/St. Germain/Tourist/St. Germain-Tourist-04-Land Of....ogg +#EXTINF:357,St. Germain - Latin Note +/home/don/jack/St. Germain/Tourist/St. Germain-Tourist-05-Latin Note.ogg +#EXTINF:382,St. Germain - Sure Thing +/home/don/jack/St. Germain/Tourist/St. Germain-Tourist-06-Sure Thing.ogg +#EXTINF:445,St. Germain - Pont Des Arts +/home/don/jack/St. Germain/Tourist/St. Germain-Tourist-07-Pont Des Arts.ogg +#EXTINF:377,St. Germain - La Goutte D'or +/home/don/jack/St. Germain/Tourist/St. Germain-Tourist-08-La Goutte D'or.ogg +#EXTINF:289,St. Germain - What You Think About... +/home/don/jack/St. Germain/Tourist/St. Germain-Tourist-09-What You Think About....ogg +#EXTINF:387,The Crystal Method - PHD +/home/don/jack/The Crystal Method/Tweekend/The Crystal Method-Tweekend-01-PHD.ogg +#EXTINF:234,The Crystal Method - Wild, Sweet And Cool +/home/don/jack/The Crystal Method/Tweekend/The Crystal Method-Tweekend-02-Wild, Sweet And Cool.ogg +#EXTINF:362,The Crystal Method - Roll It Up +/home/don/jack/The Crystal Method/Tweekend/The Crystal Method-Tweekend-03-Roll It Up.ogg +#EXTINF:280,The Crystal Method - Murder (You Know It's Hard) +/home/don/jack/The Crystal Method/Tweekend/The Crystal Method-Tweekend-04-Murder (You Know It's Hard).ogg +#EXTINF:255,The Crystal Method - Name Of The Game +/home/don/jack/The Crystal Method/Tweekend/The Crystal Method-Tweekend-05-Name Of The Game.ogg +#EXTINF:311,The Crystal Method - The Winner +/home/don/jack/The Crystal Method/Tweekend/The Crystal Method-Tweekend-06-The Winner.ogg +#EXTINF:301,The Crystal Method - Ready For Action +/home/don/jack/The Crystal Method/Tweekend/The Crystal Method-Tweekend-07-Ready For Action.ogg +#EXTINF:420,The Crystal Method - Ten Miles Back +/home/don/jack/The Crystal Method/Tweekend/The Crystal Method-Tweekend-08-Ten Miles Back.ogg +#EXTINF:414,The Crystal Method - Over The Line +/home/don/jack/The Crystal Method/Tweekend/The Crystal Method-Tweekend-09-Over The Line.ogg +#EXTINF:477,The Crystal Method - Blowout +/home/don/jack/The Crystal Method/Tweekend/The Crystal Method-Tweekend-10-Blowout.ogg +#EXTINF:692,The Crystal Method - Tough Guy +/home/don/jack/The Crystal Method/Tweekend/The Crystal Method-Tweekend-11-Tough Guy.ogg +#EXTINF:454,The Crystal Method - Trip Like I Do +/home/don/jack/The Crystal Method/Vegas/The Crystal Method-Vegas-01-Trip Like I Do.ogg +#EXTINF:445,The Crystal Method - Busy Child +/home/don/jack/The Crystal Method/Vegas/The Crystal Method-Vegas-02-Busy Child.ogg +#EXTINF:265,The Crystal Method - Cherry Twist +/home/don/jack/The Crystal Method/Vegas/The Crystal Method-Vegas-03-Cherry Twist.ogg +#EXTINF:329,The Crystal Method - High Roller +/home/don/jack/The Crystal Method/Vegas/The Crystal Method-Vegas-04-High Roller.ogg +#EXTINF:339,The Crystal Method - Comin' Back +/home/don/jack/The Crystal Method/Vegas/The Crystal Method-Vegas-05-Comin' Back.ogg +#EXTINF:372,The Crystal Method - Keep Hope Alive +/home/don/jack/The Crystal Method/Vegas/The Crystal Method-Vegas-06-Keep Hope Alive.ogg +#EXTINF:391,The Crystal Method - Vapor Trail +/home/don/jack/The Crystal Method/Vegas/The Crystal Method-Vegas-07-Vapor Trail.ogg +#EXTINF:341,The Crystal Method - She's My Pusher +/home/don/jack/The Crystal Method/Vegas/The Crystal Method-Vegas-08-She's My Pusher.ogg +#EXTINF:425,The Crystal Method - Jaded +/home/don/jack/The Crystal Method/Vegas/The Crystal Method-Vegas-09-Jaded.ogg +#EXTINF:309,The Crystal Method - Bad Stone +/home/don/jack/The Crystal Method/Vegas/The Crystal Method-Vegas-10-Bad Stone.ogg +#EXTINF:590,Trevor Pinnock & The English Concert - Concerto No. 5 BWV 1050 -I- Allegro +/home/don/jack/Trevor Pinnock & The English Concert/Bach - Brandenburg Concertos 2/Trevor Pinnock & The English Concert - Bach - Brandenburg Concertos 2 - 01 - Concerto No. 5 BWV 1050 -I- Allegro.ogg +#EXTINF:311,Trevor Pinnock & The English Concert - Concerto No. 5 BWV 1050 -II- Affettuoso +/home/don/jack/Trevor Pinnock & The English Concert/Bach - Brandenburg Concertos 2/Trevor Pinnock & The English Concert - Bach - Brandenburg Concertos 2 - 02 - Concerto No. 5 BWV 1050 -II- Affettuoso.ogg +#EXTINF:314,Trevor Pinnock & The English Concert - Concerto No. 5 BWV 1050 -III- Allegro +/home/don/jack/Trevor Pinnock & The English Concert/Bach - Brandenburg Concertos 2/Trevor Pinnock & The English Concert - Bach - Brandenburg Concertos 2 - 03 - Concerto No. 5 BWV 1050 -III- Allegro.ogg +#EXTINF:365,Trevor Pinnock & The English Concert - Concerto No. 6 BWV 1051 -I- ohne Satzbezeichnung +/home/don/jack/Trevor Pinnock & The English Concert/Bach - Brandenburg Concertos 2/Trevor Pinnock & The English Concert - Bach - Brandenburg Concertos 2 - 04 - Concerto No. 6 BWV 1051 -I- ohne Satzbezeichnung.ogg +#EXTINF:320,Trevor Pinnock & The English Concert - Concerto No. 6 BWV 1051 -I- Adagio ma non tanto +/home/don/jack/Trevor Pinnock & The English Concert/Bach - Brandenburg Concertos 2/Trevor Pinnock & The English Concert - Bach - Brandenburg Concertos 2 - 05 - Concerto No. 6 BWV 1051 -I- Adagio ma non tanto.ogg +#EXTINF:328,Trevor Pinnock & The English Concert - Concerto No. 6 BWV 1051 -III- Allegro +/home/don/jack/Trevor Pinnock & The English Concert/Bach - Brandenburg Concertos 2/Trevor Pinnock & The English Concert - Bach - Brandenburg Concertos 2 - 06 - Concerto No. 6 BWV 1051 -III- Allegro.ogg +#EXTINF:337,Trevor Pinnock & The English Concert - Overture No. 1 BWV 1066 - 1. Ouverture +/home/don/jack/Trevor Pinnock & The English Concert/Bach - Brandenburg Concertos 2/Trevor Pinnock & The English Concert - Bach - Brandenburg Concertos 2 - 07 - Overture No. 1 BWV 1066 - 1. Ouverture.ogg +#EXTINF:118,Trevor Pinnock & The English Concert - Overture No. 1 BWV 1066 - 2. Courante +/home/don/jack/Trevor Pinnock & The English Concert/Bach - Brandenburg Concertos 2/Trevor Pinnock & The English Concert - Bach - Brandenburg Concertos 2 - 08 - Overture No. 1 BWV 1066 - 2. Courante.ogg +#EXTINF:163,Trevor Pinnock & The English Concert - Overture No. 1 BWV 1066 - 3. Gavotte I/II +/home/don/jack/Trevor Pinnock & The English Concert/Bach - Brandenburg Concertos 2/Trevor Pinnock & The English Concert - Bach - Brandenburg Concertos 2 - 09 - Overture No. 1 BWV 1066 - 3. Gavotte I%II.ogg +#EXTINF:73,Trevor Pinnock & The English Concert - Overture No. 1 BWV 1066 - 4. Forlane +/home/don/jack/Trevor Pinnock & The English Concert/Bach - Brandenburg Concertos 2/Trevor Pinnock & The English Concert - Bach - Brandenburg Concertos 2 - 10 - Overture No. 1 BWV 1066 - 4. Forlane.ogg +#EXTINF:188,Trevor Pinnock & The English Concert - Overture No. 1 BWV 1066 - 5. Menuet I/II +/home/don/jack/Trevor Pinnock & The English Concert/Bach - Brandenburg Concertos 2/Trevor Pinnock & The English Concert - Bach - Brandenburg Concertos 2 - 11 - Overture No. 1 BWV 1066 - 5. Menuet I%II.ogg +#EXTINF:140,Trevor Pinnock & The English Concert - Overture No. 1 BWV 1066 - 6. Bourrée I/II +/home/don/jack/Trevor Pinnock & The English Concert/Bach - Brandenburg Concertos 2/Trevor Pinnock & The English Concert - Bach - Brandenburg Concertos 2 - 12 - Overture No. 1 BWV 1066 - 6. Bourrée I%II.ogg +#EXTINF:145,Trevor Pinnock & The English Concert - Overture No. 1 BWV 1066 - 7. Passepied I/II +/home/don/jack/Trevor Pinnock & The English Concert/Bach - Brandenburg Concertos 2/Trevor Pinnock & The English Concert - Bach - Brandenburg Concertos 2 - 13 - Overture No. 1 BWV 1066 - 7. Passepied I%II.ogg +#EXTINF:240,01beat_bionic +/home/don/jack/uber_zone-faith_in_the_future/01beat_bionic.ogg +#EXTINF:317,02science_fiction +/home/don/jack/uber_zone-faith_in_the_future/02science_fiction.ogg +#EXTINF:276,03black_widow +/home/don/jack/uber_zone-faith_in_the_future/03black_widow.ogg +#EXTINF:292,04bounce +/home/don/jack/uber_zone-faith_in_the_future/04bounce.ogg +#EXTINF:259,05dreamtime +/home/don/jack/uber_zone-faith_in_the_future/05dreamtime.ogg +#EXTINF:380,06rhythm_device +/home/don/jack/uber_zone-faith_in_the_future/06rhythm_device.ogg +#EXTINF:337,07frequency +/home/don/jack/uber_zone-faith_in_the_future/07frequency.ogg +#EXTINF:201,08faith_in_the_future +/home/don/jack/uber_zone-faith_in_the_future/08faith_in_the_future.ogg +#EXTINF:279,09_2kool4skool +/home/don/jack/uber_zone-faith_in_the_future/09_2kool4skool.ogg +#EXTINF:279,10keep_go-in +/home/don/jack/uber_zone-faith_in_the_future/10keep_go-in.ogg +#EXTINF:279,11little_dragon +/home/don/jack/uber_zone-faith_in_the_future/11little_dragon.ogg +#EXTINF:443,12botz_synthetik_mix +/home/don/jack/uber_zone-faith_in_the_future/12botz_synthetik_mix.ogg