Yoni Rabkin Katzenell <[EMAIL PROTECTED]> writes: | leon <[EMAIL PROTECTED]> writes: | | > Yoni Rabkin Katzenell <[EMAIL PROTECTED]> writes: | > | > | leon <[EMAIL PROTECTED]> writes: | > | | > | `define-emms-info-method' is defined in `emms-info' and required by | > | `emms-streams', so: | > | | > | (require 'emms-auto) | > | (require 'emms-info) | > | (require 'emms-streams) | > | | > | ...should work. | > Yes it fixes the error but introduced another error: | > "emms-stream-play: Symbol's function definition is void: | > emms-add-playlist" | > | > I search the source code using grep and can't find a definition of emms-add-playlist. | | You can't find it because it is defined using the macros in | `emms.el'. Specifically, the `emms-define-source' macro. | | You should therefore check which players you have defined in the | variable `emms-player-list'. | | Does the following work? | | (require 'emms-default) | (emms-setup 'cvs "~/YOUR/AUDIO/DIRECTORY/HERE/") | (require 'emms-streams)
Now emms rocks:-) Thank you very much. (emms-setup 'cvs "~/YOUR/AUDIO/DIRECTORY/HERE/") is critical. | | > | | > | I haven't tested it though since I'm currently using Emms2. | > | > I'd love try EMMS2. Where can I download it? | | Emms2 is currently under development so it should be even more raw than | CVS EMMS, although that in many senses it is already better performing | than the old Emms. If you feel like adventure then try: | | darcs get http://www.kollektiv-hamburg.de/~forcer/darcs/emms | | ...and help us squash bugs. To set it up read the included manual. I'll try to install emms2 as an alternative. Is it possible to forward/backward specified seconds in emms? This could be useful when creating subtiles. -- .:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:. . * . . /.\ excuses are the easiest things . . /..'\ to manufacture . . /'.'\ and the hardest things to sell . . /.''.'\ . . /.'.'.\ . . /'.''.'.\ . . ^^^[_]^^^ . . . .Leon . .:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:. _______________________________________________ Emms-help mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emms-help
