[ ] Wednesday, 25 March 2015 [ ]

eyeD3

Python library for working with ID3 metadata with mp3.

  • --add-image "file.png:FRONT_COVER"
  • -a "Artist Name"
  • -A "Album Name"
  • -G "Genre" --genre "Genre"
  • -n 1 track number
  • -t "This Song" track title
  • --release-date 2015
  • --text-frame=TPE2:"Album Artist Name" filename.mp3 compilation albums

Arudino Duemilanove

Dug out one of my older Duemilanove boards to play with, thus I needed to change the makefile setting to allow upload:

### for an arduino duemilanove
UPLOAD_RATE = 57600
PORT = /dev/cuaU2
AVRDUDE_PROGRAMMER = arduino
MCU = atmega328p
F_CPU = 16000000
VARIANT = standard
The only difference between this and the Uno is the upload speeds.

Was playing with the Adafruit RTC Breakout board - if you get the SDA and SCL lines round the wrong way you will end up with dates like: 2165/165/165.

pythonarduino


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $