Many many moons ago (June 2001 around 21 years ago from typing this) I took a great Tron Lightcycle model from Kareem Badr and ported it into Midtown Madness 2. I even made a site for it at oddball.iwarp.com complete with horrific font and background choices typical of the early 2k's (Thankfully these broke so it looks a lot more plain now).
With the passing of time and many harddrives and internet provider updates I lost the zip file from back then and now it looks to be lost to time. All that's left of the webpage and it's lonely image. If you still have this zip file gathering dust on a corner or your PC or Server please let me know, it would be great to give it a whirl again 🙂
For those who like a read, I found the original review for the bike when I submitted it to Midtown Motors back in the day, unfortunately the .zip I uploaded there was not captured so that's a bummer.
I've also put a forum post on mm2x.com about trying to find it after seeing an image another member had posted.
Quickly convert a SubRip .srt or WEBVTT .vtt subtitle file to plain text. Removes timestamps and .srt subtitle line numbers.
This was a quick project thrown together for my girlfriend, she’s still learning English and wanted to be able to read subtitles more like a transcript for some trickier language issues (and to understand the jokes in Friends by discussing them with me).
With a spot of feature creep and some encoding detection needs, it evolved into being able to detect character encoding, along with being able to understand both .srt and .vtt formats to save some pre-processing work.
Usage:
Pop the python file somewhere you can reach it and from a command line use: python C:\Python\subtotxt.py -f subtitle.srt
or python C:\Python\subtotxt.py -f subtitle.vtt
The script will check which format the subtitle file is (incase of incorrect file extensions), detect the character encoding used then write out a .txt file with the same name as your input. If the output file already exists it will ask for permission to delete and create a new one.
Advanced Usage:
The script has six more arguments you can parse:
–utf8 or -8
Forces the output file to use UTF-8 encoding. This may eliminate character encoding issues if you cannot view the output file. In practice, if you can read the contents of the input subtitle file successfully the output should work without the need to change the encoding.
–pause or -p
Pause the script at the sanity check stage to let you check some stats before continuing, handy if the output is not working.
–screen or -s
Prints the output to the console while writing to the file, may help with debugging failed outputs.
–copy or -c
Copies input to output without change, appends -copy to filename e.g.: subtitle-copy.srt, handy to use with –utf8 to quickly change encoding. Might be useful if your video player app cannot understand your original subtitle file encoding.
–overwrite or -o
Skips asking Output file already exists, delete and make a new one? [y/n] and simply deletes the existing output file to create a new one. Ideal for batch processing.
–help or -h
Shows above information.
Required External Modules
Send2Trash Python module to safely delete the old output file on both Win and *nix based systems.
cchardet Python module to detect your subtitle file encoding.
If your system does not these installed, it will auto install them on first use.
Features:
Fast (aside from initial missing modules install on slow net connections)
Input files character encoding formats are autodetected (if supported by cchardet)
Output files are wrote in the same encoding as the input or can be forced to UTF8
Should be cross platform friendly thanks to PathLib and Send2Trash
Handles UNC style \\myserver\myshare\mysub.srt paths thanks to PathLib
Handles SRT to TXT or WEBVTT to TXT
Handles multi line subtitles and subtitle lines with just numbers (does not confuse them with SRT line numbers)
WEBVTT: Removes ‘WEBVTT’, ‘Kind: xxxx’, ‘Language: xxx’ headers and Timestamps from output
SRT: Removes subtitle line #'s and Timestamps, will not work if first subtitle is not 1 or if duplicated line numbers are present (rare cases but possible), use SubtitleEdit to renumber lines for now if this happens.
Examples:
WEBVTT Input:
WEBVTT
Kind: captions
Language: en
00:00:18.590 --> 00:00:21.389
you'll hear a telephone conversation
00:00:21.389 --> 00:00:23.310
now you have some time to look at
00:00:23.310 --> 00:00:27.589
questions one to six
or SRT Input:
1
00:00:18,590 --> 00:00:21,389
you'll hear a telephone conversation
2
00:00:21,389 --> 00:00:23,310
now you have some time to look at
3
00:00:23,310 --> 00:00:27,589
questions one to six
Output:
you'll hear a telephone conversation
now you have some time to look at
questions one to six
Examples with non latin characters:
These are random examples take from an SRT website. cchardet detects the encoding as UTF-8-SIG, Notepad++ detects as UTF-8-BOM, these are technically the same thing.
Arabic SRT in UTF-8-BOM / UTF-8-SIG encoding:
1
00:00:02,425 --> 00:00:20,776
تـرجـمـة وتـعـديـل
الدكتور علي طلال
2
00:00:58,425 --> 00:00:59,776
مادلين)؟)
3
00:01:01,705 --> 00:01:03,462
هل تريدين أنّ تأكلين مجددًا؟
Output with forced UTF-8 encoding:
تـرجـمـة وتـعـديـل
الدكتور علي طلال
مادلين)؟)
هل تريدين أنّ تأكلين مجددًا؟
Chinese (Simplified) SRT in UTF-8-BOM / UTF-8-SIG encoding:
Output file in original UTF-8-BOM / UTF-8-SIG encoding:
瑪德琳?
(妳又想吃飯了?)
(妳心情不好才會吃這麼多)
瑪德琳!
Future plans:
Possibly handle more formats (.ssa Sub Station Alpha would be the other major one I could think of), for now you can use something like SubtitleEdit to convert most other formats to .srt or .vtt. If you have a format you would like to convert to txt, contact me or raise an issue to see if I can add support.
GUI option for simple drag and drop usage.
Figure out a checking method for misnumbered or duplicate numbered SRT line numbers.
Handle stripping out SRT formatting tags for bold, italic etc…
License:
Released as CC0, use it how you wish. If you do use it elsewhere, please be awesome and tag me as the original author. 🙂
Over time scraping a YouTube playlist for it's urls has become more of a challenge, for my own needs I wanted to easily and quickly grab a list of these.
This handy Python script will do the job quickly and save a lot of manual work.
I do enjoy a bit of Retro Gaming, especially the older arcade stuff. Like a lot of folk now I use RetroArch to make it close to a pick up and play experience. Wanting to streamline things I wanted to extract just the NeoGeo, Naomi and Atomiswave games from the core mame.xml to create some custom RetroArch playlists.
It's pretty straightforward, feed it your mame.xml and a search term, it will then scan the .xml and create a new one containing only the games that match. Coded in Python, it's not the most elegant piece of coding you'll see on the net but it's functional and fast.
There maybe some improvements in the future when I can suss out some what to search for, for example removing mechanical, fruit machines etc...
I recently aquired a set of Arctis 3 headphones that were near enough new but missing the little splitter cable that comes with them so you can use them with a regular headphone and mic setup on a PC. While no use for me (deaf in one ear) my other half likes them for her Zoom and Google Meetings so a replacement lead was needed.
After a quick search of AliExpress I found these splitter that convert most types of 4 pole 3.5mm headphones/earbuds etc.. to regular 3.5mm stereo headphone and microphone plugs. If you have a set of Arctis headphones or similar and want to connect to a regular PC this cable will do the trick.
Replacement splitter cable, suitable for Steelseries Arctis 3, 5 and 7
If you are missing the complete cable with the funky propretory connecter from the headphones themselves you can buy a range of replacement options. Click the image below to head to a search I made to help you find a replacement. These cables will suit the Steelseries Arctis 3, 5 and 7 Pro series of headphones.
Replacement cables for Arctis 3, 5 and 7 Pro series
Like everyone else during lockdown, I have needed to find something to do to help pass the time, having had a moment of genius/madness I came up with my #wearamask range of prints which you can have printed on pretty much anything... No really, anything, T-Shirts, Hoodies, Mugs, Stickers, Posters and more. Check out a few examples and click through to be taken to Redbubble, great prices and speedy delivery.
Upgrade
your mobile gaming experience with this high quality direct connection
controller, no more pairing, battery, lag issues just hook upto your
phone and get gaming. Will work with pretty much any game through either
touchscreen press simulation or direct MOGA style input. It also has a
handy passthrough so you can connect your charger or battery pack to
keep gaming longer. The additional earphone socket let's you blast away
your enemies in privacy :)
UPDATE 27/02/21: the latest app/firmware for this now allows S1 and S3
to be mapped either as C+Z (Great for 6 button console games) or more
importantly L3 and R3. Head to http://www.opd-display.com/app.html and
grab the apk from the blue 立即下载 V1.5.0.29(推介N1 PRO /X1以及X1 PRO X2
PRO鼠键产品玩家下载 link at the top. Once installed make sure to update the
firmware which should bring you upto V1.001.26
The China options is the cheapest but EU and US locations are faster for those in a hurry. 😃
We also have a Setup Guide and Advanced Guide to help you get more from this controller. The first YouTube video below also has a fairly active comments section in place of a forum.
These work great with most modern shooters and
driving games e.g.: PUBG, Fortnite, Overwatch, Ashphalt 8/9 etc... as
these are essentially console games on your phone. when switched to 'simulation'
mode you are no longer pretending to touch the screen (possibly causing
bans from looking like you have a helper app) instead you control the
game directly, no lag, no emulation :)
Excellent
for emulator use on your phone, play all the classics with a proper
controller, most of the really good emulators support direct keymapping
but others can be controlled through the touchscreen mapper.
Older
games that only partially support controllers or are touchscreen can be
mapped to the controller using the included app. The controller can be
mapped for pretty much any type of game, platformers, swipers, shooters
and drivers can all be controlled, you could even use it for Angry Birds
if you really want. The full potential range of controls is pretty
huge, and very customisable.
Features:
Portable: The game controller is compact and lightweight, convenient to carry out, does not occupy much space.
Direct Connection: Simply pop your phone in and play, no connection/pairing issues.
Type C fast charging: The game controller features a fast charging Type C interface, supports charging and playing game at the same time.
Headphone socket: Easily connect your headphones to enjoy uninterrupted gameplay
Telescope phone holder: The telescope phone
clip, whose holding length is up to 6.68inch, is widely suitable for
different sizes of smart phone.
Sensitive buttons design: The four
direction buttons, X,Y, B, A buttons, and two joysticks are sensitive
enough for you quick operation. The buttons is placed on the gamepad in
suitable distance according to your finger length.
Macro function: The game controller
supports to design high class macro setting by yourself, which can
effectively finish a set of operations by one button.
Scope of application: The gamepad is
widely suitable for different sizes smart phone, the max size is up to 7
inch. This game controller is not suitable for iPhone or for Android
phone with micro USB interface.
Specification:
Type: Game Controller
Material: ABS + electric component
Color: Black
Interface: TYPE-C (To Phone) / TYPE-C & Earphone sockets on unit