This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer] | |
"DisableSearchBoxSuggestions"=dword:00000001 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN:VCALENDAR | |
VERSION:2.0 | |
PRODID:-//hacksw/handcal//NONSGML v1.0//EN | |
CALSCALE:GREGORIAN | |
BEGIN:VEVENT | |
SUMMARY:Confraternização Universal | |
DTSTART;VALUE=DATE:20250101 | |
DTEND;VALUE=DATE:20250102 | |
DESCRIPTION:Feriado de Confraternização Universal. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
MP3 Splitter CLI Tool | |
This script splits a large MP3 file into individual tracks based on timestamps provided in a tracklist text file. | |
The user can specify which tracks to ignore. The script saves the resulting split tracks to a specified output directory. | |
Usage: | |
python split.py -i <input_mp3_file> -t <tracklist_file> -o <output_directory> | |
Arguments: |
OlderNewer