playa
playa copied to clipboard
Plays mp3s from a directory. An example app using Vedeu.
00:13ruby /home/me/.rvm/gems/ruby-2.2.1/bin/playa: symbol lookup error: /home/me/.rvm/gems/ruby-2.2.1/gems/audite-0.3.0/lib/portaudio.so: undefined symbol: rb_thread_blocking_region Ubuntu 15.04
``` ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm_route.c:947:(find_matching_chmap) Found no matching channel map bt_audio_service_open: connect() failed:...
Playa sequentially opens each file in the directory to extract the ID3 tag information for the track collection database. With large directories this causes Playa to fail with `Errno::EMFILE Too...
If the mp3 file does not have ID3 tags, then the output will not be brilliant. In particular, the track title will be the filename- including the path. (Yuck.)