A command line Ipod tool. It can browse by playlist, artist, album, or title. It can also add songs and remove songs. All updates are located at http://www.freevohelp.com/pypod/
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
UPnP-Music-Server. It serves a sqlite-database of your mp3 music collection to a upnp-client. I tested it with Noxon from Terratec. Written in Python. I no longer work on this project since I do not have access to the hardware any more.
Pwim utilizes python to find through a given set of directories the string, or strings, that you meant to play. For example, 'pwim pick ice' will yeild you 'maison ikoku - The Pillows - ice pick.wmv' to be played with whatever media player of your choice.
dvd copy does what the name implies, it copies the main feature of a dvd to the hard drive then shrinks it down to fit on a 4.7GB dvd then burns it to a dvd. This is good for making backup copies of dvds you legally own.
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Amphion is an audio server and a collection of clients designed to play audio tracks, maintain playlists, and tweak the output volume. Amphion lets you plug a server into your stereo and control the tracks played on your stereo from another machine.
VIDEO DeDup
Find duplicate videos by content. Parse a video directory to create one image every n seconds, then identify duplicate images and show possible video duplicates for manual analysis.
. 1f_parse scan video source folder, replicate with ffmpeg an image folder, then for each image create a fingerprint.
. CompareV2 perform the fingerprints comparison and works in memory with constant memory usage. It is folder agnostic and parse fingerprints ordered by source file name. Since...