GitHub - Frinjee/loose_scripts: collection of current & past scripts
z_fetch.py
Export Zotero group library items to a styled Excel workbook (.xlsx) from either a single collection tree or the full library. The output includes core item fields plus creator and collection metadata, with recursive traversal and deduplication built in
usage
python z_fetch.py -g GROUP_ID -o out.xlsx -a for full walk or -c for a single collection tree
output example
media_dl.py
Download X or YouTube videos and convert them to MP4, MP3, or both. The script supports video-only mode, audio-only mode, and full download plus conversion, with yt-dlp handling extraction and ffmpeg handling conversion.
usage
python media_dl.py URL -a -a for both mp4 & mp3 -v for only mp4 -m for only mp3
