- https://www.tvhelp.org.uk/audes/printallbytime.php?date=081204 (?date=YYMMDD)
(Lists only titles that had an described audio or visual when airing)
(Large backlog of data, but the service is ending Jan 1st 2024, unknown if data will stay or be removed)
Run the Python script and just like that a Websocket Server on port 8765 will be running.
From here forward/open the port 8765, or reverse proxy it with Caddy or NGINX (I recommend Caddy).
The WebSocket server responds 0x00 byte if the user is currently active. It responds 0x01 byte if the user is currently AFK. You should also check if it fails to connect and mark yourself as Offline.
The xml file is a Windows Task Scheduler export. You need to change the Logon User to your own.
You should also update the path of the actions, i.e. where the script is, or the folder it's in.
- Go to: https://embed-standalone.spotify.com/embed/track/4qFYvfS1CfLhuQdsRdWoPb
- Do:
"url":"(https:\/\/p\.scdn\.co\/mp3-preview\/[^"]+)"
- Example link: https://p.scdn.co/mp3-preview/a0c1c956aeaf57db6d1b978f6361b1517441725a
MP3-preview link is DRM free, just download and use.
- The first chapter must begin at
00:00:00.000
. - If the video begins with a Studio/Logo Bumper, then that must be the first chapter, with the proceeding Intro, Opening Credits, Flashback, "Last Episode...", e.t.c, should then be the next chapter and so on.
- The last chapter must begin at the very first non-black frame of Ending Credits text. If the first Credit text consistently and intentionally begins some time after the Ending Credits sequence begins, then the last chapter must begin at the very first non-black frame of the Ending Credits sequence.
- All Chapters there-after must begin at the very first non-black frame of Scene B on Scene A to Scene B transitions. This must be the case regardless if its a jump-cut, fade/wipe/dissolve transition, or a
If you have a .ciso
file, use nkit to convert it to .iso
.
The following are the file types you aim to extract, and what we will be converting to another format. Different Discs use different formats. So keep an eye out for any of these formats.
Feel free to contribute in any way.
Note The episode numbers are in the original Japanese airing order.
Some of these are from the JP NCOP/NCED/Intros. If the same scene is available in an actual episode, please inform me. The timestamps are of the English Dubbed release.
This is a directory of various Logo's I've scanned to remove.
All LGD files were scanned using AviUtil Extra Pack (english patch). I always aim to get as much samples at the lowest threshold possible. I usually aim for around 25-30. Please note that small residuals/outline of the logo may reside after using the LGD files. This is usually caused by compression messing up the calculation when using the LGD. Therefore this is not an error with the LGD file.
def software_pulldown(clip: vs.VideoNode, *pattern: list[int], tff: bool = True) -> vs.VideoNode: | |
""" | |
Add Software Pulldown by interlacing only where needed (aka Soft Pulldown). | |
No data is lost in the process. All frames interlaced by Pulldown would be | |
duplicate data as it uses n for the top field, and n-1 for the bottom field. | |
Parameters: | |
clip: Clip to apply pulldown to. | |
*args: The pulldown pattern to apply. Each integer is how many fields to |
`git checkout the_branch` | |
`git rebase --committer-date-is-author-date -i HEAD~35` | |
Where HEAD~35 is the latest 35 commits that you want to keep the dates of. | |
You could do `git rebase --committer-date-is-author-date -i --root` but I don't recommend it. |
#EXT-X-KEY:METHOD=AES-128,URI="data:application/octet-stream;base64,xtfhsRCnE3+t2bVKn+gLEQ==",IV=0x50f881b1f9598945878e60ccb139bb9c