Playing MP3 from database

I have an access database which holds MP3 filename.
Icreated a browse list with several records. I can I have
user click the
link in a table to play / download that MP3 file in order to
play it ?
Arthur

thanks, but I'm still confused on that....
what do you mean by:
>make the link to download the file from DATA SOURCES
I don't understand what do you mean here ?
I have a repeated region with CD_Number, CD_Title and CD_Name
I can add extra column woth the FILE_PATH just by inserting
apropriate
column from BINDINGS panel, but what LABEL you talking about
> and choose the column in the database with the file name
for the label and
> you will need a column with the path to the link for the
action of the
> link.
also - as far as FILE_PATH do I need to keep path as URL
(i.e.
HTTP://Folder/File) or just standard
(i.e. D:\FOLEDR\FILE_PATH) ???
>
>
> --
> Nancy Gill
> Adobe Community Expert
> BLOG:
http://www.dmxwishes.com/blog.asp
> Author: Dreamweaver 8 e-book for the DMX Zone
> Co-Author: Dreamweaver MX: Instant Troubleshooter
(August, 2003)
> Technical Editor: DMX 2004: The Complete Reference, DMX
2004: A
> Beginner's
> Guide, Mastering Macromedia Contribute
> Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced
PHP Web
> Development
>
>
>
> "Artuhr K" <[email protected]> wrote in
message
> news:e3dctc$jdo$[email protected]..
>>I have an access database which holds MP3 filename.
>> Icreated a browse list with several records. I can I
have user click the
>> link in a table to play / download that MP3 file in
order to play it ?
>>
>> Arthur
>>
>>
>
>

Similar Messages

  • Playing mp3s from the iphone music library

    i'd like to play around with making my own mixing software on the iphone.
    does anyone know if it's possible to play mp3s from the phones music library using the iphone sdk?
    -V

    There are both composite and component out cables for the iPhone for sale at the online store:
    http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=228 360E7&fnode=home/shopipod/ipod_accessories/cablesdocks&nplm=MB128LL/A

  • Play mp3 from remote url

    Hi Everyone,
    I am Completely new to Flash and Flash based development. I
    require some help in creating a flash document.
    I need to connect to a remote URL file and play the audio, it
    is an MP3 file. I have tried some methods but as i am starting from
    scratch i do not have any idea and I am stuck.
    Basically, i want a simple label like "play" to appear and
    when clicked on it connect to a URL specified (probably using
    Action script) and play the MP3 file.
    I have tried searching the forums and Internet before asking
    this question but I did not get any accurate answer.
    Kindly respond to this query if anyone has the answer.I
    require this very urgently.
    Thank you for the support.

    You could do something as plain and simple as putting a place
    holder movie
    clip on the stage and give it an instance name of
    placeholder.
    Then for your button:
    myBtn.onRelease = function(){
    placeholder.loadMovie("myURLtoMP3.mp3")
    Dan Mode
    --> Adobe Community Expert
    *Flash Helps*
    http://www.smithmediafusion.com/blog/?cat=11
    *THE online Radio*
    http://www.tornadostream.com
    <--check this
    ***Stop Piracy
    http://www.adobe.com/aboutadobe/antipiracy/***
    "LeifKolt" <[email protected]> wrote in
    message
    news:f5ukov$cij$[email protected]..
    > Hello,
    >
    > Can anyone give me the ActionScript to solve this
    problem.
    >
    > I have a button, when this button is clicked I want it
    to play an MP3 from
    > a
    > URL somewhere on the web. In this case
    > "
    http://www.leifkolt.com/WeAreAllTerrorists.mp3"
    >
    > I am trying to build my own player within my website
    (entirely built in
    > flash)
    > and don't want to mess with the hassle of a scripting a
    playlist etc... I
    > just
    > want to have the song names as buttons, and when you
    click the button it
    > plays
    > the desired MP3 off of my web server.
    >
    > Any help is greatly appreciated. THANKS!
    >
    > LEIF(kolt)
    >

  • Play MP3 from server

    Hello I've he next problem. I need to play mp3 files in my mobile phone that are stored on a server using bluetooth connections. I think i can use streaming or http, but i don't how can i join it with bluetooth connection. I have a lot of ideas but nothing clear.

    Are you asking how to use the Bluetooth API? These tutorials should be helpful:
    [http://today.java.net/pub/a/today/2004/07/27/bluetooth.html]
    [http://www.ibm.com/developerworks/java/library/wi-boogie1/index.html]
    [http://www.ibm.com/developerworks/java/library/wi-boogie2/index.html]
    acisse wrote:
    Hello, all times that i have asked something nobody answer me. Please could someone tell me i'm something wrong? Or posting message in the wrong place?Well, there are fewer people here than in some other sections of the forums, so it can take some time before someone replies.

  • I want to play mp3 from usb flash disk . what adapter do i use?

    i need to play mp3 on ipad using flash disk or sd card . how can i du that?

    You cannot ,not supported ,load the mp3 on to iPad via iTunes on a PC or Mac

  • PLaying MP3 from dB

    I have number of MP3 files. I created a database that would
    hold the
    location and the filenames.
    How would I implement a feature that will allow a user to
    display list of
    MP# files from the database and then play particular file
    upon clicking a
    link (in a tbale list) ???
    Thank for haelp and suggestions....
    Arthur K

    thanks, but this doesn't answer the question.
    Assume that I have a dB table, which data is listed in
    repeated region in
    DW.
    So i.e. the tbale lists CD_Number, CD_Title and CD_Time. How
    would I make a
    link from any of the database field, so when the user clicks
    on the link it
    will either play the MP3 file in user's default player, or
    open a page that
    will play the file. Another words the whole idea is to insert
    a filename and
    path to the MP3 file so the table with the files list can be
    updated weekly
    and the user can play any file who's name is in adtabase ???
    Arthur
    "crash" <[email protected]> wrote in message
    news:e37tmj$g40$[email protected]..
    > Flash player would be your best bet.
    > "Artuhr K" <[email protected]> wrote in
    message
    > news:e36gpi$lf5$[email protected]..
    >>I have number of MP3 files. I created a database that
    would hold the
    >>location and the filenames.
    >> How would I implement a feature that will allow a
    user to display list of
    >> MP# files from the database and then play particular
    file upon clicking a
    >> link (in a tbale list) ???
    >>
    >>
    >> Thank for haelp and suggestions....
    >>
    >> Arthur K
    >>
    >>
    >
    >

  • Elements 11 won't play audio mp3 from within slide show

    I've created a slide show and have attempted to insert  an audio mp3 file. Audio file shows that it has been added to slide show but it wil not play.
    I've added the mp3 multiple ways, by using the add media -- audio from element organizer as well as by  add media ---audio from file but it won't play
    MP3 plays fine when I click on it from the organizer.
    I've tested the mp3's  that came with elements 11 and they play fine. What's the deal?

    Is it from within the iTunes library? Try deleting album art and then adding the track again.

  • Itunes won't play mp3 after downloaded from firefox, but it does play it from Chrome

    I download an mp3 in Firefox, which is current--31.0.  I click on the download, iTunes opens it but it doesn't play it or even load it into iTunes.  When I download an mp3 from Chrome, it opens iTunes just fine and plays the song.  I have checked my add-ons and I have the iTunes applications detector in my plug-ins.  This is a brand new computer, so that probably has something to do with it.  I'm running Windows 8.1 on a Lenovo Ideapad.  I would appreciate any help with this problem as my job deal with music frequently and I use Firefox most often.  Thank you.

    The headers on the problem tracks may be corrupted or nonstandard. This can happen with some MP3 conversion or import utilities, and iTunes is very picky about headers. If you search the web for "mp3 repair" you'll find some repair tools. Most are for Windows, but here's one for Mac that I've seen mentioned:
    Mp3 Validator Mac version
    I haven't tried it so I can't attest to how well (or indeed if) it will work.
    Hope this helps.

  • Can I play mp3's from Zen Xtra on Winam

    Is it possible to play mp3's from Zen Xtra not by Creative Media Player but by another mp3 player ? The problem is that I play music on parties and I need crossfading that I can't enable in Creative Media Player. Thanx for your answers

    evenstar wrote:
    Got it !!!! Thank you very much for your help :-))))))))))
    Glad to help

  • Can't play MP3's from Finder without Quick Look

    Not really expecting any relevant answers but I might as well try I guess.
    Ok, before:
    __ .mp3
    Center of this icon had a play button, and it was possible to minimize the window while the song played.
    No need for Quick Look or a media player.
    Now:
    Quick look works.
    But as I mentioned, I can't just click a play button in a finder window, as in here with my mouse hovered over the bottom icon.
    I don't understand why the icons are different or how to fix this.

    Ignore the first two, long story. Anyway:
    THEN:
    • Icon had a center Play button.
    • Could play mp3's inside a miminize-able Finder window.
    • No need for media player or Quick Look.
    NOW:
    Those luxuries are now gone.
    Also, Get info shows both icons..
    Mp3's play from here, but unlike Finder, there's no Quick Look to track songs when necessary.
    • This is an external drive.
    • Permissions are fine.
    • I always browse in icon view.
    • Opening with QuickTime / VLC does not help.
    I just want to know a fix without a 3rd party or Terminal.
    This happened before and went away.

  • Why won't FireFox 4 play mp3 files that have been created since the FF update? It will play mp3 files created prior to the FF update. All of the mp3 files have been created in the same manner, as bounces from Logic Pro 9. Thank you.

    Why won't FireFox 4 play mp3 files that have been created since the FF update? It will play mp3 files created prior to the FF update. All of the mp3 files have been created in the same manner, as bounces from Logic Pro 9. Thank you.

    Hi David,
    Thank you for your detailed question. It sounds like the real issue is pdf files. Are there any antivirus/firewalls that might be blocking this specific file type? or are there any preferences in your control panel that might be blocking this?
    Do you have any stored preferences for PDF files in Firefox?
    *[[Applications panel - Set how Firefox handles different types of files]]

  • Playing .mp3 directly from internet (http) possibl...

    Dear all,
    I created a correct M3U playlist, containing some MP3 files which are stored remotely (on a server). I put in URLs like:
    http://www.test.com/123.mp3
    http://www.test.com/456.mp3
    Opening the playlist in Winamp works like a charm, all the files will play. However, opening the playlist on my N78 will result in a "Error, File damaged" message.
    Is it possible at all to have the phone play MP3 stored remotely (using http, via the music player or RealPlayer, etc.?)
    N78 promised to be good!

    I don't know how this would work exactly in Firefox as I don't use it but in Safari you can right click on the MP3 link in the webpage and choose "Download Linked File" Or "Download Linked File As". In Camino you right click and choose " Download Link Target". As Camino and Firefox are related this second option may be the one you would see. You can download the file and use the normal Add to Library process to put the file into iTunes.

  • Can MP3s from the zen micro be played using an FM tuner like the ipod

    where can we get an accessory like the ipod's wherein we can play music from the zen micro on a car stereo/home stereo using an FM tuner wherein the micro itself will work like a remote control? thanks a lot.

    Anywhere. Belkin makes the Tunecast FM tuner -- just make sure to get the TunecastII with the LCD selector.

  • [SOLVED] unable to play mp3 or flac files in mpd, .dts files play fine

    I had a perfect running mpd setup before I tried to fiddle around with some dependancies to get xbmc-svn to compile without errors. I installed some AUR packages (ffmpeg-svn, x264-git, libva-sds, libvpx, libid3tag).
    After that I started to experience trouble with mpd, it start fine and says it plays audio files just fine but whenever i play a mp3 or flac file the progress bar just looks like it's playing the file but I hear no sound. Whenever I play a .dts file i hear the sound correct.
    I'm very curious to why this happends.
    I rolled back the packages mentioned above but the issue remains unsolved.
    My setup: pc is connected to receiver by hdmi cable using the latest alsa version with digital passthrough over hdmi, currently using mpd-git from AUR
    mpd -v --no-daemon shows the following:
    # mpd -v --no-daemon /etc/mpd.conf
    config: loading file /etc/mpd.conf
    listen: binding to address for 192.168.1.3
    listen: binding to socket address 192.168.1.3:6600
    path: path_set_fs_charset: fs charset is: UTF-8
    database: reading DB
    disabling the last.fm playlist plugin because account is not configured
    daemon: opening pid file
    daemon: writing pid file
    snippet from mpd.log:
    Jun 28 00:54 : client: [0] process command "playlistfind filename "Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3""
    Jun 28 00:54 : client: [0] command returned 0
    Jun 28 00:54 : client: [0] process command "addid "Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3""
    Jun 28 00:54 : add to playlist: Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3
    Jun 28 00:54 : database: get song: Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3
    Jun 28 00:54 : client: [0] command returned 0
    Jun 28 00:54 : client: [0] process command "playid "7""
    Jun 28 00:54 : playlist: play 7:"Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3"
    Jun 28 00:54 : decoder_thread: clearing mixramp tags
    Jun 28 00:54 : decoder_control: mixramp_start = NULL
    Jun 28 00:54 : decoder_control: mixramp_prev_end = NULL
    Jun 28 00:54 : client: [0] command returned 0
    Jun 28 00:54 : client: [0] process command "status"
    Jun 28 00:54 : client: [0] command returned 0
    Jun 28 00:54 : client: [0] process command "idle"
    Jun 28 00:54 : client: [0] command returned 1
    Jun 28 00:54 : client: [0] process command "playlistid "7""
    Jun 28 00:54 : client: [0] command returned 0
    Jun 28 00:54 : mad: detected LAME version 3.97 ("LAME3.97 ")
    Jun 28 00:54 : mad: LAME peak found: 0.000000
    Jun 28 00:54 : mad: LAME track gain found: -5.000000
    Jun 28 00:54 : mad: encoder delay is 576, encoder padding is 1818
    Jun 28 00:54 : decoder: audio_format=44100:24:2, seekable=true
    Jun 28 00:54 : alsa: default period_time = buffer_time/4 = 185759/4 = 46439
    Jun 28 00:54 : client: [0] process command "plchangesposid "2""
    Jun 28 00:54 : client: [0] command returned 0
    Jun 28 00:54 : alsa: buffer_size=8192 period_size=2048
    Jun 28 00:54 : output: opened plugin=alsa name="My ALSA Device" audio_format=44100:32:2
    Jun 28 00:54 : output: converting from 44100:24:2
    Jun 28 00:54 : Failed to open mixer for 'My ALSA Device': no such mixer control: PCM
    mpd.conf:
    # An example configuration file for MPD
    # See the mpd.conf man page for a more detailed description of each parameter.
    # Files and directories #######################################################
    # This setting controls the top directory which MPD will search to discover the
    # available audio files and add them to the daemon's online database. This
    # setting defaults to the XDG directory, otherwise the music directory will be
    # be disabled and audio files will only be accepted over ipc socket (using
    # file:// protocol) or streaming files over an accepted protocol.
    music_directory "/media/media9/Muziek/"
    # This setting sets the MPD internal playlist directory. The purpose of this
    # directory is storage for playlists created by MPD. The server will use
    # playlist files not created by the server but only if they are in the MPD
    # format. This setting defaults to playlist saving being disabled.
    playlist_directory "/var/lib/mpd/playlists"
    # This setting sets the location of the MPD database. This file is used to
    # load the database at server start up and store the database while the
    # server is not up. This setting defaults to disabled which will allow
    # MPD to accept files over ipc socket (using file:// protocol) or streaming
    # files over an accepted protocol.
    db_file "/var/lib/mpd/mpd.db"
    # These settings are the locations for the daemon log files for the daemon.
    # These logs are great for troubleshooting, depending on your log_level
    # settings.
    # The special value "syslog" makes MPD use the local syslog daemon. This
    # setting defaults to logging to syslog, otherwise logging is disabled.
    log_file "/var/log/mpd/mpd.log"
    # This setting sets the location of the file which stores the process ID
    # for use of mpd --kill and some init scripts. This setting is disabled by
    # default and the pid file will not be stored.
    pid_file "/var/run/mpd/mpd.pid"
    # This setting sets the location of the file which contains information about
    # most variables to get MPD back into the same general shape it was in before
    # it was brought down. This setting is disabled by default and the server
    # state will be reset on server start up.
    state_file "/var/lib/mpd/mpdstate"
    # The location of the sticker database. This is a database which
    # manages dynamic information attached to songs.
    #sticker_file "~/.mpd/sticker.sql"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    user "mpd"
    # This setting specifies the group that MPD will run as. If not specified
    # primary group of user specified with "user" setting will be used (if set).
    # This is useful if MPD needs to be a member of group such as "audio" to
    # have permission to use sound card.
    #group "nogroup"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    bind_to_address "192.168.1.3"
    # And for Unix Socket
    #bind_to_address "~/.mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    log_level "verbose"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    #gapless_mp3_playback "yes"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. Optionally, 'comment' can be added to this
    # list.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # This setting enables automatic update of MPD's database when files in
    # #music_directory "path_to_your_music_collection"
    auto_update "yes"
    # Limit the depth of the directories being watched, 0 means only watch
    # the music directory itself. There is no limit by default.
    #auto_update_depth "3"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured #music_directory "path_to_your_music_collection"
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured #music_directory "path_to_your_music_collection"
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Input #######################################################################
    input {
    plugin "curl"
    # proxy "proxy.isp.com:8080"
    # proxy_user "user"
    # proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
    # other audio outputs.
    # An example of an ALSA output:
    audio_output {
    type "alsa"
    name "My ALSA Device"
    device "hw:0,3" # optional
    ## format "44100:16:2" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "default" # optional
    ## mixer_control "Master" # optional
    ## mixer_index "0" # optional
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## format "44100:16:2" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    ## mixer_type "software" # optional
    # An example of a recorder output:
    #audio_output {
    # type "recorder"
    # name "My recorder"
    # encoder "vorbis" # optional, vorbis or lame
    # path "/var/lib/mpd/recorder/mpd.ogg"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # max_clients "0" # optional 0=no limit
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    #audio_output {
    # type "pulse"
    # name "My Pulse Output"
    ## server "remote_server" # optional
    ## sink "remote_server_sink" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # mixer_type "none" # optional
    # This setting will change all decoded audio to be converted to the specified
    # format before being passed to the audio outputs. By default, this setting is
    # disabled.
    #audio_output_format "44100:16:2"
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "off", "album" or "track". See <http://www.replaygain.org>
    # for more details. This setting is off by default.
    #replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    #replaygain_preamp "0"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "2048"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting.
    #filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    # SIDPlay decoder #############################################################
    # songlength_database:
    # Location of your songlengths file, as distributed with the HVSC.
    # The sidplay plugin checks this for matching MD5 fingerprints.
    # See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
    # default_songlength:
    # This is the default playing time in seconds for songs not in the
    # songlength database, or in case you're not using a database.
    # A value of 0 means play indefinitely.
    # filter:
    # Turns the SID filter emulation on or off.
    #decoder {
    # plugin "sidplay"
    # songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt"
    # default_songlength "120"
    # filter "true"
    Whenever I run xbmc using the hdmi digital output it just plays mp3 and flac files without problems.
    Anyone any clues on how to solve this issue?
    TIA, dafart
    Since
    Last edited by dafart (2010-07-01 00:38:09)

    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Which correspondents fine with the
    device "hw:0,3"
    in my mpd.conf alsa section.
    Also sound worked fine withh this config before I started installing ffmpeg-svn and alikes
    hokasch:
    I tried changing the mixer to "Master" but that did not change much.

  • Banshee won't play Mp3's

    Hi everyone,
    Banshee won't play MP3s which are playable in
    Clementine, Audacious.
    When i attempt to play an MP3 it plays as if it is muted. I have checked that the sound is turned up and is not muted.
    my sound works fine so it can't be muted.
    I have confirmed that the codecs are installed....gstreamer0.10-plugins
    This is my code when I start banshee from terminal
    [aitaix@porno ~]$ banshee
    [Info 07:42:09.611] Running Banshee 2.6.2: [ArchLinux (linux-gnu, x86_64) @ 2015-02-23 15:51:29 UTC]
    [Warn 07:42:09.866] Cannot connect to NetworkManager or Wicd - An available, working network connection will be assumed
    (Banshee:15744): GLib-GObject-WARNING **: attempting to add an interface (AtkComponent) to class (__gtksharp_43_Hyena_Gui_BaseWidgetAccessible) after class_init
    (Banshee:15744): GLib-GObject-WARNING **: attempting to add an interface (AtkTable) to class (__gtksharp_44_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_TrackInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d) after class_init
    (Banshee:15744): GLib-GObject-WARNING **: attempting to add an interface (AtkSelection) to class (__gtksharp_44_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_TrackInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d) after class_init
    [Warn 07:42:10.114] Initialization of accessibility support for ListView widgets failed - System.ArgumentException: Invalid signal name: model_changed (in `glib-sharp')
    at GLib.Signal.Emit (GLib.Object instance, System.String detailed_signal, System.Object[] args) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.TrackInfo].EmitModelChanged () [0x00000] in <filename unknown>:0
    at Hyena.ThreadAssist.ProxyToMain (Hyena.InvokeHandler handler) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.TrackInfo].OnModelChanged (System.Object o, System.EventArgs a) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.TrackInfo]..ctor (GLib.Object widget) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.ListViewAccessibleFactory`1[Banshee.Collection.TrackInfo].Init () [0x00000] in <filename unknown>:0
    (Banshee:15744): GLib-GObject-WARNING **: attempting to add an interface (AtkTable) to class (__gtksharp_49_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_Database_QueryFilterInfo+601+5b+5bSystem_String+2c+20mscorlib+2c+20Version+3d4_0_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3db77a5c561934e089+5d+5d+2c+20Banshee_Services+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d) after class_init
    (Banshee:15744): GLib-GObject-WARNING **: attempting to add an interface (AtkSelection) to class (__gtksharp_49_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_Database_QueryFilterInfo+601+5b+5bSystem_String+2c+20mscorlib+2c+20Version+3d4_0_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3db77a5c561934e089+5d+5d+2c+20Banshee_Services+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d) after class_init
    [Warn 07:42:10.134] Initialization of accessibility support for ListView widgets failed - System.ArgumentException: Invalid signal name: model_changed (in `glib-sharp')
    at GLib.Signal.Emit (GLib.Object instance, System.String detailed_signal, System.Object[] args) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.Database.QueryFilterInfo`1[System.String]].EmitModelChanged () [0x00000] in <filename unknown>:0
    at Hyena.ThreadAssist.ProxyToMain (Hyena.InvokeHandler handler) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.Database.QueryFilterInfo`1[System.String]].OnModelChanged (System.Object o, System.EventArgs a) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.Database.QueryFilterInfo`1[System.String]]..ctor (GLib.Object widget) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.ListViewAccessibleFactory`1[Banshee.Collection.Database.QueryFilterInfo`1[System.String]].Init () [0x00000] in <filename unknown>:0
    (Banshee:15744): GLib-GObject-WARNING **: attempting to add an interface (AtkTable) to class (__gtksharp_54_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_ArtistInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d) after class_init
    (Banshee:15744): GLib-GObject-WARNING **: attempting to add an interface (AtkSelection) to class (__gtksharp_54_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_ArtistInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d) after class_init
    [Warn 07:42:10.142] Initialization of accessibility support for ListView widgets failed - System.ArgumentException: Invalid signal name: model_changed (in `glib-sharp')
    at GLib.Signal.Emit (GLib.Object instance, System.String detailed_signal, System.Object[] args) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.ArtistInfo].EmitModelChanged () [0x00000] in <filename unknown>:0
    at Hyena.ThreadAssist.ProxyToMain (Hyena.InvokeHandler handler) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.ArtistInfo].OnModelChanged (System.Object o, System.EventArgs a) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.ArtistInfo]..ctor (GLib.Object widget) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.ListViewAccessibleFactory`1[Banshee.Collection.ArtistInfo].Init () [0x00000] in <filename unknown>:0
    (Banshee:15744): GLib-GObject-WARNING **: attempting to add an interface (AtkTable) to class (__gtksharp_59_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_YearInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d) after class_init
    (Banshee:15744): GLib-GObject-WARNING **: attempting to add an interface (AtkSelection) to class (__gtksharp_59_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_YearInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d) after class_init
    [Warn 07:42:10.145] Initialization of accessibility support for ListView widgets failed - System.ArgumentException: Invalid signal name: model_changed (in `glib-sharp')
    at GLib.Signal.Emit (GLib.Object instance, System.String detailed_signal, System.Object[] args) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.YearInfo].EmitModelChanged () [0x00000] in <filename unknown>:0
    at Hyena.ThreadAssist.ProxyToMain (Hyena.InvokeHandler handler) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.YearInfo].OnModelChanged (System.Object o, System.EventArgs a) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.YearInfo]..ctor (GLib.Object widget) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.ListViewAccessibleFactory`1[Banshee.Collection.YearInfo].Init () [0x00000] in <filename unknown>:0
    (Banshee:15744): GLib-GObject-WARNING **: attempting to add an interface (AtkTable) to class (__gtksharp_64_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_AlbumInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d) after class_init
    (Banshee:15744): GLib-GObject-WARNING **: attempting to add an interface (AtkSelection) to class (__gtksharp_64_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_AlbumInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d) after class_init
    [Warn 07:42:10.149] Initialization of accessibility support for ListView widgets failed - System.ArgumentException: Invalid signal name: model_changed (in `glib-sharp')
    at GLib.Signal.Emit (GLib.Object instance, System.String detailed_signal, System.Object[] args) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.AlbumInfo].EmitModelChanged () [0x00000] in <filename unknown>:0
    at Hyena.ThreadAssist.ProxyToMain (Hyena.InvokeHandler handler) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.AlbumInfo].OnModelChanged (System.Object o, System.EventArgs a) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.Accessibility.ListViewAccessible`1[Banshee.Collection.AlbumInfo]..ctor (GLib.Object widget) [0x00000] in <filename unknown>:0
    at Hyena.Data.Gui.ListViewAccessibleFactory`1[Banshee.Collection.AlbumInfo].Init () [0x00000] in <filename unknown>:0
    [Warn 07:42:10.234] Caught an exception - System.ApplicationException: No support GNOME Settings Daemon could be reached. (in `Banshee.MultimediaKeys')
    at Banshee.MultimediaKeys.MultimediaKeysService.Banshee.ServiceStack.IExtensionService.Initialize () [0x00000] in <filename unknown>:0
    at Banshee.ServiceStack.ServiceManager.StartExtension (Mono.Addins.TypeExtensionNode node) [0x00000] in <filename unknown>:0
    [Warn 07:42:10.235] Extension `Banshee.MultimediaKeys.MultimediaKeysService' not started: No support GNOME Settings Daemon could be reached.
    [Info 07:42:10.241] Updating web proxy from GConf
    [Warn 07:42:10.270] Caught an exception - System.ApplicationException: No support GNOME Settings Daemon could be reached. (in `Banshee.MultimediaKeys')
    at Banshee.MultimediaKeys.MultimediaKeysService.Banshee.ServiceStack.IExtensionService.Initialize () [0x00000] in <filename unknown>:0
    at Banshee.ServiceStack.ServiceManager.StartExtension (Mono.Addins.TypeExtensionNode node) [0x00000] in <filename unknown>:0
    [Warn 07:42:10.270] Extension `Banshee.MultimediaKeys.MultimediaKeysService' not started: No support GNOME Settings Daemon could be reached.
    [Info 07:42:10.271] All services are started 0.48378
    (Banshee:15744): GLib-CRITICAL **: Source ID 135 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 104 was not found when attempting to remove it
    [Info 07:42:10.677] nereid Client Started
    [Info 07:42:10.720] GStreamer version 1.4.5.0, gapless: True, replaygain: False
    (Banshee:15744): GLib-CRITICAL **: Source ID 632 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 852 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 616 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 441 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 823 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 872 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 750 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 613 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 633 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 572 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 780 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 628 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 626 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 435 was not found when attempting to remove it
    (Banshee:15744): GLib-CRITICAL **: Source ID 617 was not found when attempting to remove it
    Last edited by aitaix (2015-06-21 21:45:55)

    Banshee switched to gstreamer 1 and the output (the last message actually from banshee and not some generic glib error message) confirms this. Therefore the obvious question would be, have you also made sure to have the gst plugins? (gst-plugins-ugly for MP3 to be precise)

Maybe you are looking for

  • Mac mouse wheel & trackpad--not scrolling in flash fields

    In several (probably all) Flash apps, scrollable fields do not respond to my mousewheel or trackpad scrolls. Thoughts? Running current Snow Leopard, and Flash 10.0.45.2. Thanks!

  • Where are the anti-alias options for 3D Rendering in Photoshop CS6?

    Ok so I am trying to make a 3D globe, but using CS6 (i have designed in 3D in CS5 before but want to familiarise myself with the process for CS6). The problem is that the edges of the sphere are a little sketchy and I want to change anti-alias settin

  • Repository Login/Pwd

    Using Crystal Reports 2008 is there anyway to set it up to retain repository login/password information so that the designers do not need to input this info when designing/modifying reports??

  • IPod messed up. Don't know why. Please help.

    My iPod has been acting messed up for about a week. Everytime I try to restore it on iTunes it doesn't seem like it does anything. Please give me some advice.

  • How do you reinstall the 3.0 iPod Touch OS?

    I don't mean restore, I mean re-install from scratch. My computer had to be rebooted during the installation of the 3.0 update. My family owns two iPod touches (1st Gen). One works perfectly. The other takes a LONG time to boot up; it takes 15 second