Projects tagged ‘python’ and ‘tags’


Jump to tag:

Projects tagged ‘python’ and ‘tags’

Filtered by Project Tags python tags

Refine results Project Tags tagging (7) tag (6) music (5) ogg (4) mp3 (4) audio (4) mac_os_x (3) podcatcher (3) mac (3) multimedia (3) avi (3) client_server (3)

[15 total ]

43 Users
   

This tagging application is geared to clean up the music metadata for whole albums at a time. Leveraging the powerful and plentiful MusicBrainz database, even songs with no tags nor file ... [More] information at all could be tagged thanks to the PUID file identification capabilities integrated into Picard. [Less]
Created over 3 years ago.

32 Users
   

XBMC media center is a free cross-platform media-player jukebox and entertainment hub. XBMC is open source (GPL) software available for Linux, Mac OS X, Microsoft Windows operating-system, and the ... [More] Xbox game-console. XBMC can play a very complete spectrum of of multimedia formats, and featuring playlist, audio visualizations, slideshow, and weather forecast functions, together with a multitude of third-party plugins. [Less]
Created over 2 years ago.

27 Users
 

XBMC is a multimedia player/jukebox for the Xbox from Microsoft. It can be used to play or view most common video, audio, and picture formats such as MPEG-1/2/4, DivX, XviD, MP3, AAC, JPG, and GIF ... [More] directly from a CD or DVD in the Xbox DVD-ROM drive or from the Xbox hard drive. XBMC can also stream files over a local network or from the Internet. Playlist and slideshow functions, a weather forecast, and many audio visualizations are also included. [Less]
Created over 3 years ago.

3 Users
 

A collection of python scripts for XBMC. This is the home to such scripts as Apple Movie Trailers, Youtube, Xinbox, xStocks, Accuweather and Tetris just to name a few. If you have made a script ... [More] that you would like to commit to this svn contact one of the Project Admins. The offical channel for this project is #xbmc-scripting on Freenode network. Its for code support only, not support how to get a script to work. [Less]
Created about 1 year ago.

1 Users

Taggable provides a Python mixin class that you can add to any class that already inherits from Google AppEngine's db.Model class. Tags are stored efficiently in a separate Model, and any number of Models can use Taggable simultaneously.
Created about 1 year ago.

0 Users

An efficient, denormalized and multidimensional tagging library for Django 1.0+
Created about 1 year ago.

0 Users

console email client written in python which has similar functionlity to gmail (tags, filters, converstaions)
Created 11 months ago.

0 Users

Описание jsTagNotes - это набор файлов, который позволяет сделать из файла в формате XML с описанием заметок ... [More] удобную в использовании HTML-страницу. На данный момент отображение страницы проверено только в Firefox. Если вы используете другой браузер и столкнулись с проблемой, пожалуйста, напишите issue. Каждой заметке в исходном файле можно сопоставить ключевые фразы - теги. Они будут отображаться в верхней части HTML-страницы, так чтобы легко искать заметки по ключевым словам (демонстрация). Для поиска заметок можно использовать и поиск в браузере. Использование Как написано выше, вначале вам нужно написать файл в формате XML с описанием заметок. Скачайте архив с примером и посмотрите пример. Далее с этим файлом можно поступить тремя различными способами, которые не очень наглядно изображены на диаграмме ниже. На самом деле вам скорее всего не нужно даже на неё смотреть. Просто поместите свой XML-файл в папку jsTagNotes и откройте его в браузере. [Less]
Created 11 months ago.

0 Users

Corey's zuiMost of the time I've spent developing The Zui (aka tzui) has been on design. I've had the basic idea of how a zui should work for several years now (see our ZUI specification) but I've had ... [More] to make some compromises as I cranked out the code. So currently it's rather rudimentary, but it nevertheless gives you a glimpse of the possibilities. Just be warned that it's still buggy despite the simplicity of the architecture. It uses the Opioid2D framework, which is an excellent interface to an efficient OpenGL 2D rendering engine. But it can't handle very large images (it's made for games!), so be careful about that. While it can only use images (png, gif, jpg), the zooming interface itself is largely complete--all that remains are some scaling issues and better pan controls. Check out my roadmap, download the executable on the right of this page, or grab the source. And of course, have fun! Jono's zuiAt this point, this is just a quick-and-dirty prototype of a ZUI (Zooming User Interface) in Python, using wxpython. It was inspired by the ZoomWorld presented in Jef Raskin's book 'The Humane Interface'. My first goal is something very modest. I'm trying to make a ZUI-based application that I can use to edit and upload webcomics (a hobby of mine, for which the existing tools are quite frustrating). This will require the ability to manipulate, edit, and transform various text and graphical formats, save changes, and upload them to a URL. So, it is a nicely limited problem domain that at the same time poses interesting challenges. Also, I figure that writing something I will actually use is the best way to get work done on this ZUI since I will be eating my own dog-food. Longer-term goals are to see what we can do, interface-wise, by combining a ZUI with a tagging system, and to make a useful and working prototype of the kind of ZUI described in The Humane Interface, and then to go beyond it. |;`) [Less]
Created 12 months ago.

0 Users

IntroductionVtags is an auxiliary tool for verilog coder. It can analyze verilog source code files, and do following two things: . create hierarchical report, which figures out the module ... [More] instantiation tree. . create tags, which can be used vi VI eidtor. Yes, just like ctags, but with additional feature, that can trace signal drivers. Known Issues. python 2.3 or above needed . nested `include directive not supported . limited support for `define directives DownloadTo download vtags by subversion: svn checkout http://vtagspython.googlecode.com/svn/trunk/ vtags.py is built from python, you need a python runtime to run it. You can get your python runtime at this URL: http://www.python.org/download Any comment is welcome: vtags是verilog语言的辅助工具。它读入verilog的源代码,完成两个功能: 生成hierarchy.rpt 这是层次化的,描述模块嵌套调用关系的报表 2.生成tags 这是给vi用的文件,可以实现关键词跳转。 是的,就像ctags。但是比ctags胜在能实现信号驱动关系的追踪。 下载可以用subversion 客户端软件 svn checkout http://vtagspython.googlecode.com/svn/trunk/ 也可以直接用http://下载 http://vtagspython.googlecode.com/svn/trunk/ 该程序是用python写的,要运行它,用户需要先安装python运行环境。你可以在这个地址找到适合你的系统的python: http://www.python.org/download [Less]
Created 12 months ago.