code logs -> 2019 -> Tue, 07 May 2019< code.20190506.log - code.20190508.log >
--- Log opened Tue May 07 00:00:46 2019
00:11 Degi [Degi@Nightstar-2r6ujq.dyn.telefonica.de] has quit [Connection closed]
00:32 Derakon[AFK] is now known as Derakon
00:33 Kindamoody is now known as Kindamoody[zZz]
00:51 celticminstrel [celticminst@Nightstar-5cqq2e.dsl.bell.ca] has joined #code
00:51 mode/#code [+o celticminstrel] by ChanServ
01:12 himi [sjjf@Nightstar-1drtbs.anu.edu.au] has joined #code
01:12 mode/#code [+o himi] by ChanServ
02:16 catalyst [Jessikat@Nightstar-5dv16h.cable.virginm.net] has quit [Connection closed]
--- Log closed Tue May 07 02:22:31 2019
--- Log opened Tue May 07 02:22:37 2019
02:22 TheWatcher [chris@GlobalOperator.Nightstar.Net] has joined #code
02:22 Irssi: #code: Total of 32 nicks [24 ops, 0 halfops, 0 voices, 8 normal]
02:22 mode/#code [+o TheWatcher] by ChanServ
02:22 Irssi: Join to #code was synced in 16 secs
05:04 celticminstrel [celticminst@Nightstar-5cqq2e.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
05:19 Derakon is now known as Derakon[AFK]
06:11 Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code
06:11 mode/#code [+qo Vorntastic Vorntastic] by ChanServ
06:57 himi [sjjf@Nightstar-1drtbs.anu.edu.au] has quit [Ping timeout: 121 seconds]
08:18 Kindamoody[zZz] is now known as Kindamoody
08:33 Kindamoody is now known as Kindamoody|afk
09:56 Irssi: #code: Total of 31 nicks [24 ops, 0 halfops, 0 voices, 7 normal]
11:30 Kindamoody|afk is now known as Kindamoody
13:08 Degi [Degi@Nightstar-0otb8b.dyn.telefonica.de] has joined #code
13:36 celticminstrel [celticminst@Nightstar-5cqq2e.dsl.bell.ca] has joined #code
13:36 mode/#code [+o celticminstrel] by ChanServ
13:58 celticminstrel is now known as celmin|away
14:51 You're now known as TheWatcher[d00m]
15:42 You're now known as TheWatcher
15:53 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
15:53 mode/#code [+qo Vornicus Vornicus] by ChanServ
16:43 Kindamoody is now known as Kindamoody|afk
16:54 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
17:11 Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity]
17:42 Degi [Degi@Nightstar-0otb8b.dyn.telefonica.de] has quit [Connection closed]
17:59
<&jerith>
I wrote a tiny bash thing: i=0; for x in $(sed 's@.*/@@' < s7.txt); do i=$((i + 1)); f=$(ls | grep $x); newf=$(printf '%02d %s' $i $f); mv "$f" "$newf"; done
18:00
<&jerith>
The contents of s7.txt is a bunch of lines of the form "https://www.pokeflix.tv/video/07-what-you-seed-is-what-you-get"
18:00
<&jerith>
The rest of the files in that dir are named like so: Advanced Challenge - What You Seed is What You Get-07-what-you-seed-is-what-you-get.mp4
18:01
<&jerith>
Oh, and s7.txt lists the episodes in the correct order.
18:01
<&jerith>
(I extracted them from the episode index HTML forever ago.)
18:02
<&jerith>
I finally got tired of both manually renaming the files and looking up the order when I wanted to watch them.
18:03
<&[R]>
Heh
18:04
<&jerith>
Actually, since I did this on the command line, it's technically zsh rather than bash.
18:05
<&jerith>
(If I intended to keep/archive the files after watching them, I'd've done something fancier with the renaming.)
18:38
<&ToxicFrog>
Neat.
18:39
<&ToxicFrog>
For future reference, if you find yourself doing this a lot, TinyMediaManager may be helpful; it attempts to scrape metadata from tvdb and the like and rename/order files based on that, and can automatically download subtitles¹ and the like.
18:39
<&ToxicFrog>
¹ and most of the time it even gets the right ones
18:40
<&jerith>
Thanks. I'm unlikely to use it, because I do very little of this sort of thing, but it's nice to know that something like that exists. :-)
18:42
<&ToxicFrog>
(also, i=$((i+1)) can be replaced with ((++i)))
18:42 [1]McMartin [McMartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code
18:44 McMartin [McMartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has quit [Ping timeout: 121 seconds]
18:44 [1]McMartin is now known as McMartin
18:46 Degi [Degi@Nightstar-09u3rr.dyn.telefonica.de] has joined #code
18:49 mode/#code [+ao McMartin McMartin] by ChanServ
20:25 Degi [Degi@Nightstar-09u3rr.dyn.telefonica.de] has quit [Connection reset by peer]
20:35 Degi [Degi@Nightstar-09u3rr.dyn.telefonica.de] has joined #code
20:41 Kindamoody|afk is now known as Kindamoody
21:16 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
22:33 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection closed]
22:34 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code
22:34 mode/#code [+ao VirusJTG VirusJTG] by ChanServ
22:54 Degi [Degi@Nightstar-09u3rr.dyn.telefonica.de] has quit [Connection reset by peer]
22:56 [1]McMartin [McMartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code
22:56 Degi [Degi@Nightstar-09u3rr.dyn.telefonica.de] has joined #code
22:58 McMartin [McMartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has quit [Ping timeout: 121 seconds]
22:58 [1]McMartin is now known as McMartin
23:03 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds]
23:13
< Mahal>
frustrating conversations with helldesk
23:13
< Mahal>
"hey where did you see that setting" "Powershell" "Okay but where can I find it" "Powershell" "but I want to know where it *IS*, like in the web interface" "It's not, use Powershell" "but it must be!" "it's not, use Powershell" "So how did YOU find it??" ".... using ... POWERSHELL"
23:23
<&Reiver>
Did they not understand Powershell is an application
23:24
< Mahal>
no, they wanted me to tell them where in the Exchange GUI to find the setting
23:24
< Mahal>
It does not exist there, it's one of the ones that Microsoft only makes available via Powershell
23:25
< Mahal>
and this particular helldesk person is scared of command lines or something, IDK
23:26
<&Reiver>
to be fair, command lines are easier to fuck up
23:27
<&Reiver>
And you have already ascended to Powershell Wizard in their eyes, so the question "Yes okay you fix it with Powershell, well done, where is it in my nice safe GUI" is ... not a wrong place to /start/
23:30
< Mahal>
I should note, the summary of the conversation aboveshould not be taken as a comprehensive version of what actually happened :P
23:51 [1]McMartin [McMartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code
23:52 McMartin [McMartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has quit [Ping timeout: 121 seconds]
23:52 [1]McMartin is now known as McMartin
--- Log closed Wed May 08 00:00:47 2019
code logs -> 2019 -> Tue, 07 May 2019< code.20190506.log - code.20190508.log >

[ Latest log file ]