Programación


Internet Programación

Desde que publiqué el programita para Pasar videos Google y YouTube a AVI, tanto a Google como a YouTube les ha dado tiempo de cambiar el formato de las páginas con lo que ya no funciona. Y bueno, ya puesto a modificar el script para que vuelva a funcionar pensé en hacerle unas modificaciones, y tantas modificaciones que hasta le he cambiado el nombre :mrgreen:. Ahora el script ya no solo sirve para videos de Google y de YouTube, sino que es capaz de descargar de múltiples sitos webs de videos que podrán ir siendo más con el tiempo ya que este sorporte se basa en plugins, con lo que con añadir un nuevo plugin el programa será capaz de descargar videos de un nuevo portal de videos. También fueron solucionados los problemas de los codecs, que ciertas versiones de FFmpeg no tenían soporte para mp3 (concretamente la versión de Ubuntu).
(more…)

Música Programación

This is my second amaroK script: amaroKopete. This script changes Kopete global nickname with a customized name based on current song information, and optionally allows to use the cover as global photo. There are some similar amaroK scripts but these scripts doesn’t change the nickname and the name isn’t customizable, so I made this script.

The customized nickname is built with a variables set that contains the information about the current song.

Programación

I have been testing Kommander, a script language for KDE with a powerful IDE and this is my first creation with Kommander.

It downloads a flash video from Google Videos or from YouTube and converts it to AVI format (MPEG4 for video and MP3 for audio) using FFmpeg as back-end.

Update:There are a new version of this script, you can find updated information about it in: FLVGET

Bluetooth Programación

Since few month I had been using amaroK, this is a great music player for KDE with a powerful DCOP interface. This interface is the base of BlueamaroK, a script programmed in TCL that controls basic functions of the amaroK player with a SonyEriccson mobile telephone through a bluetooth connection.

Informática Programación

Often I have had a problem passing text files from a machine to other one, because I loose the especial characters. This happens when the machines use different codification tables.

So at the moment is prevailing the UTF-8, an universal codification table. Now, I try to use this table in my text files. With this purpose I programmed a BASH shell script to change recursively the encoding of every file into a directory to UTF-8 encoding.

Download: 2utf8

The usage is very simple, just execute the script passing the base directory name as parameter.

Important note: This program is GPL so this is distributed whitout any warranty. I can’t guarantee the good operation of this script, make a backup before and USE IT UNDER YOUR OWN RISK.