websiteWebsite
sima MPD_sima
MPD autoqueue daemon - Automagically add titles to mpd playlist

 

Browse the code

Feed subscription: RSS or Atom.
Revision Differences Author Date Message
641 differences kaliko 2013-04-13 14:45:47 * Updates documentation
640 differences kaliko 2013-04-13 14:32:09 Enhanced bash completion using _filedir function
639 differences kaliko 2013-04-13 13:09:09 Fixed unmanaged loop
638 differences kaliko 2012-12-06 19:05:38 * New python3 version of the daemon
637 differences kaliko 2012-12-04 20:47:23 * Better handling of XDG folders, thanks ldolse (fixes #2897)
636 differences kaliko 2012-12-04 20:42:36 * fixed a typo in Exception message
635 differences kaliko 2012-10-02 21:37:16 * Remove misleading debug message, "Dynamic similarity: 99%" ain't possible
634 differences kaliko 2012-10-02 21:29:59 * Fixed a typo in manual
633 differences kaliko 2012-09-27 10:43:25 * [DOC] Do not use a boolean for passwd value
632 differences kaliko 2012-09-27 09:57:44 * remove useless tools directory
631 differences kaliko 2012-09-26 17:29:59 * Tagging 0.10.0
630 differences kaliko 2012-09-26 16:58:47 * 0.10.0 release
* Update manual pages.
629 differences kaliko 2012-09-26 16:25:20 * Updates documentation
628 differences kaliko 2012-09-12 07:11:35 * Fixed a typo in log message
627 differences kaliko 2012-05-31 11:44:05 * Catch an uncaught socket timeout (fixes #2873)
626 differences kaliko 2012-04-04 09:10:57 * Complete rewrite of MPD client
* removed a self._set_last_track_inqueue() remaining
625 differences kaliko 2012-04-03 16:45:56 * Removed unused "current_last_track" parts
* Removed useless exception catch on add tracks
624 differences kaliko 2012-04-01 15:50:10 * removed useless special case for "Various Artists"
* Add Changelog entry
623 differences kaliko 2012-04-01 14:16:55 * Improved album detection for multi-artist cases
622 differences kaliko 2012-04-01 12:08:48 * Fixed socket timeout issue (fixes #2864)
621 differences kaliko 2012-04-01 11:51:17 * reformating some log messages
620 differences kaliko 2012-03-30 21:19:41 * Controls conf file is R_OK
* Start 0.10 branch
619 differences kaliko 2012-02-26 23:34:00 * removed exe property
618 differences kaliko 2012-02-26 23:21:15 * Tagging 0.9.2
617 differences kaliko 2012-02-26 23:19:09 * Merged r616 in branches/0.9/
616 differences kaliko 2012-02-26 21:18:32 * Makefile fix (fixes #2849 and fixes #2848)
615 differences kaliko 2012-02-24 11:16:52 * Tagging 0.9.1
614 differences kaliko 2012-02-24 11:14:15 * Preparing 0.9.1 release
613 differences kaliko 2012-02-24 10:52:31 * Merged r612 in branches/0.9/
612 differences kaliko 2012-02-24 10:49:51 * Eventually and hopefully fixed another bad implementation of MPD/idle
611 differences kaliko 2012-02-17 17:50:19 * Updates manual section
610 differences kaliko 2012-02-17 17:45:14 * Some cleanup/corrections in documentation
609 differences kaliko 2012-02-10 16:58:26 * Fixed a brown paper bag bug…
608 differences kaliko 2012-02-10 16:56:26 * Fixed a brown paper bag bug…
607 differences kaliko 2012-02-10 16:53:02 * Fixed an uncontroled loop when starting with MPD stopped
606 differences kaliko 2012-02-10 11:13:55 * Tagging 0.9.0
605 differences kaliko 2012-02-10 11:12:41 * Merge latest changes to 0.9 branch
604 differences kaliko 2012-02-10 11:08:28 * Prepared 0.9.0 release.
603 differences kaliko 2012-02-10 10:28:28 * Removed loop criterion calculation.
602 differences kaliko 2012-02-03 16:29:04 * Fixed --var_dir option, thanks Artur Frysiak (fixes #2796)
601 differences kaliko 2012-02-03 16:24:54 * Enhanced log message for 'create_db' option
600 differences kaliko 2012-01-29 18:18:15 * Fixed a typo in log message
599 differences kaliko 2012-01-16 19:46:15 * fixed a regrassion in env. var management for simadb_cli
598 differences kaliko 2012-01-07 12:13:14 * Merged latest trunk changes
597 differences kaliko 2012-01-07 12:01:48 * better use of MPD/idle command
596 differences kaliko 2011-12-30 11:01:21 * fixes a missing time stamp in Changelog.
595 differences kaliko 2011-12-30 10:21:16 * Some corrections in manual page for mpd-sima.cfg
594 differences kaliko 2011-12-15 20:09:43 * loop detection enhancement
593 differences kaliko 2011-12-15 20:09:22 * More precise method comment
592 differences kaliko 2011-12-15 19:45:57 * Some refactoring, use same get_environ function in simadb_cli and mpd_sima
591 differences kaliko 2011-12-15 13:35:51 * refactored caching
590 differences kaliko 2011-12-04 16:31:41 * Fixed a typo
589 differences kaliko 2011-12-04 16:05:40 * Add loop_detection test
* Clean SimaDB call in main loop
588 differences kaliko 2011-10-23 12:46:21 * Updates python-daemon to 0.4
587 differences kaliko 2011-10-20 19:05:53 * combine dynamic similarity and fixed similarity
586 differences kaliko 2011-10-19 18:42:45 * fixes a bug when merging UserDB
585 differences kaliko 2011-10-17 19:16:45 * Add local artists lits to the internal cache
584 differences kaliko 2011-10-16 17:49:08 * Some clean up in dynamic feature.
583 differences kaliko 2011-10-16 14:52:37 * Add dynamic similarity (fixes #2593)
582 differences kaliko 2011-10-09 13:27:18 * New CLI option --create-db
581 differences kaliko 2011-10-09 12:45:55 * Use only needed subsystems for idle command
* Use iterators in MPD client
580 differences kaliko 2011-10-09 08:49:01 * Use idle MPD command to detect MPD database changes.
579 differences kaliko 2011-10-08 16:35:53 * Switch to idle command to drive the main loop
* Updates documentation
578 differences kaliko 2011-10-01 08:12:58 * Merge latest trunk changes to 0.9 branch
577 differences kaliko 2011-10-01 08:10:49 * chmod a-x lib/mpd_player.py
576 differences kaliko 2011-09-30 12:00:13 * Nearly done for client abstraction, remains to deal with configuration
575 differences kaliko 2011-09-29 14:23:53 * Does not require an int for MPD port, leave MPD client to raise an exception.
574 differences kaliko 2011-09-29 11:17:50 * add unicode repr in Track() object
* some clean up
573 differences kaliko 2011-09-29 09:01:29 * set type whithin Track object for Track().pos (integer)
572 differences kaliko 2011-09-28 19:51:45 * removed useless debug print
571 differences kaliko 2011-09-28 19:17:39 * some clean up :)
570 differences kaliko 2011-09-28 18:44:34 * updates documentation
569 differences kaliko 2011-09-28 18:33:58 * fixes a typo in crop method
568 differences kaliko 2011-09-28 18:00:04 * Start working on #2418, client abstraction
567 differences kaliko 2011-09-23 13:31:50 * merged lastest daemon changes
566 differences kaliko 2011-09-18 18:51:00 * some cleanup
565 differences kaliko 2011-09-18 18:42:28 * Empty password does not trigger auth attempt (fixes #2543)
564 differences kaliko 2011-09-18 15:48:13 * fixes a typo, thanks mathieui ;)
563 differences kaliko 2011-09-17 11:58:31 * updates Changelog
562 differences kaliko 2011-09-17 09:37:40 * Does not queue twice the same album (fixes #2595)
561 differences kaliko 2011-09-17 08:22:33 * some clean up, thanks pylint ;)
560 differences MsieurHappy 2011-09-16 10:35:42 [archlinux] * Add PKGBUILD 0.8.0
559 differences kaliko 2011-08-05 13:21:14 * merge latest trunk changes to 0.9
558 differences kaliko 2011-08-03 18:07:02 * fixes english error in documentation (thanks lintian)
557 differences kaliko 2011-08-01 19:32:17 * Updates copyright holders file
* Fetch latest daemon.py (cosmetic changes)
556 differences kaliko 2011-08-01 19:28:53 Improved execution time in tracks history look up mainly.
555 differences kaliko 2011-07-21 08:07:13 * Creating 0.9 branch
554 differences kaliko 2011-07-20 19:34:06 * aesthetic logging changes
553 differences kaliko 2011-07-20 19:18:05 Some refactoring s/_extract_unplayed/_extract_playable_track/
552 differences kaliko 2011-07-12 15:05:05 Add some entropy in _get_artists_list_reorg() method, thanks Black Stripes ;)
551 differences kaliko 2011-06-08 20:03:21 * [debian] tagging 0.8.0-2
550 differences kaliko 2011-06-08 20:02:06 * [debian] 0.8.0-2 updates, thanks Tanguy
549 differences kaliko 2011-05-25 17:46:21 * fixes again #2368, previous fix is throwing an exception (couldn't figure out why)
548 differences kaliko 2011-05-22 18:41:17 * PID file creation now respects system umsask (fixes #2368)
547 differences kaliko 2011-05-15 13:20:59 * [debian] tagging 0.8.0-1
546 differences kaliko 2011-05-08 17:00:22 * [debian] 0.8.0-1 debian package looking pretty good :)
545 differences kaliko 2011-05-08 12:10:24 * tagged Changelog
544 differences kaliko 2011-05-08 11:37:28 * Tagging 0.8.0, first Daemon capable release
543 differences kaliko 2011-05-08 11:16:23 * merged latest trunk changes to 0.8 branch
542 differences kaliko 2011-05-07 20:15:21 * Creates config directory only when it's necessary
541 differences kaliko 2011-05-07 17:14:47 * Complete Exception implementation in SimaDB module (checking for R/W of db file)
540 differences kaliko 2011-05-05 18:37:20 * Add Exception in SimaDB module, checking for R/W of db file
539 differences kaliko 2011-05-04 13:33:06 * enhanced fuzzy search for short (<8 letters) single word artist name
538 differences kaliko 2011-05-01 21:23:49 * [debian] Add logrotate file, other improvements.
537 differences kaliko 2011-05-01 09:29:11 * Add forgotten exception in MPD connection method (fixes #2295)
536 differences kaliko 2011-04-15 14:05:33 * Add missing --var_dir to bash completion file
535 differences kaliko 2011-04-15 13:33:49 * enhanced reorg method for better artists pickingi, honoring play history.
534 differences kaliko 2011-04-13 08:09:40 * fixes a bug in urllib exceptions handling
* set log messaging priority to error when needed
533 differences kaliko 2011-04-11 19:12:20 * [debian] Preparing damon packaging
532 differences kaliko 2011-04-11 12:24:23 * fixes a bug in blacklist filtering for artist
531 differences kaliko 2011-04-06 18:16:33 * Merged latest trunk changes to 0.8 branch
530 differences kaliko 2011-04-05 14:55:29 * fixes a refactoring typo
529 differences kaliko 2011-04-03 15:39:18 * set a cache limit to 4 hours
* updates copyright headers
528 differences kaliko 2011-04-03 15:34:12 * fixes a minor bug in log message formating
527 differences kaliko 2011-04-03 11:43:55 * fixes a bug in simadb_cli, option --port was not honored
526 differences kaliko 2011-04-02 23:58:55 * Fixes a bug in cleaning SQLite methods
525 differences kaliko 2011-04-02 09:17:50 * changed svn properties
524 differences kaliko 2011-04-02 09:08:35 * tweak cache limit in simafm module
* some improvements in main fonction mpd_sima
523 differences kaliko 2011-04-01 08:10:33 * add (again) database relational model (dia format)
522 differences kaliko 2011-03-28 21:33:28 * add cache limit in simafm module
521 differences kaliko 2011-03-28 13:56:49 * updates daemon copyright header
520 differences kaliko 2011-03-27 16:04:55 * disable simafm cache (default as False)
519 differences kaliko 2011-03-10 08:45:00 * updates copyright holders and source copyright header
518 differences kaliko 2011-03-09 06:24:45 * updates JID and THANKS file
517 differences kaliko 2011-02-12 15:15:41 * Fixes a bug for albumartist tag with multiple entry.
516 differences kaliko 2011-02-08 09:27:53 * Add AlbumArtist to tags list to be collapsed (bug spotted by Black Stripes)
* Remove a forgotten debug pring in simadb.py
515 differences MsieurHappy 2011-02-01 12:30:47 * [archlinux] Update trunk PKGBUILD
514 differences MsieurHappy 2011-02-01 11:20:54 * [archlinux] Add 0.7.2 PKGBUILD
513 differences kaliko 2011-01-30 12:17:34 * Tagging 0.7.2 Bugs fix release
512 differences kaliko 2011-01-30 11:21:02 * Prepare 0.7.2 release
511 differences kaliko 2011-01-29 00:19:01 * import fix from the trunk => 0.7 branch
510 differences kaliko 2011-01-29 00:05:04 * merged latest trunk changes to 0.8 branch
509 differences kaliko 2011-01-29 00:02:16 * Fixed a bug introduced fixing #2113, datetime was badly formated.
508 differences kaliko 2011-01-23 17:28:12 * Improves documentation
507 differences kaliko 2011-01-23 16:58:51 * Updates Changelog
* Updates documetation
* Makefile: remove default bash completion installation
506 differences kaliko 2011-01-23 16:46:11 * Fixes something similar to #1568 when MPD resume playing
* Add urllib2.urlopen timeout, break python 2.5 compatibility
* Remove useless __future__ import
* PEP8 cleanup
505 differences kaliko 2011-01-23 16:37:04 * fixes stupid svn import
504 differences kaliko 2011-01-23 16:35:15 * [debian] tagging 0.7.1-1
503 differences kaliko 2011-01-23 16:33:11 * [debian] tagging 0.7.1-1
502 differences kaliko 2011-01-23 14:27:33 * Removed useless sha bang (spotted by Link Mauve)
501 differences MsieurHappy 2011-01-22 17:32:33 * [archlinux] Add 0.7.1 PKGBUILD
500 differences kaliko 2011-01-22 15:40:30 * fixes Makefile
499 differences kaliko 2011-01-22 15:34:39 * removed bash_completion from install target
498 differences kaliko 2011-01-22 14:40:10 * some pep8 cleanup :)
497 differences kaliko 2011-01-22 11:48:19 # Eventually fixes #2091
496 differences kaliko 2011-01-22 11:37:55 * damn #2091 :@
495 differences kaliko 2011-01-22 08:35:19 * Tagging 0.7.1 Bugs fix release
494 differences kaliko 2011-01-22 08:26:37 * backport #2091 fix
* prepare 0.7.1 tag
493 differences kaliko 2011-01-21 15:39:57 * Hopefully fixes #2091
492 differences kaliko 2011-01-21 15:30:39 * Add *NON-BUGGY* __nonzero__() method to Track() /o\
491 differences kaliko 2011-01-21 14:27:07 * Add __nonzero__() method to Track(), tries to fix #2091
490 differences kaliko 2011-01-20 10:41:40 * Merged latest trunk changes to 0.8 branch
489 differences MsieurHappy 2011-01-19 20:32:21 Add trunk PKGBUILD for ArchLinux
488 differences kaliko 2011-01-19 19:33:51 * [debian] remove useless file
487 differences kaliko 2011-01-19 16:07:04 * Fixes #2113 in 0.7 branch
* Add Makefile enhancements from the trunk
* Prepare 0.7.1 release
486 differences kaliko 2011-01-19 15:17:00 * Removed use of date() SQLite function (Fixed #2113)
485 differences kaliko 2011-01-14 15:30:50 * Add bash completion installation
484 differences kaliko 2011-01-12 18:53:58 * Add Makefile to build manual.
* Build manual with updated licence
483 differences kaliko 2011-01-12 15:39:32 * [debian] Added alternative copyright file (dep5 formated)
482 differences kaliko 2011-01-12 14:38:05 * switched to GPL-3 for documentation
481 differences kaliko 2011-01-10 20:58:09 * Updates Makefile: added man, bin targets in all:
480 differences MsieurHappy 2011-01-10 16:13:36 * Updates Makefile: fixes man directory creation
479 differences kaliko 2011-01-08 09:41:46 * Fixes bad import of Track object (Track() has been moved to lib/track.py).
* Fixes bad log info about reconnection timeout.
478 differences kaliko 2011-01-04 19:03:02 * Merge latest changes into 0.8 branch
477 differences kaliko 2011-01-04 18:59:29 * Updates documentation
* Updates Makefile
476 differences kaliko 2011-01-04 15:57:22 * [documntation] Add mpd_sima configuration manual
475 differences kaliko 2011-01-03 18:36:29 * Updates documentation (Fixed #1921)
474 differences kaliko 2011-01-03 18:33:36 * Creating 0.8 branch
473 differences kaliko 2011-01-03 18:22:57 * Add Makfile in 0.7 branch
472 differences kaliko 2011-01-03 18:18:05 * [debian] delete 0.7.0-1
471 differences kaliko 2011-01-03 18:14:22 * Updates Makefile, doc and wrappers to reflect file name change
470 differences kaliko 2011-01-03 16:00:47 * Add shutdown sequence in non-daemon mode
469 differences kaliko 2011-01-03 11:37:14 * Fixes shell wrapper
* Fixes bogue in daemon.py
468 differences kaliko 2011-01-02 21:06:28 * renamed mpd_sima and actually add the file in the repo. Daemons' code inside.
467 differences kaliko 2011-01-02 20:59:27 * Daemon mode \o/ Fixed #616
466 differences kaliko 2010-12-28 22:29:58 * Some refactoring
465 differences kaliko 2010-12-26 13:03:18 * [make] Fixes sources installation
464 differences kaliko 2010-12-26 12:53:19 * [make] Fixes wrappers installation bug
463 differences kaliko 2010-12-24 14:10:43 * Add shell wrappers
462 differences kaliko 2010-12-23 20:46:52 * Add Makefile and INSTALL files
461 differences kaliko 2010-12-18 15:09:28 * [debian] fixes changelog
460 differences kaliko 2010-12-18 12:28:19 * Tagging 0.7.0
459 differences kaliko 2010-12-18 12:17:11 * [debian] re-tagging 0.7.0-2
458 differences kaliko 2010-12-18 12:16:01 * [debian] Fixes control file
457 differences kaliko 2010-12-18 11:16:20 * Merge latest trunk changes to 0.7 branch
456 differences kaliko 2010-12-18 11:14:55 * Updates documentation manual and Changelog
455 differences kaliko 2010-12-18 09:45:10 * Correct mpd client call, find albums for a specific artist
454 differences kaliko 2010-12-18 08:56:29 * Fixes album history lookup (Fixed #2060)
453 differences kaliko 2010-12-17 14:50:08 * Updates changelog
* Updates documentation
452 differences kaliko 2010-12-17 14:47:38 * Fixes a bug with MPD_HOST MPD_PORT env. var. overriding config. file.
451 differences kaliko 2010-12-12 10:54:59 * [debian] tagging 0.7.0-2
450 differences kaliko 2010-12-12 10:54:04 * [debian] Fixes Vcs-* entries in control file
449 differences kaliko 2010-12-05 14:02:48 * [debian] Tagging 0.7.0-1
448 differences kaliko 2010-12-05 13:57:40 * [debian] add conflict with sima package.
447 differences kaliko 2010-12-04 18:30:09 * [debian] fixes bash completion file issue building with dh, thanks ThibG ;)
446 differences kaliko 2010-12-04 17:50:44 * [debian] Add bash completion file
445 differences kaliko 2010-12-04 17:27:25 * Merge latest trunk changes to 0.7
444 differences kaliko 2010-12-04 17:21:43 * update debian package for v0.7
443 differences kaliko 2010-12-03 19:34:51 * updates documentation
* updates bash completion script
442 differences kaliko 2010-12-03 13:39:22 * fixes a "commit in a hurry" bug in --bl_art, spotted by Black Stripes
441 differences kaliko 2010-12-03 10:12:48 * [simadb_cli] add --bl_art to black list cli given artist.
440 differences kaliko 2010-11-30 20:57:25 * fixes bash completion for multi word artist names
439 differences kaliko 2010-11-30 19:24:49 * Merged lastest trunk changes
438 differences kaliko 2010-11-30 19:21:55 * * correct a bug in simadb_cli --view_bl, spotted again by black stripes, cheers
437 differences kaliko 2010-11-29 14:00:29 * correct a bug in simadb_cli --view_all, spotted by black stripes ;)
436 differences kaliko 2010-11-20 21:51:10 * [debian] updates trunk package
435 differences kaliko 2010-11-20 17:31:01 * [debian] updates trunk package files
434 differences kaliko 2010-11-20 17:22:29 * Updates documentation (changed debian package name)
433 differences kaliko 2010-11-14 16:23:10 * Add mentors reviews and bash completion (not working though)
432 differences kaliko 2010-11-14 14:42:57 * updates watch files
431 differences kaliko 2010-11-14 14:09:31 * tagging debian package 0.6.1-1
430 differences kaliko 2010-11-14 13:53:26 * updates changelog/rules files
429 differences kaliko 2010-11-14 12:57:46 * Updates debian package following mentors advices :)
428 differences kaliko 2010-11-12 17:18:29 * Updates/fixes documentation
427 differences kaliko 2010-11-12 17:16:55 * Tagging 0.6.1, doc bugs fix release
426 differences kaliko 2010-11-12 17:11:27 * Fixes documentation
425 differences kaliko 2010-11-05 13:27:52 * Fixes yet another unicode/utf-8 error using Track().__repr__()
424 differences kaliko 2010-11-05 10:36:29 * updates manuals, html and pdf documentation.
423 differences kaliko 2010-11-04 19:50:29 * mpd_sima.py: Add --var_dir CLI option (Fixed #1788)

422 differences kaliko 2010-11-04 18:51:50 * updates documentation
421 differences kaliko 2010-10-29 09:34:47 * merge lastest trunk changes to 0.7
420 differences kaliko 2010-10-23 13:51:07 * fixes a unicode/utf-8 bug in _detects_var_artists_album() :D
419 differences kaliko 2010-10-23 12:45:30 * fixes a unicode/utf-8 bug in mpd_find_album()
418 differences kaliko 2010-10-17 17:54:00 * fixes the BadStatusLine commit
* improved bash completion file
417 differences kaliko 2010-10-17 16:12:14 * some clean up in debian folders
416 differences kaliko 2010-10-17 09:39:50 * Catch BadStatusLine exception (Fixed #1934)
415 differences kaliko 2010-10-14 13:42:03 * fixes a bug in mpd cache system
414 differences kaliko 2010-10-13 20:39:48 * use a set in the reorg method (gets unique artist list)
* correct documentation for missing option in synopsis
* add bash completion for mpd_sima.py and simadb_cli
413 differences kaliko 2010-10-10 14:10:23 * Merged lastest trunk changes to 0.7 branch
412 differences kaliko 2010-10-10 12:52:12 * Add black listing in album queue mode
411 differences kaliko 2010-10-10 08:56:02 * updates documentation (Fixed #1920)
410 differences kaliko 2010-10-09 18:48:56 * use SimaDB().get_artists() vim src/lib/simadb.py
409 differences kaliko 2010-10-09 18:21:31 * Use SQLite DB for album queue mode
408 differences kaliko 2010-10-06 18:53:37 * black list album|artist|track
407 differences kaliko 2010-10-05 22:00:32 * fixes a bug in DB clean method
* artist black listing ok \o/
406 differences kaliko 2010-10-05 20:04:01 * Start adding black list capability
* Catches all exceptions and log it with internal logger
* Correct somes bugs in the database album handling /o\
405 differences kaliko 2010-10-05 09:08:28 * simadb_cli: Add purge history command
404 differences kaliko 2010-10-04 10:14:43 * Add history purge in shutdown sequence
403 differences kaliko 2010-10-04 08:51:15 * Merged lastest trunk changes to 0.7 branch
402 differences kaliko 2010-10-03 14:29:54 * updates pdf and html version of manuals
401 differences kaliko 2010-10-03 14:25:08 * complete history conversion
* add new file src/utils/utils.py
* simadb_cli uses MPD_HOST/MPD_PORT
* updates doc
400 differences kaliko 2010-10-01 18:52:54 * Convertion to SQLite history
* SimaDB Cleaning method
399 differences kaliko 2010-09-30 19:24:57 * Start using SQLite history.
398 differences kaliko 2010-09-30 14:25:24 * start moving to SQLite history
397 differences kaliko 2010-09-30 07:36:37 * Complete new database version, handles upgrading
396 differences kaliko 2010-09-29 13:59:19 * more work on simadb
395 differences kaliko 2010-09-26 11:21:24 * fixes a bug when history contains tracks with no artist name
394 differences kaliko 2010-09-25 11:50:21 * Some precision in simadb_cli help text
393 differences kaliko 2010-09-24 20:30:24 * some more work on simadb / black listing
392 differences kaliko 2010-09-24 15:43:35 * Add black list capabilities to simadb.py
391 differences kaliko 2010-09-24 14:23:55 * Does not perform fuzzy matching on short strings, fixes #1080
390 differences kaliko 2010-09-24 09:53:49 * updates database schema, again
389 differences kaliko 2010-09-24 09:27:36 * updates database schema with yet to come tables (black list)
388 differences kaliko 2010-09-24 08:22:55 * [debian] fixes a typo in documentation files
387 differences kaliko 2010-09-24 08:12:54 * [debian] add clean file to simplify rules, add VCS entries to control file
386 differences kaliko 2010-09-24 07:37:08 * merged lastest trunk changes to 0.7
385 differences kaliko 2010-09-21 20:01:57 * add config file example for album queue mode
384 differences kaliko 2010-09-21 19:16:30 * some corrections...
383 differences kaliko 2010-09-21 18:40:40 * enhance various artists filtering
* add new option album_to_add
* updates documentation
382 differences kaliko 2010-09-19 17:54:41 * Enhance documentation, add simple example for user DB, thanks Black Stripes ;)
381 differences kaliko 2010-09-12 12:13:05 * SimaFM : add new exception
380 differences kaliko 2010-09-12 09:54:47 * merged lastest trunk changes to 0.7 branch
379 differences kaliko 2010-09-12 09:11:49 * some changes in new_version_available(), uses project home page.
378 differences kaliko 2010-09-12 08:03:21 * fixes a probably long standing un-discovered bug in artists_list_reorg method /o\
* revert changes in Track object (unicode __repr__)
377 differences kaliko 2010-09-11 15:53:07 * fixed a regression in the _get_artists_list_reorg() method /o\
376 differences kaliko 2010-09-11 15:42:24 * removed some debug messages
* set single_album option default to "false"
375 differences kaliko 2010-09-11 15:33:26 * correct a potential unicode bug in Track objet __repr__
* add single_album option, the "avoid queuing OST" option :)
* updates documention
374 differences kaliko 2010-09-05 18:18:52 * merged last trunk changes to 0.7 branch
373 differences kaliko 2010-09-05 16:09:39 * album queue mode supports "Various Artist" \o/ (fixes #1008)
372 differences kaliko 2010-09-02 20:50:12 * some clean up
371 differences kaliko 2010-09-02 10:59:35 * add official Debian package files
370 differences kaliko 2010-09-02 10:43:48 * typo correction in file name
369 differences kaliko 2010-09-02 09:41:04 * renamed debian directory for non official Debian package
368 differences kaliko 2010-09-01 21:03:33 * fixes #1784
367 differences kaliko 2010-09-01 20:00:51 * fixes
366 differences kaliko 2010-08-25 13:48:58 * add new versions of sima debian packages files
365 differences kaliko 2010-08-25 13:47:23 * some clean up in debian package files.
364 differences kaliko 2010-08-23 17:30:24 * set config file option as said in manual!! (thanks black stripes)
363 differences kaliko 2010-08-23 14:09:57 * merge latest trunk changes to 0.7 branch
362 differences kaliko 2010-08-19 21:52:42 * add album queue mode \o/
361 differences kaliko 2010-08-16 19:39:24 * fix a crash when cropping if MPD is stopped.
360 differences kaliko 2010-08-15 17:40:09 * simadb_cli: Rename hostname option as host
* Add an example section in simadb_cli manual (fixes #1717)
359 differences kaliko 2010-08-15 16:33:07 * Stop queuing when MPD is found in repeat|single mode (fixes #1607)
358 differences kaliko 2010-08-15 16:08:55 * Flush cache_mpd on mpd database updates (fixes #1719).
357 differences kaliko 2010-08-12 11:33:54 * create 0.7 branch
356 differences kaliko 2010-08-12 11:29:26 * updates vim modelines
355 differences kaliko 2010-08-09 19:25:13 * typo in documentation
* simafm.py: add a comment
354 differences kaliko 2010-08-02 15:35:31 * refactor simafm.py exceptions handling
353 differences kaliko 2010-07-15 08:00:12 * Add database schema
352 differences kaliko 2010-07-15 06:52:05 * change trunk version to 0.7
* update News and Changelog and Fixed #1568
351 differences kaliko 2010-07-15 06:39:24 * closed #1568
350 differences kaliko 2010-07-07 15:48:23 * rename crop option as consume (thanks Black Stripes)
349 differences kaliko 2010-07-03 07:32:09 * add crop option (Fixed #1576)
348 differences kaliko 2010-07-03 07:30:16 * [simafm.py] correct a typo
347 differences kaliko 2010-07-02 13:54:06 * [simafm.py] add new error codes
346 differences kaliko 2010-07-02 10:23:35 Fixed #1562
345 differences kaliko 2010-07-02 09:54:41 * [simafm.py] removed urllib import, switched to cElementTree
344 differences kaliko 2010-07-01 14:07:05 * allowing to queue tracks is probably better :D
343 differences kaliko 2010-07-01 14:00:33 * updates to follow changes in SimaFM
342 differences kaliko 2010-07-01 12:09:20 * [simafm.py] switched to urllib2 (Fixed #1572)
341 differences kaliko 2010-06-22 12:40:15 * Some cleanup
340 differences kaliko 2010-06-22 12:38:22 * Tagging 0.6.0
339 differences kaliko 2010-06-22 12:37:40 * Tagging 0.6.0
338 differences kaliko 2010-06-22 12:29:41 * prepared 0.6.0 release
337 differences kaliko 2010-06-10 13:45:11 * [simadb_cli] refactor console messages print facility
336 differences kaliko 2010-06-08 10:33:29 * merged latest trunk changes to 0.6 branches
335 differences kaliko 2010-06-08 10:31:15 * correct unicode error when stdout is piped
334 differences kaliko 2010-06-08 09:18:45 * some refactoring in simadb{.py,_cli}
333 differences kaliko 2010-06-07 20:25:59 * updates documentation
332 differences kaliko 2010-06-07 20:17:44 * [mpd_sima.py] correct the stupid implementation of cache_mpd (new import hashlib)
* [simadb_cli] add option to list all artists in DB
331 differences kaliko 2010-06-07 16:51:33 * merged latest trunk changes to 0.6 branch.
330 differences kaliko 2010-06-07 16:46:13 * updates doc and manual.
329 differences kaliko 2010-06-07 16:27:55 * Remove old user data base.
* Correct some XmlFM exception to intercept the "Artist not Found" replies!
* SQLite user DB fully integrated now (fixes #838).
* Move match score of get_close_matches to 0.73 to get less artist in fuzzy matching.
328 differences kaliko 2010-06-05 18:38:54 * fixes a crash when run behind a "captive portal" which replies non XML to last.fm request.
327 differences kaliko 2010-06-05 14:41:13 * merged latest trunk changes to 0.6 branch
326 differences kaliko 2010-06-05 14:39:49 * stupid typo in simadb.py code
325 differences kaliko 2010-06-04 19:12:09 * some polishing (removed debug print)
324 differences kaliko 2010-06-04 18:31:47 * Merged latest trunk changes to 0.6 branch
323 differences kaliko 2010-06-04 18:28:59 * fixed a wrong DB file declaration…
322 differences kaliko 2010-06-04 14:36:29 * 0.6.0 Beta \o/
* Merged latest trunk changes to 0.6 branch
321 differences kaliko 2010-06-04 14:33:28 * Complete documentation/Changelog etc.
* Remove old 0.5 branch files
320 differences kaliko 2010-06-04 13:09:08 * enhanced SQLite SimaDB (musicbrainz IDs, timestamps, add last.fm cache)
319 differences kaliko 2010-05-27 09:16:16 * [SimaFM] add method to get musicbrainz artist id
318 differences kaliko 2010-05-27 09:14:27 * [lab/SimaFM] updates
317 differences kaliko 2010-05-25 14:54:47 * create 0.6 branch
316 differences kaliko 2010-05-24 15:27:25 * SQLite user DB activated (concurrent with old text file)
315 differences kaliko 2010-05-22 11:02:47 * some polishing (the “shine as a brothel mirror” commit ;))
314 differences kaliko 2010-05-20 19:35:39 * Error in documentation spotted by rmn
313 differences kaliko 2010-05-19 20:58:15 * [simadb_cli] "add reciprocal similarity" actually works now.
* [simadb] add a clean method for artits table
312 differences kaliko 2010-05-19 13:38:13 * [simadb_cli] add other remove option, some refactoring
* update documentation
311 differences kaliko 2010-05-18 19:39:49 * [simadb_cli] add view/remove option
* update documentation
310 differences kaliko 2010-05-17 21:07:55 * correct the --version option in documentation
* add --check_names to control availability of artist in MPD
* add html|pdf for simadb_cli documentation
309 differences kaliko 2010-05-16 21:23:06 * removed old AGPL/BSD references and files
* updates licence hearders
308 differences kaliko 2010-05-16 21:07:17 * updates licence hearders
307 differences kaliko 2010-05-13 13:52:25 * fixed some invalid xml syntax and improved simadb_cli manual
306 differences kaliko 2010-05-13 13:06:03 * [simadb_cli] add control of options order
305 differences kaliko 2010-05-12 15:54:27 * add simadb files (lib and doc as xml/man page)
* correct typo in mpd_sima doc
304 differences kaliko 2010-05-12 12:36:09 * merged latest trunk changes to 0.5
303 differences kaliko 2010-05-11 19:00:19 * launch.sh : some details
* typo in manual
302 differences kaliko 2010-05-10 18:48:48 * upates to 0.6.0
301 differences kaliko 2010-05-10 16:54:17 * add possibility to load a specific configuration file from CLI
300 differences kaliko 2010-05-08 22:24:27 * updates Changelog
* log message enhancement
299 differences kaliko 2010-05-08 21:16:53 * Heavy refactoring around unicode (fixed #839)
298 differences kaliko 2010-05-08 12:14:53 * Add copyright holders file
297 differences kaliko 2010-05-07 23:39:07 * merged latest trunk changes to 0.5
296 differences kaliko 2010-05-07 23:16:10 * Updates sub modules according to SimaFM new cache management.
* Updates copyright year
295 differences kaliko 2010-05-07 23:14:13 * update LICENCES files
294 differences kaliko 2010-05-07 23:13:33 * updates documentation
293 differences kaliko 2010-05-07 21:45:34 * Add FAQ entry
292 differences kaliko 2010-05-07 21:08:56 * Uses SimFM and removed pyscrobbler (closes #741)
291 differences kaliko 2010-05-06 21:32:30 * starts working on SimaFM \o/
290 differences kaliko 2010-05-06 21:31:09 * updates documentation
289 differences kaliko 2010-04-29 14:03:25 * [debian] add packaging files for dev version.
288 differences kaliko 2010-04-29 13:50:41 * [debian] add prerm maint script.
287 differences kaliko 2010-04-23 17:08:48 * [debian] fixed debian/rules (manpage creation)
286 differences kaliko 2010-04-23 15:18:03 * [debian] updates debian/rules
285 differences kaliko 2010-04-23 15:17:21 * removed data dir
284 differences kaliko 2010-04-23 14:54:12 * correct typo in manpage
283 differences kaliko 2010-04-23 14:06:00 * Actually add new manpage source (docbook v4.5) using Debian template
282 differences kaliko 2010-04-23 13:32:58 * add new manpage source (docbook v4.5) using Debian template
281 differences kaliko 2010-04-23 11:19:20 * [debian] correct typo :/
280 differences kaliko 2010-04-23 10:26:10 * [debian] add shell wrapper
279 differences kaliko 2010-04-23 09:23:40 * [debian] some more improvements
278 differences kaliko 2010-04-23 06:43:16 * remove stupid import :/
277 differences kaliko 2010-04-23 05:30:27 * [debian] removed Makefile from package management, add new files.
276 differences kaliko 2010-04-23 05:24:34 * removed executable properties on some files
* --help message corrected
275 differences kaliko 2010-04-22 12:21:45 * correct stupid import…
274 differences kaliko 2010-04-22 12:17:50 add debian packaging files again
273 differences kaliko 2010-04-22 12:14:57 add debian packaging files
272 differences kaliko 2010-04-18 19:20:25 * update News
* update man page
271 differences kaliko 2010-04-18 14:19:44 * correct typo in docbook documentation
* update Changelog
* correct examples
270 differences kaliko 2010-04-18 13:25:52 * add pdf version of manual.
* some more improvements in manual.
269 differences kaliko 2010-04-17 16:16:54 * add html manpage
* complete manpage
268 differences kaliko 2010-04-17 14:15:30 * add new man page source as docbook 5.0.
267 differences kaliko 2010-03-19 09:53:43 * xmlFM/simafm: add getTopTracks
266 differences kaliko 2010-03-18 16:34:56 * remove unwanted debug messages in stable release.
265 differences kaliko 2010-03-18 16:30:50 * merge some clean up in 0.5 ;)
264 differences kaliko 2010-03-18 16:19:15 * MPD_sima: some clean up
263 differences kaliko 2010-03-18 15:22:32 * xmlFM: some clean up / refactoring
262 differences kaliko 2010-03-18 06:55:36 * xmlFM: add test file
261 differences kaliko 2010-03-17 19:39:07 * xmlFM: cache working
260 differences kaliko 2010-03-17 13:24:25 * xmlFM/simafm.py: some more work…
259 differences kaliko 2010-03-16 16:21:38 * new dev version 0.5.3
258 differences kaliko 2010-03-16 16:18:06 * add a "new version check" at startup (--new-version)
257 differences kaliko 2010-03-16 15:25:34 * remove obsolete log message
256 differences kaliko 2010-03-16 13:56:26 Tagging the 0.5.2 release
255 differences kaliko 2010-03-16 13:45:21 * merged trunk to 0.5 branch
254 differences kaliko 2010-03-16 08:01:24 * Change order of priority for options settings origin (defaults < conf. file < command line)
253 differences kaliko 2010-03-11 19:06:57 * aesthetic source code modifs
252 differences kaliko 2010-03-11 19:05:32 * update News
251 differences kaliko 2010-03-11 19:00:19 * doc/README: add new repo for pyscrobbler
250 differences kaliko 2010-03-11 18:57:36 * add debug warning concerning similarity issue
249 differences kaliko 2010-03-03 10:35:21 * updates FAQ regarding proxy, thanks Black Stripes
248 differences kaliko 2010-03-02 07:39:33 * SimaFM, got the cache :)
247 differences kaliko 2010-02-22 12:28:41 * some more work on simafm :)
246 differences kaliko 2010-02-15 08:00:26 * tagged 0.5.1.1 (fixes #1144 and similarity range issue)
245 differences kaliko 2010-02-15 07:37:55 tagging intermediate version 0.5.1.1
244 differences kaliko 2010-02-12 19:48:16 * remove (nearly-)duplicated log message
243 differences kaliko 2010-02-07 22:57:52 * fixes possible issue on tag collapsing method
* improved debug/info log messages
242 differences kaliko 2010-02-04 21:40:32 * mpd_sima : fixed regression (cache saved as list instead of deque)
241 differences kaliko 2010-02-04 08:07:03 * Updated changelog
240 differences kaliko 2010-02-04 08:06:15 * sima/lab/xmlFM
239 differences kaliko 2010-02-03 18:45:36 * audioscrobbler.py : fixed #1144
238 differences kaliko 2010-02-03 18:21:57 * mpd_sima.py : still working on this damn similarity range issue :/
237 differences kaliko 2010-02-03 15:13:02 * sima/lab/xmlF : add doc directory
236 differences kaliko 2010-02-02 21:04:35 * mpd_sima.py : remove debug print
235 differences kaliko 2010-02-02 20:47:59 * sima/lab/xmlFM Add files and start work on xmlFM
234 differences kaliko 2010-02-02 20:36:23 * mpd_sima.py : hopefully fixes this damn similarity range issue
* config.py : remove useless use of intermediate var
233 differences kaliko 2010-02-01 22:11:41 * some clean up in debug messages
232 differences kaliko 2010-02-01 20:15:49 * fixed #1085
231 differences kaliko 2010-01-24 18:47:35 * updating copyright date
* updating documentation
* updating examples
* some modifications in main script
230 differences kaliko 2010-01-20 14:13:59 * leven.py : corrects typo
* leven.py : updates copyright years
229 differences kaliko 2010-01-19 15:57:18 * merge trunk to 0.5 branche
228 differences kaliko 2009-12-08 23:58:49 * Improved new fuzzy detection (run levenshtein_ration on SimaStr lowered strings)
* Add "La" in SimaStr patterns
227 differences kaliko 2009-12-07 21:34:26 * moved jingle.py => http://codingteam.net/project/mpd-goodies
* add lotr shutdown log.
226 differences kaliko 2009-12-05 23:55:58 * fix stupid behaviour of restart switch in launch.sf
225 differences kaliko 2009-12-05 23:45:17 * merge the last 10 trunk commits to stable branche
224 differences kaliko 2009-12-05 23:42:43 * fixed #686 \o/
223 differences kaliko 2009-12-05 17:31:30 * Fully working SimaStr
222 differences kaliko 2009-12-05 14:29:30 * add new Fuzzy String module
221 differences kaliko 2009-12-05 14:28:09 * clean up imports
* clean up log messages
220 differences kaliko 2009-11-30 17:09:02 * Some more work to include command line options… again
219 differences kaliko 2009-11-29 22:52:53 * Some more work to include command line options
218 differences kaliko 2009-11-28 10:08:52 * fixed #834
217 differences kaliko 2009-11-26 20:33:53 * updated FAQ
* increment version
216 differences kaliko 2009-11-26 13:51:38 update Changelog and main script header :/
215 differences kaliko 2009-11-26 09:14:43 updated Changelog
214 differences kaliko 2009-11-24 11:44:35 Merged latest trunk commits
213 differences kaliko 2009-11-24 11:22:34 Tagging 0.5.1
212 differences kaliko 2009-11-22 22:59:25 * make mpd_sima run without writing default conf file
* correct bug regarding order of password/host in MPD_HOST env. var.
* some documentation
211 differences kaliko 2009-11-20 15:04:53 * more portability
* correct usage echo
210 differences kaliko 2009-11-17 22:11:01 * some more clean up
* add generator
209 differences kaliko 2009-11-17 18:23:34 * update bug info in jingle.py
208 differences kaliko 2009-11-16 16:19:24 * updates README
207 differences kaliko 2009-11-16 16:17:27 * new version of jingle.py, separate config from main script.
* mention bug concerning comment access on MPD.
206 differences kaliko 2009-11-11 15:30:01 * some clean up in the code
* add/remove some TODOs
205 differences kaliko 2009-11-10 14:24:19 * add lab proto
204 differences kaliko 2009-11-07 17:41:06 * add lab repo/dir for testing/dev purpose
203 differences kaliko 2009-11-07 17:30:26 * some clean up preparing next release.
202 differences kaliko 2009-10-25 08:26:41 * tagged Changelog with correct date.
201 differences kaliko 2009-10-23 19:24:43 * tagging 0.5.0 \o/
200 differences kaliko 2009-10-23 19:22:31 * pre-release commit
199 differences kaliko 2009-10-23 19:13:15 * fixed error in launch.sh
198 differences kaliko 2009-10-22 18:28:51 * pre-release commit
197 differences kaliko 2009-10-19 09:03:58 * Add TODO, comments and clean up.
196 differences kaliko 2009-10-10 10:29:42 * reactivate the use of cache from file
* use play history to find artist backward, avoid problems with MPD's consume mode
195 differences kaliko 2009-10-07 19:17:50 * some clean up in main script
* started an FAQ
194 differences kaliko 2009-10-07 18:01:13 * top_tracks works better looking for a title for the right artist :)
193 differences kaliko 2009-10-06 20:08:54 * merges latest trunk changes, again…
192 differences kaliko 2009-10-06 20:08:02 * fixes small issue in top_tracks mode
* back to 1/1 queue_length/add_tracks config
191 differences kaliko 2009-10-06 17:34:58 * merges latest trunk changes
190 differences kaliko 2009-10-05 19:41:37 * clean up log messages
189 differences kaliko 2009-10-05 18:18:11 * add fuzzy search for top_tracks mode
* add explicit encoding format in text files (doc)
188 differences kaliko 2009-10-01 20:25:54 * merge trunk to 0.5
187 differences kaliko 2009-10-01 20:24:46 * reactivate User DB \o/
* add status to shell wrapper ( thanks black stripes ;) )
* some other aesthetic changes :D
186 differences kaliko 2009-09-30 14:08:46 * Tagging the 0.3.1 release
185 differences kaliko 2009-09-30 14:03:43 * fix bad import statement.
184 differences kaliko 2009-09-24 18:46:29 * fixed bug in the backward playlist run
* fixed #744
183 differences kaliko 2009-09-20 17:44:32 * merges latest trunk changes to 0.5
182 differences kaliko 2009-09-20 17:42:34 * pylint's review :D
181 differences kaliko 2009-09-20 13:13:59 * fixes stupid typo in launcher s/--logfile/--log/ /o\
180 differences kaliko 2009-09-20 12:40:13 * fixed #815
179 differences kaliko 2009-09-18 21:11:45 * aesthetic changes all around
* uniform licence for MPD_sima
* typo in News.
* shortcuts backward loop in playlist
178 differences kaliko 2009-09-17 22:08:31 * Now avoid looping over the same artist in case nothing similar is found.
* Updates some doc/examples.
177 differences kaliko 2009-09-16 22:06:56 * merges latest trunk commits to 0.5
176 differences kaliko 2009-09-16 21:52:28 * THE unicode review commit... Exhaustive... Hopefully
175 differences kaliko 2009-09-16 20:46:21 * add News entries, updated Changelog
174 differences kaliko 2009-09-16 20:45:06 * Removed bashism & improved portability in shell launcher, thanks ksh ;)
173 differences kaliko 2009-09-16 09:01:04 * merged latest trunk dev
* removed bad formated print.
172 differences kaliko 2009-09-16 08:58:53 * remove debug print
171 differences kaliko 2009-09-15 21:10:22 * reorganize tools directory between MPD_sima tools and MPD/python goodies
* have tools/sima to work with 0.5 branch
* add jingle.py
* fixes a small issue if not enough tracks are found nb < target.
170 differences kaliko 2009-09-15 18:52:00 * merges latest trunk commit to 0.5
169 differences kaliko 2009-09-15 18:50:45 * fixes couple of issues, unicode among others (thanks Black Stripes for debugging)
* improved top_tracks (fuzzy matching yet to come)
168 differences kaliko 2009-09-14 14:15:48 * merged lastest trunk dev to 0.5 (top_tracks mode among others)
167 differences kaliko 2009-09-13 22:10:27 * intercept missing module error for python-mpd.
166 differences kaliko 2009-09-10 20:47:04 * add "Hits Only" mode \o/ (no fuzzy check though… not yet)
* cosmetic changes in config.py
165 differences kaliko 2009-09-10 18:36:58 * add similarity to user conf file
* add queue length to user conf file
* completed doc/examples
164 differences kaliko 2009-09-10 08:19:24 Creating 0.5 branche
163 differences kaliko 2009-09-09 20:43:33 * some clean up
* similarity set to 20%…
* StartOpt available, thanks “Black Stripes” for testing it ;)
162 differences kaliko 2009-09-08 18:30:33 * improved fuzzy search
161 differences kaliko 2009-09-07 19:51:06 * fixes an encoding issue.
160 differences kaliko 2009-09-07 19:22:09 * Aesthetic changes and preparing the "Hist Only" mode.
159 differences kaliko 2009-09-07 14:08:56 * correct add_history function
* debug #774 function to actually preferably play recently unplayed artist :D

158 differences kaliko 2009-09-07 12:20:10 * typo and formating
* documentation
157 differences kaliko 2009-09-04 16:04:37 * deal way better with feature request #774…
156 differences kaliko 2009-09-03 22:39:36 * fixed #774
155 differences kaliko 2009-09-03 20:57:22 * working trunk
154 differences kaliko 2009-09-03 20:48:53 * working #774
153 differences kaliko 2009-09-03 19:27:01 * finally got the trunk to work (actually behaves like v0.2).
152 differences kaliko 2009-09-02 19:45:20 * one more step toward 0.5…
151 differences kaliko 2009-09-01 22:09:02 * add top tracks functions: retrieve and cache
150 differences kaliko 2009-09-01 07:15:24
* fixes encoding issue
149 differences kaliko 2009-08-31 19:22:21 * commit latest 0.5 development \o/ (will branch 0.5 soon after)
148 differences kaliko 2009-08-31 19:07:13 * saving lastest changes before moving to 0.5 dev branch
147 differences kaliko 2009-08-31 18:55:51 * last modif on the 0.4 unreleased branch (bis)
146 differences kaliko 2009-08-31 18:54:05 * last modif on the 0.4 unreleased branch
145 differences kaliko 2009-08-08 13:11:05 * hopefully fixed #742
144 differences kaliko 2009-08-08 13:07:17 * enable add_track function
143 differences kaliko 2009-08-08 13:03:26 * merge 0.4.unicode branch into the trunk
142 differences kaliko 2009-07-31 13:54:47 * new method in SimaClass (sima_lp shorter :D)
* pep8-ize all around
* some comments cleanup
141 differences kaliko 2009-07-31 10:53:12
* Update licences, New BSD Licence for pyScrobbler and GNU GPL for launch.sh
* Add people in THANKS
140 differences kaliko 2009-07-31 10:50:10 * Unicode branche, last fixes in main script.
139 differences kaliko 2009-07-30 16:25:21 * utils/config.py and /utils/startopt.py unicode ready???
138 differences kaliko 2009-07-30 12:58:51 * fixed formatting in main script
* utils/config.py unicode ready???
137 differences kaliko 2009-07-29 20:17:48 * main script, mpd_sima.py unicode ready???
136 differences kaliko 2009-07-29 18:02:35 * extends #685 workaround to 'title' keys
135 differences kaliko 2009-07-29 12:33:29 * Now controls if MPD password (in env var MPD_HOST) changes even if host remains the same.
134 differences kaliko 2009-07-29 10:48:54 * start work on 0.4, updated files with info and version #
133 differences kaliko 2009-07-29 10:36:13 * create new 0.4 branch to word on unicode
132 differences kaliko 2009-07-28 19:51:14 * fixing #700 in 0.3.0
131 differences kaliko 2009-07-28 19:45:58 * Closes #130 in 0.3 branch
130 differences kaliko 2009-07-28 19:41:28 * finally fixed #700
129 differences kaliko 2009-07-28 17:51:49 * create 0.4 branch
128 differences kaliko 2009-07-28 17:21:42 * tagged version 0.3.0
127 differences kaliko 2009-07-28 17:18:37

* Merge trunk pre-release commit.
126 differences kaliko 2009-07-28 17:01:11 * pre-release commit
125 differences kaliko 2009-07-28 16:00:37 * Actually fixed #736
* Some clean up and formating of startopt (command line options)
124 differences kaliko 2009-07-28 15:10:24 * Closes #736 (warning if env. var, differs from conf. file)
123 differences kaliko 2009-07-27 20:27:41 * add new function to retrieve TopTracks for an artist (feature request #739)
* add new default option (set to false) to activate TopTracks random selection
122 differences kaliko 2009-07-24 10:51:37 * add "starting script" log message, forgot during refactoring…
121 differences kaliko 2009-07-22 19:30:14 Merge trunk (fix --pid option bug and and timer for AS error log output)
120 differences kaliko 2009-07-22 19:25:00 * correct a bug on command line option --pid
* some clean up in main mpd_sima.py
* add time check for ascrobbler connection error in order to not to flood the log.
119 differences kaliko 2009-07-08 12:55:56 Merge trunk (fix "cropped playlist" bug)
118 differences kaliko 2009-07-08 12:46:07 * fixed crash when playlist is cropped.
117 differences kaliko 2009-07-08 10:32:26 merge trunk (fix regression)
116 differences kaliko 2009-07-08 10:27:26 * enable "add track to playlist" in order to merge to 0.3
115 differences kaliko 2009-07-08 10:13:47 * fixed regression (no artist tag crash)
114 differences kaliko 2009-07-02 18:38:22 merge latest trunk commits, add user DB among others.
113 differences kaliko 2009-07-02 18:35:02 * update documentation
* fix stupid typo/bug
112 differences kaliko 2009-07-02 15:57:05 * add user database facility for similar artist (need to document it now).
111 differences kaliko 2009-07-01 18:39:16 * moved cache loading to config.py
* prepared user cache
110 differences kaliko 2009-07-01 15:55:26 * updated doc/README
109 differences kaliko 2009-06-30 20:14:36 typo and clean up (backup commit)
108 differences kaliko 2009-06-24 19:51:56 * add project icons
107 differences kaliko 2009-06-24 19:36:26 Merge latest trunk changes, closes #691
106 differences kaliko 2009-06-24 19:34:38 * closes bug #691
105 differences kaliko 2009-06-24 16:37:00 * start work on bug #691
104 differences kaliko 2009-06-22 21:42:09 Creating 0.3 branche
103 differences kaliko 2009-06-22 21:39:34 * add -v and -h command line options
102 differences kaliko 2009-06-22 21:33:08 * rename mpd_sima back to mpd_sima.py (end of test)
* update manual page and README files
101 differences kaliko 2009-06-22 15:56:45 * update launch.sh with the new script name withoput extension
* add --version and --help to command line options
* take into account MPD_HOST and MPD_PORT to write conf file (closes #689)
100 differences kaliko 2009-06-19 13:54:02 * renamed mpd_sima{.py,}
* add mpd_reconnect function for the main loop.

99 differences kaliko 2009-06-19 12:19:57 Tagging the 0.2.0 release
98 differences kaliko 2009-06-19 12:17:35 stable release
97 differences kaliko 2009-06-19 12:09:59 clean up files, moved to dedicated dir
96 differences kaliko 2009-06-18 16:12:05 update THANKS
95 differences kaliko 2009-06-18 16:08:54 merge trunk to branch 0.2
94 differences kaliko 2009-06-18 15:59:52 * some more clean up…
93 differences kaliko 2009-06-17 15:05:12 merge trunk to 0.2
92 differences kaliko 2009-06-17 15:02:45 * various corrections and improvements
91 differences kaliko 2009-06-17 08:54:42 merge from http to solve the 502 Bad Gateway
90 differences kaliko 2009-06-17 08:33:54 add tools/sima_simple.py
89 differences kaliko 2009-06-17 08:30:57 rename tools/simple.py
88 differences kaliko 2009-06-16 22:32:27 * merge trunk
87 differences kaliko 2009-06-16 22:30:57 * AGAIN !!! temporarily fix bug #685, waiting for better
86 differences kaliko 2009-06-16 22:17:19 * merge trunk, temporarily fix bug 685 (thanks Black Stripes)
85 differences kaliko 2009-06-16 19:22:49 * temporarily fix bug #685, waiting for better
84 differences kaliko 2009-06-16 17:56:58 * fix bug in maddtrk method for tracks with missing title tag
83 differences kaliko 2009-06-16 14:47:17 * clean up config.py
* typo in last2cache.py
82 differences kaliko 2009-06-15 19:33:51 Added very simple script.
81 differences kaliko 2009-06-15 16:12:29 merge trunk
80 differences kaliko 2009-06-15 16:11:13 * Controls availability of commands right after conn/auth
79 differences kaliko 2009-06-15 14:48:26 merge trunk
78 differences kaliko 2009-06-15 14:45:13 Fix re-connection issue raised with python-mpd.
77 differences kaliko 2009-06-13 20:57:34 Merge last trunk commits
76 differences kaliko 2009-06-13 20:35:44 code improvements
75 differences kaliko 2009-06-13 17:43:59 * simplified mpdConnector auth()
* catch error when connecting MPD without "add" permission
74 differences kaliko 2009-06-13 12:07:29 * work on the tools
* shell launcher fixed
73 differences kaliko 2009-06-12 18:11:44 Create 0.2 branche
72 differences kaliko 2009-06-12 16:11:45 pre v0.2.0 beta commit
71 differences kaliko 2009-06-11 15:10:43 * modified the algo adding titles.
70 differences kaliko 2009-06-10 21:16:12 * packaged submodules, way more clean like that.
* some other changes.
69 differences kaliko 2009-06-10 06:50:07 Add dump tool.
68 differences kaliko 2009-06-09 22:29:23 updated password management
67 differences kaliko 2009-06-09 22:24:32 moved everything to python-mpd
66 differences kaliko 2009-06-09 19:40:09 improved cache
65 differences kaliko 2009-06-08 20:49:28 * add tools directory (tools/pkl2stdout.py to view content of history)
* add cache for last.fm requests, new option "cache"
64 differences kaliko 2009-06-07 21:59:37 New version of pyscobbler. Fix bug with slash in artist names.
63 differences kaliko 2009-06-05 13:06:39 typo
62 differences kaliko 2009-06-05 09:45:43 Merged the Brown Paper Bag Bug fix to stable release, well, I should increment version, but then who cares...
61 differences kaliko 2009-06-05 09:38:06 Merged latest trunk changes to branches/0.1
60 differences kaliko 2009-06-05 09:35:27 Brown Paper Bag Bug fix /o\
59 differences kaliko 2009-06-05 06:10:52 last aesthetics chnages
58 differences kaliko 2009-06-05 06:01:50 Got it now!?!?
57 differences kaliko 2009-06-05 05:56:19 * activate mpd add tracks /o\
56 differences kaliko 2009-06-05 05:52:39 * set history to false (default)
55 differences kaliko 2009-06-04 22:01:13 Merged latest trunk changes to branches/0.1
54 differences kaliko 2009-06-04 22:00:28 * Improved log output formatting
* Imroved code & removed old unused method /o\
53 differences kaliko 2009-06-04 18:40:12 Creating v0.1.1 Release
52 differences kaliko 2009-06-04 18:39:16 Merged changelog
51 differences kaliko 2009-06-04 18:38:37 v0.1.1 changelog release.
50 differences kaliko 2009-06-04 18:32:18 Merged latest trunk changes to branches/0.1
49 differences kaliko 2009-06-04 18:26:09 * clean up ./launch.sh
* change date log format
* fix the test of playlist length
* Ready to release 0.1.1?
48 differences kaliko 2009-06-04 17:36:55 * fix stupid error in log string formating.
47 differences kaliko 2009-06-04 13:00:56 fix pid managment.
46 differences kaliko 2009-06-04 09:33:30 * add --pid option to python script
* correct launch.sh accordingly
* set up sys.exit with proper exit values
45 differences kaliko 2009-06-04 08:29:30 propset svn:keywords (yes, again)
44 differences kaliko 2009-06-04 06:35:46 propset svn:keywords
43 differences kaliko 2009-06-04 06:29:36 propset svn:keywords
42 differences kaliko 2009-06-03 19:42:45
* HEAVY refactoring to improve coding style (thanks pylint).
* intercept audioScrobbler server connexion errors (no longer stops
mpd_sima)
Issue/bug reported:
http://code.google.com/p/pyscrobbler/issues/detail?id=7
* now cath SIGTERM signal with SIGINT (keyborad interupt)
* save history to file (new option in mpd_sima.cfg)
41 differences kaliko 2009-06-02 22:03:08
* improved coding style.
* intercept audioScrobbler server connexion errors (no longer stops
mpd_sima)
* now cath SIGTERM signal with SIGINT (keyborad interupt)
* save history to file (new option in mpd_sima.cfg)

40 differences kaliko 2009-06-01 19:09:39 Merged latest trunk changes to branches/0.1
39 differences kaliko 2009-06-01 19:06:46 * intercept audioscrobbler connection error.
38 differences kaliko 2009-05-29 20:15:17 Backup commit.
37 differences kaliko 2009-05-28 19:38:36 Creating first release, version 0.1.0
36 differences kaliko 2009-05-28 19:33:56 Pre 0.1.0 (Merged latest trunk changes to branches/0.1)
35 differences kaliko 2009-05-28 19:33:00 0.1.0 commit
34 differences kaliko 2009-05-28 16:55:04 Merged latest trunk changes to branches/0.1
33 differences kaliko 2009-05-28 16:53:57 * fixed bug concerning freeze with empty result from MPD library search.
32 differences kaliko 2009-05-28 09:52:23 Merged latest trunk changes to branches/0.1
31 differences kaliko 2009-05-28 09:49:37 Set permissions on /mpd_sima and changed default for [log] => file
30 differences kaliko 2009-05-27 20:44:53 Merged latest trunk changes to branches/0.1
29 differences kaliko 2009-05-27 20:43:42 * fix bug concerning bad searching algo in mpd library…
* renamed a bunch of stuff…
28 differences kaliko 2009-05-27 16:19:05 Merged latest trunk changes to branches/0.1
27 differences kaliko 2009-05-27 16:15:34 "I'm dumb" commit
26 differences kaliko 2009-05-27 13:46:16 Merged latest trunk changes to branches/0.1
25 differences kaliko 2009-05-27 12:40:11 * completed logging facility (closed associated bug)
* fix debug message format and typo in config.py
* fix copyright header format
* add precision in LICENCES
24 differences kaliko 2009-05-27 10:02:01 Create version 0.1 branche
23 differences kaliko 2009-05-27 07:58:59 Modified README to reflect last changes in conf management.
22 differences kaliko 2009-05-26 21:45:33 * Hope that one is ok, I really need to sleep by now…
21 differences kaliko 2009-05-26 21:43:04 * set up properly default conf, removing dev options /o\
20 differences kaliko 2009-05-26 21:33:21
* refactor config manager and add freedesktop standard directory support.
conf file moved to $XDG_CONFIG_HOME (default ~/.config/mpd_sima/mpd_sima.cfg)
19 differences kaliko 2009-05-26 12:04:53 * add nice exit if mpdclient module is missing
* corrections & improvements in README
* add changlog

18 differences kaliko 2009-05-26 06:43:37
* Fix bug when it could not find a track to play (all already in history)
17 differences kaliko 2009-05-25 20:56:39
* large modifications in the main Class
* finally log separately stderr/stdout
16 differences kaliko 2009-05-19 21:27:29 forgot to activate add titles function in previous commit…
15 differences kaliko 2009-05-19 21:08:38
* fix history bug, could have add tracks present in queue /o\
* add add_to_history method used for both append and checking history
14 differences kaliko 2009-05-18 22:47:53 * fix launch.sh, log directory does not exist in repos…
* changed logger formatter…
13 differences kaliko 2009-05-18 22:41:39 * finally separate stderr/stdout.
stdout now logs everything above chosen "log_level" while stderr log warning and above.
12 differences kaliko 2009-05-18 06:32:08
* fix bug when check for already played titles
11 differences kaliko 2009-05-17 21:47:20 * backup
10 differences kaliko 2009-05-17 17:45:23
* fix typo(s), count #0 \o/
* fix bug for track witout title tags in sima_loop (right before queueing it)
* add tempo when stoping/pausing MPD
9 differences kaliko 2009-05-17 16:21:19 * fix typo(s), count #2
* add log.info when mpd play state is pause/stop
* add/fix mpdConnector method find/search (simple aliases)
* rename AS_Request to sima_Class
* move sima_loop in the class
* add history of *played* song
* avoid adding title already played
* fix stupid hack to shuffle artist selection /o\
ran_a is probably a good idea but make it work proprely…
* deal with some execptions raised loading conf file.
8 differences kaliko 2009-05-17 00:09:32 Nice commit, improved quite a lot console output and got prepare for next step.

* fix typo(s), count #3
* completed console logging via logging module
* add another random parameter to shuffle among MPD_artist_found (in addition
to titles only)
7 differences kaliko 2009-05-16 18:48:26
* fix bad key test in sima_loop()
* start coding log facilities (logging module), not yet in use
* add password support for mpd server
* fix bug when adding track with missing title tag

6 differences kaliko 2009-05-15 22:42:02 * cleanup mpdConnector.py
* add status/current/song/search/find/ as aliases in mpdConnector.py
* manage config file for 'sima' section
* fix yet another typo in README file…
5 differences kaliko 2009-05-15 20:38:51 fix typo in REDAME and uncomment mpd.add method to actually queue new tracks… sic…
4 differences kaliko 2009-05-15 12:43:21 Initial import of the "Proof of concept".

3 differences kaliko 2009-05-14 07:31:00 Create tags directory
2 differences kaliko 2009-05-14 07:27:23 Create branches directory
1 differences kaliko 2009-05-14 07:21:47 Create trunk directory.