Console mp3 player, single process, thunar custom command... [SOLVED]

Couldn't come up with a better topic title. Sorry.
Anyways, I'm having a bit of a problem with console mp3 players.
I want to use Thunar (I use XFCE4) to start mp3 files just by clicking on them. That's simple to fix.
What I'm having a problem with though, is having the player start another song when I click on another.
Mplayer and various others just start another process, which is not what I want.
And some others queue up the songs, which isn't what I want either.
And those that actually can do that, they can't play the song on repeat, so that doesn't work for me either.
I've tried every console player in all repositories I could find, none did what I wanted. So I've thought about two perhaps possible solutions. First is using killall to close the player and start it again. But Thunar's "open with" commands can't handle operators as far as I've seen. Maybe calling a bash script would be possible, but can it use %f from thunar? Though, I know nothing about scripting, so I can't really fix that on my own. The second solution is using XMMS or any other GUI player which I know all those functions work in, but hiding the interface, can that be done?
Summary:
I want to use thunar to start playing mp3 files in the background, easily switching to another song by clicking on another.
Greatly appreciated if someone can find a solution to my problem.
Last edited by Aziere (2007-03-18 09:20:11)

How about a script? I do not know thunar, but it should give your script a list of files you selected. For a player I suggest cmus, which can be controlled externally via cmus-remote. So, write down a script like
if [ cmus_is_not_running ]; then
cmus --do_what_you_want
else
cmus-remote --do_what_you_want
done
I believe there are many other players which can be controlled from external.

Similar Messages

  • HELP ME ! MuVo Tx FM - MP3 Player IS D

    [color="#0033cc">I tried to update the firmware for my MuVo TxFm mp3 player, while process I format the data area, Since than I can not turn on the player, even I connect it to pc it does not work at all[color="#0033cc">what I need to do ?Message Edited by monpatel on -09-200605:37 AM
    Message Edited by monpatel on -09-200605:42 AM

    I have the same "symptoms" but different reasons why my player behaivos like this. Have to tried to start the firmwareupdater again?

  • MP3 Player Satisfact

    I?am carrying out research for a project and wondered if anybody would be able to fill in the following questionnaire about loyalty and satisfaction with your MP3 player. I would greatly appreciate it if anybody could take the time to do it. Please highlight your answer in bold or where numbers are required just type beside the apllicable field. Thanks
    Are you: Male? Female
    Age: 5-24?? 25-34? 35-44?? 45-54?? 55+
    Which brand of MP3 player do you own? Apple?? Creative
    MP3 player and Customer Satisfaction
    Please rate the following in order of importance to you when purchasing your MP3 player = Most important, 6= Least Important
    Product Design
    Brand Name
    Reliability
    Memory Size
    Ease of Use
    Price
    Please indicate how strongly you agree with the following statement -
    *Company Advertising influenced my MP3 player purchase decision
    Strongly Disagree?? Disagree?? Neither agree nor disagree?? Agree?? Strongly Agree
    Have you experienced any problems with your MP3 player? (If None please proceed to question 8)
    Technical Faults
    Poor Customer After Sales Service
    Hard to Use
    Computer Compatibility Software Problems
    Sound Quality Problems
    Other (please state)
    Please indicate how strongly you agree with the following statement
    *Problems with my MP3 player have reduced my customer satisfaction
    Strongly Disagree?? Disagree?? Neither agree nor disagree?? Agree?? Strongly Agree
    Have you purchased other products from your chosen brand Yes? No
    If so, which products
    If not, why not
    Have you purchased other services from the same brand, for example song/video downloads: Yes? No
    Your Relationship with the Brand
    Please indicate how strongly you agree with the following statements with regard to your chosen brand of MP3 player
    *Brand reputation has increased my loyalty to the brand
    Strongly Disagree?? Disagree?? Neither agree nor disagree?? Agree?? Strongly Agree
    *New, innovati've product designs have increased my loyalty to the brand
    Strongly Disagree??? Disagree?? Neither agree nor disagree?? Agree?? Strongly Agree
    *Lower prices over competitors have increased my loyalty to the brand
    Strongly Disagree?? Disagree?? Neither agree nor disagree?? Agree?? Strongly?Agree
    *Technological ability has increased my loyalty to the brand
    Strongly Disagree?? Disagree?? Neither agree nor disagree?? Agree?? Strongly?Agree
    *I feel my chosen brand has built up a relationship with me
    Strongly Disagree?? Disagree??? Neither agree nor disagree??? Agree??? Strongly Agree
    *I am loyal to my chosen brand of MP3 player
    Strongly Disagree?? Disagree??? Neither agree nor disagree?? Agree?? Strongly Agree
    Please highlight the statement that most applies to you
    I will buy only one specific brand in each product category
    I am loyal to certain brands but will choose alternati'ves if they are not available
    I am not loyal to any brands and purchase decisions are mainly based on price
    I am not loyal to a particular brand - I have no strong feelings for or against the brand
    Thank you for taking the time to fill this questionnaire in, it is of great help to me!

    This is not really a suitable place for this type of request. Perhaps it would be best to check on Creative/general MP3 player fansites if it's okay with them to post it there.
    Cat

  • Mp3 player not recognized. (Vision: M 60

    Hello.
    I am using Win XP MCE. I just installed all the drivers that came with the CD. I had the MP3 player unplugged as instructed, and connected it at the point it asked me to. It is plugged into a port I know works, because it is the one I used for my old MP3 player.
    Anyone know how to solve this issue?

    Are you getting the following error message?
    "One of the USB devices attached to this computer has malfunctioned, and Windows does not recognize it. For assistance in solving this problem, click this message."
    I've been getting this message for months and nothing seems to fix the issue.
    I even tried
    http://mycreativefansite.googlepages.com/myzenchecker_home.html
    And their program said I was running the latest version of XP, but for some reason the drivers won't recognize.

  • Cannot unmount mp3 player using thunar

    Hi,
    When I try to unmount my mp3 player using thunar, it doesn't unmount it (No problems with normal usb memories). When I fuser on it, after I tried unmount it, there seems to be like 10 processes using it. When I force quit them with
    fuser -m /dev/sdc --kill
    I return to terminal (jumping from X) and see a page full of errors. I can return to X with ctrl+alt+f7. My mp3 player is this: "Philips GoGear SA2RGA02SN RaGa 2GB"
    I am using xfce4, with all group + xfce4-utils installed. I don't use login manager, my xinitrc and .bash_profile is as follows:
    .bash_profile wrote:
    [[ -f ~/.bashrc ]] && . ~/.bashrc
    startx
    .xinitrc wrote:if [ -d /etc/X11/xinit/xinitrc.d ]; then
      for f in /etc/X11/xinit/xinitrc.d/*; do
        [ -x "$f" ] && . "$f"
      done
      unset f
    fi
    exec ck-launch-session dbus-launch xfce4-session
    So, I was wondering what is the problem, and is there a way to make is work normally.
    Last edited by yasar11732 (2011-07-07 21:11:53)

    I realized that fuser -m /dev/sdc gives all processes owned by me at that moment. For example, it give me a list of processes that corresponds to this:
    yasar     1602  0.0  0.1   5392  1584 tty1     S+   Jul07   0:00 -bash
    yasar     1607  0.0  0.1   5340  1416 tty1     S+   Jul07   0:00 /bin/sh /usr/bin/startx
    yasar     1624  0.0  0.0   3180   664 tty1     S+   Jul07   0:00 xinit /home/yasar/.xinitrc -- /etc/X11/xinit/xserverrc :0 -auth /tmp/serverauth.Z5Sbdk4zkQ
    yasar     1631  0.0  0.0   2308   576 tty1     S    Jul07   0:00 ck-launch-session dbus-launch xfce4-session
    yasar     1638  0.0  0.0   3348   488 tty1     S    Jul07   0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
    yasar     1639  0.0  0.0   2568   324 ?        Ss   Jul07   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    yasar     1648  0.0  0.6  29736  7736 tty1     Sl   Jul07   0:00 xfce4-session
    yasar     1652  0.0  0.1   3948  1804 ?        Ss   Jul07   0:02 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    yasar     1654  0.0  0.1   5688  2292 ?        S    Jul07   0:00 /usr/lib/xfce4/xfconf/xfconfd
    yasar     1658  0.0  0.2  18872  3296 tty1     S    Jul07   0:00 xfsettingsd
    yasar     1659  0.0  0.7  22760 10088 tty1     S    Jul07   0:00 xfwm4 --display :0.0 --sm-client-id 213d50e43-4189-4bd5-9bdd-88ba018ba437
    yasar     1661  0.0  1.1  96096 14508 tty1     Sl   Jul07   0:01 xfce4-panel --display :0.0 --sm-client-id 2a62dfc23-f36b-4649-ad64-20a924b5116d
    yasar     1662  0.0  1.1  97084 14700 tty1     S    Jul07   0:02 xfdesktop --display :0.0 --sm-client-id 26125b852-39ab-4370-a5b0-c7d1202d3eda
    yasar     1663  0.0  2.8 164908 35964 tty1     S    Jul07   0:03 pidgin --session 2c569a522-b558-498c-bf66-1f315a40afa9 --display :0.0
    yasar     1666  0.0  0.6  90492  8204 ?        Ssl  Jul07   0:00 xfce4-power-manager --restart --sm-client-id 2f89cd8c8-0544-4d3a-a10b-dad5242710ee
    yasar     1671  0.0  0.1   8000  2208 ?        S    Jul07   0:00 /usr/lib/gvfs/gvfsd
    yasar     1672  0.0  0.2  20864  3696 tty1     S    Jul07   0:00 xfce4-settings-helper --display :0.0 --sm-client-id 25a995b8d-9702-41bf-a2ae-f342bdc1ee79
    yasar     1677  0.0  0.1  31104  2100 ?        Ssl  Jul07   0:00 /usr/lib/gvfs//gvfs-fuse-daemon /home/yasar/.gvfs
    yasar     1682  0.0  0.5  19748  6932 tty1     S    Jul07   0:00 /usr/lib/xfce4/panel/wrapper /usr/lib/xfce4/panel/plugins/libsystray.so 1 14680110 systray Sistem çekmecesi Bildirim simgelerinin göründüğü alan
    yasar     1684  0.0  0.3  34284  3924 ?        S    Jul07   0:00 /usr/lib/gvfs/gvfs-gdu-volume-monitor
    yasar     1686  0.0  0.7  81500  9440 tty1     S    Jul07   0:00 /usr/lib/xfce4/panel/wrapper /usr/lib/xfce4/panel/plugins/libxfsm-logout-plugin.so 15 14680111 xfsm-logout-plugin Oturum Menüsü İçinde ekranı kilitle, askıya al, kapat veya çıkış yap seçenekleri yer alan bir menü gösterir
    yasar     1710  0.0  0.6  19956  8100 tty1     S    Jul07   0:00 /usr/lib/xfce4/panel/wrapper /usr/lib/xfce4/panel-plugins/libdatetime.so 4 14680118 datetime Tarih & Saat Basit bir takvimi olan, tarih ve saat programcığı.
    yasar     1711  0.0  0.9 104064 12216 tty1     Sl   Jul07   0:00 /usr/lib/xfce4/panel-plugins/xfce4-mixer-plugin  7 14680119 xfce4-mixer-plugin Ses Düzenleyicisi Ses kartınız için ses düzeyi ayarı
    yasar     1722  0.0  0.7  83736  9188 tty1     S    Jul07   0:00 /usr/lib/xfce4/panel-plugins/xfce4-screenshooter-plugin  19 14680120 screenshooter Ekran görüntüsü Tüm ekranın, etkin pencerenin veya belirli bir alanın ekran görüntüsünü alır
    yasar     1733  0.0  0.2   8608  3168 ?        S    Jul07   0:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.11 /org/gtk/gvfs/exec_spaw/0
    yasar     1744  0.0  1.0  93936 13108 tty1     Sl   Jul07   0:00 xfce4-notes
    yasar     1744  0.0  1.0  93936 13108 tty1     Sl   Jul07   0:00 xfce4-notes
    yasar     1746  0.0  0.7  83124  9996 tty1     S    Jul07   0:00 xfce4-clipman
    yasar     1749  0.0  2.8 243924 37020 tty1     Sl   Jul07   0:08 /opt/dropbox/dropbox
    yasar     1880  0.0  0.9  84240 11844 ?        Ss   Jul07   0:00 /usr/bin/xfrun4 --daemon
    yasar     1927  0.0  1.4 115684 17920 ?        Sl   Jul07   0:03 /usr/bin/Thunar --daemon
    yasar     1934  0.0  0.2   8516  3020 ?        S    Jul07   0:00 /usr/lib/gvfs/gvfsd-network --spawner :1.11 /org/gtk/gvfs/exec_spaw/1
    yasar     1936  0.0  0.2   8312  2564 ?        S    Jul07   0:00 /usr/lib/gvfs/gvfsd-dnssd --spawner :1.11 /org/gtk/gvfs/exec_spaw/2
    yasar     2024  4.5 19.5 311156 250340 tty1    Sl   Jul07  20:32 /home/yasar/.local/lib/opera/opera
    yasar     2040  0.0  0.9  85560 12296 ?        S    Jul07   0:00 leafpad /home/yasar/.bash_profile
    yasar     2045  0.0  0.9  93572 11700 ?        Ss   Jul07   0:00 gvim /home/yasar/.xinitrc
    yasar     2052  0.0  2.1 101436 27788 tty1     Sl   00:04   0:12 /home/yasar/.local/lib/opera//operapluginwrapper 59 63 /usr/lib/mozilla/plugins/libflashplayer.so
    yasar     2053  0.0  0.0   3108   556 tty1     S    00:04   0:00 /home/yasar/.local/lib/opera//operaplugincleaner 2024
    yasar     2314  0.1  0.8  82336 10324 ?        S    07:25   0:00 /usr/lib/xfce4/notifyd/xfce4-notifyd
    yasar     2319  0.0  0.9  55268 12388 ?        Sl   07:25   0:00 /usr/lib/tumbler-1/tumblerd
    yasar     2328  0.8  1.2  97348 15368 ?        Ssl  07:26   0:00 terminal
    And also, I can unmount it from terminal (it seems to be normally unmounted) but when I unplug it, it send me terminal (tty1), and in a couple of secons I can switch back to tty7 again.

  • Faulty mp3 player and customer support page does not w

    I sumitted my problem online to the customer support but when I hit the submit button I get redirected from http://us.creative.com/support/contact/emailform.asp to a non-working URL http://dmzrespapp.europe.creative.com/kana/FRH
    I do not get an e-mail confirmation either. But maybe you can also help with my problem below
    I have an Creative Micro Zen mp3 player
    When I start or reboot the mp3 player it hangs at the 'CREATIVE' logo and stops responding. This started 3 weeks ago.
    I followed the steps below as suggested by Creative's knowledge base:.) Clean up2.) Format3.) Reload Firmware4.) Reboot
    At each of these steps the player does not hang (I can hear the sound feedback when I touch the control buttons), but I stays there for hours saying i.e. 'Cleaning up', 'Erasing Firmware'

    After I have read the FAQ I came across this last resort, tried it, and succeeded. Now it works again
    http://www.nomadness.net/modules.php...ukebox+Zen#209
    My Zen won't startup, what do I do?
    align=justify>If your Zen won't startup the first thing to try is see if you can access the Maintenance Menu (click here for the procedure) and run a disk cleanup. If this fails, or if you are getting the "hard dri've error" message on startup, listen closely to the Zen when it starts up. If you can hear the hard dri've repeatedly clicking at the end of the start up chances are the heads or related mechanics are jammed in some way. <B>At your own risk</B> you can try and free this by firstly powering the player down, then giving it a hard slap on the side. An alternati've and less drastic approach is to hold it in your outstretched arm with the screen towards you and twist your wrist back and forth as quickly as you can. This might indicate a problem with the player, so you may want to seek getting your player replaced/repaired anyway, especially if this happens more than once. Also if this procedure doesn't help you will also have to look at getting the player repaired, or if out of warranty you can try repairing the hard disk yourself. See the Articles section for guides on upgrading. Note that you <B>should not hit your player</B> in any other circumstance as you could damage the hard disk. Hard disks make clicking noises in normal operation.

  • Cd/mp3 player was not playing all tunes burned to disk

    Got my Mojo workin'.
    That's a TDK "Mojo" CD-MP3 Digital Jukebox.
    Sit back and relax while I tell of my Grand Journey of Exploration. (There is a question below too.)
    I had made a some iTunes playlists of MP3s, and decided to burn them on CD-R disks for my portable player. I had them all sorted by Artist and Album. The burn process seemed to go well, but when I loaded the first disk into the Mojo, it seemed to scan the entire disk and count all the tunes. It finished counting after it found all 193 titles. However, when I tried to play them, it would only play the first 26 tunes or so. (Another disk I had burned at the same time (different playlist) gave similar unsatisfactory results, something like 19 out of 186 tunes.) I knew the Mojo was not a current model, and thought maybe there was some weird file incompatibility thing going on.
    I popped the disk into my son's CD/MP3 player ("Koss" brand), and it managed to find 30 or 40 of them. A bit better, but not perfect.
    I tried it in my DVD player, and it was able to play all 193 tunes. In fact, it loaded and started playing quicker than I had ever seen it do before. It usually thrashes and whirs for an annoyingly long time.
    The odd thing was that the Koss was able to play all 76 tunes on another disk I had burned over a year ago, on my wife's Mac, with a version of iTunes for Mac System 9.2. Unfortunately, those files were gone from her Mac so I couldn't see what the iTunes setup was. I was thinking maybe the newer version of iTunes had a bug or something.
    Then I inspected the old and new disks in the Finder and noticed that the new disk had a bunch of folders with the Artists' names, and each artist folder had folders within them with Album names, and the tunes were inside those folders.
    The old disk (which worked fine in the Mojo player) just had the MP3 files and no folders whatsoever. I knew I was onto something, but I couldn't figure out how to burn a folder-less MP3 disk from iTunes, as opposed to doing it manually via the Finder.
    I searched Apple.com > Support > Discussions > iTunes for Mac > Importing & Burning in iTunes for Mac yet again, this time using "folders" for the search term, and up popped several threads where people wanted files organized by folders on disks:
    http://discussions.apple.com/thread.jspa?messageID=1464192
    http://discussions.apple.com/thread.jspa?messageID=1791538
    http://discussions.apple.com/thread.jspa?messageID=781976
    ... which brought me to the document "iTunes: How to set the play order of songs on an MP3 CD", at http://docs.info.apple.com/article.html?artnum=60931
    So, I removed the columns for "Artist" and "Album" names from the playlist, and burned it, et voila! it worked just fine in my Mojo, which plays all 193 tunes. (Too bad I didn't fix the ID3 tags beforehand.)
    Now, for points:
    I had the playlist sorted by Artist, and here are the first four titles (of 193)
    Title ____________ Artist____________
    Relative Ways ...And You Will Know Us By The Trail Of Dead
    Mistakes & Regrets ...And You Will Know Us By The Trail Of Dead
    Jubilation 20 Minute Loop
    Queen of Pain Alkaline Trio
    Muffin57 All Natural Lemon And Lime Flavors
    ... etc.
    Then when I remove the "Artist" column so that it only shows the Titles, it resorts like this:
    Title ____________
    Blacken My Thumb
    Buckler
    After School Thunder
    Futuristic Genitalia
    Once In A Lifetime (Cul De Sac)
    ... etc.
    This is not the same as it was, nor is it alphabetical by Title.
    If I click on the Title column header of course, it is ordered alphabetically by title, like this:
    Title ____________
    (Do Not Feed The) Oyster
    (Got My) Rock Pants On
    3 Away
    27
    68
    Adventures In Conversation
    After School Thunder
    Algorithm Of Desire
    Alive and Amplified
    ... etc.
    Other than dragging all 193 tunes, one at a time, in order manually, how can I keep the original play order by Artist, without creating folders on the burned CD?
    There is talk of "Copy to Play Order" in the iTunes Help/Support files...
    To use this command, Control-click one of the songs in the playlist,
    and choose "Copy to Play Order" from the shortcut menu. Tip: These
    steps also apply to a playlist you have reordered directly (by clicking
    on one of the column headers like Artist or Album).
    ... but I don't see that option when I Control-click anything. The bottom menuitem in the popup menu is "Clear". Same results with Right-clicking.
    300 MHz "Blue & White" G3   Mac OS X (10.4.7)   iTunes 6.0.5

    Hmm. I see that the spaces have been chopped out in part of my first post, and it appears that I cannot edit it.
    For clarity's sake, these are the Artists' names, in the partial listing for Ordered by Artist example in my previous post:
    ...And You Will Know Us By The Trail Of Dead
    ...And You Will Know Us By The Trail Of Dead
    20 Minute Loop
    Alkaline Trio
    All Natural Lemon And Lime Flavors

  • Let's get an MP3 player headphone/earbud discussion going

    I am shocked to see how little use this little slice of this great forum is. As we all know, the earbuds that typically accompany any stock MP3 player are usually sub-standard, at best. Often they are terrible. Occaisionly they are passable, and once in a blue moon they are great. It always amazes me that MP3 player companies, Creative included, don't realize that they could really push their players over the top by adding a good set of buds. In fact, Sony has just done this. One of their new MP3 players is being shipped with a higher end set of Sony earbuds that typically go for $70 all by themselves. CNET is raving about the player, particulary how it is one of the only players out there that sounds fantastic "out of the box". And now I'm starting to see discussions on the CNET MP3 player forums comparing that particular Sony to the new ZEN with lot's of people leaning to the Sony just because it does not require a new set of buds to really bring out the quality of the music.
    Now we all know that a lot of people are clueless when it comes to this aspect. It amazes me the people who will spend $500 on a high-end MP3 player and then not bother to replace the crappy buds that come bundled with it (cough, cough, iPod, cough). If you fall into this category do yourself a favor and go out and try some quality buds or headphones for your MP3 player. You'll be quite astounded how much more you'll enjoy listening to your music. As with any audio device, you'll have to pay for that quality. But quality can be found in everyone's budget. CNET is a great place to start and learn. You'll be happy to know that Creative's Aurvana buds are highly rated in their price category and quite frankly, the next time Creative releases a new higer-end product, say the ZEN 32 GB due out in first quarter 2008 (or so I've read), they would be super smart to include a nice set of these buds with that player even if it means bumping the price a bit and eating some profit.
    I recently bought my fifth Creative product, the 16 GB ZEN. It's a great player. Not perfect, but certainly a top contender in the high-cap flash-based MP3 player market. As always, the included buds were passable. So I embarked upon a search for the perfect set of headphones and/or buds in my price range.
    I set my price range between $100 and $150. That's a ton of money for some, nothing for others. I was pleasantly surprised with what is out there. Here is what I found, what I tried, what I thought, what I kept, and what went back. I am somewhat limited in my testing by the fact that I pretty much just use Best Buy. While I really don't like the store, the one good thing they have is a 30-day money back return policy. So I can just keep trying headphones and returning them to try others until I find the ones I like.
    The first thing I tried was pair of Bose full around ear (AE) TriPort headphones. CNET has called these the poor-man's QuietComfort 2's, a noise-canceling Bose product highly rated by CNET. The TriPorts are great phones, light weight, and great sounding. Best Buy price is$140. Great audio quality and they block out most regular outside noise. The downside, for me at least, is my ears tend to sweat after extended listening. I still have these and will keep them. My daughter liked them so much she's getting a pair for Christmas although she doesn't know it yet. These are better for your ears because they don't pipe music directly into the canal and are less likely to cause any damage to hearing.
    The next thing I tried was a set of Bose on ear (OE) TriPorts. These are pretty much the same drivers as the AE's but they sit comfortably on the ear instead of around them. The upside is that they don't sweat as much. Downside is, if you're a woman (or a guy) who wears earrings they can be less comfortable because they press on the earrings. The audio quality is much same, ie: great, as the AE models but not quite as good. The sound isolation is also surprisingly good. I like the design of these phones much better too. They have a single cord design (the AE's have a dual cord) and the cord is modual. I love short cords as I just keep my player in a shirt pocket so a long cord is just a drag, pun intended. The OE models also come with a much nicer, hard case, the AE's just come with a cloth bag. The phones fold up smaller and fit into the case nicely for storage and transport. The real downside to these phones, the price: $180. While the cord design and case are nice touches they really don't (to me anyway) justify the extra $40. That said, I still have these phones too as I like them for work for the short cord. The jury is still out as to whether or not I'll keep them.
    Next up I tried the Sure SE210 earbuds, actually ear canal phones. These are pricey at $150 but for Shure products that's actually just a step up from entry level! I thought it would be good to have a nice set of quality buds for those times when I don't want to walk around with headphones on. The Shure's are raved about on CNET. I was not impressed. The sound was just okay and I really don't like things sticking IN my ear canals for long periods of time. It just get's painful for me. The Shure's do come with the 'comfort pack' which has several different styles and sizes of tips to maximize comfort but I just couldn't see them getting enough use to justify the price. They went back.
    Next up was the Bose TriPort earbuds. These got a mediocre review over at CNET but I thought since I'd tried the other two in the line I'd give these a go. They are $99 at BB. These are not ear canal phones and are not meant to into the ear and form a tight seal. They sounded very good and were very comfortable. But they just didn't feel stable. I move around at work a lot an they always felt like they were going to fall out and the quality and level of music would change with the movement. They went back.
    Last up, the Shure SE110 earbuds. Again, these are ear canal phones meant to go into the ear canal and form a seal for maximum bass and sound. I bought these on a whim. They are $99 at BB. They pretty much sound just like the SE210's to me - I'm not sure what the difference was supposed to be. CNET gives these a decent review and recommends them in their price point range. I tried them at work and was going to take them right back. But I've been unable to get them back for a few days so I tried them again last night. I finally found a set of the 'comfort pack' tips that fit me best, the small rubber ones, and I can wear them for longer periods of time without as much discomfort. And when in the ear with a good seal they sound pretty good, much better than any stock earbud, but not as good as the Bose AE or OE phones.
    So the jury is out on these ones. I'm thinking they'll go back. It seems you have to go up to the SE310's to get a really good bud from Shure but that's up around $200 to $250, a bit more than I'll spend for now at least. If I end up taking the SE110's AND the Bose OE TriPort's back than I'd have enough to try out a pair but our BB doesn't sell them so I'd have to find another local or online dealer with a nice return policy. Online sucks because of course you have to send them back and pay shipping. Much easier to just go to a counter!
    If you've really got a ton of money, I hear the new Shure SE530's are nothing short of fantasic - or so says CNET. I'd love to try a set but at$450 to $500 a set that's not going happen any time soon. I might just go back to BB and try a bunch of lower end stuff in the $50 to $100 range and see if anything in that price point range blows my mind.
    Anyhow, I thought his forum was sadly lacking and thought I'd at least give a good post to get it going. If any of you have done this type of testing, or just have a great set of buds or headphones you use, please share your opinion's here. Let's get this rock rolling down the hill!
    M.

    Hi methos1979,
    This forum has only just been created, all the other forums have been on the board much longer, so we should hopefully see more posts appearing here.
    While I appreciate and understand the intention of the thread, this is not a suitable place to discuss non-Creative products. This forum was intended for discussion of Creative headphones, headsets and earphones.
    Cat

  • Hello, Can anyone tell me...if I purchase a music album from the iTunes Music Store, can I download these onto an ordinary mp3 Player, or does it have to have the Apple OS system , i.e. the ipod?

    Hello,
    Can anyone tell me....am I able to download music purchased from iTunes store onto a non-apple mp3 device, OR NOT?
    I am relatively new to Apple , so am fairly new to the system!
    Thanks!

    You can, but you will have to create a new version of the songs that you download from the store (they will be in .m4a format from the store which your MP3 player won't support).
    After downloading a song, go into iTunes > Preferences (command-comma) and on the General tab click the 'Import Settings' button and on the next screen change the 'import using' to 'MP3 encoder' (or one of the other options if your MP3 player supports it). To create a MP3 version of your downloaded song(s), select/highlight them in the Music part of your iTunes library, control-click, and on the popup select 'create MP3 version' (the 'MP3' will change depending upon what you've selected as the type on 'import settings' options).
    Creating a different version of songs : iTunes: How to convert a song to a different file format - Apple Support
    You should then be able to copy the music to your MP3 player in the same way as you normally do.

  • Custom command problems on Mac OS X

    I am seeing a problem with custom context commands in our custom connector that is also reproducible with the sample FTP connector shipped with the SDK.  I am using Adobe Drive 3.2.0.41 on Mac OS X 10.8.2
    For my test I am connecting to a FTP server and attempting to run the "File Properties" command from a file's Adobe Drive menu in Finder.  When I first start Drive and connect, the command works and the "File Properties" dialog appears as expected.  However, if I disconnect, reconnect, then browse back to the file and attempt the command again, the File Properties dialog does not appear.  The Finder window does kind of "grey out" as if another dialog is about to be shown, but it never is. I don't see any kind of error messages in the CS5ServiceManager logs. 
    If I disconnect, close Drive, kill the AdobeDriveCS5 and CS5ServiceManager processes with Activity Monitor, and then restart Drive and reconnect, the custom commands work again.
    Has anyone else experienced these kinds of problems with custom commands on Mac OS after a disconnect/reconnect cycle?
    Thanks,
    Brian

    Our only other environment we could set up was on Mac OS 10.7.5, and we could not reproduce the issue.  Based on that it would appear to be something new with Mac OS 10.8.

  • [solved] Can't mount Samsung YP-U3 mp3 player

    Hi all,
    I have a Samsung YP-U3 mp3 player, which currently I can't use as it won't mount. I've spend a while trying to figure this out, so any help is appreciated!
    EDIT: I don't wish to use Amarok etc. Also I've tried mtpfs, but it doesn't show any of the actual files. I'm trying go-mtpfs, but can't install it. I get the following response from yaourt:
    ==> Starting build()...
    github.com/hanwen/go-mtpfs (download)
    cd .
    git clone https://github.com/hanwen/go-mtpfs /tmp/yaourt-tmp-archimedes/aur-go-mtpfs-git/src/src/github.com/hanwen/go-mtpfs
    # cd .; git clone https://github.com/hanwen/go-mtpfs /tmp/yaourt-tmp-archimedes/aur-go-mtpfs-git/src/src/github.com/hanwen/go-mtpfs
    package github.com/hanwen/go-mtpfs: exec: "git": executable file not found in $PATH
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build go-mtpfs-git.
    for this PKGBUILD https://aur.archlinux.org/packages/go/g … t/PKGBUILD
    Some info:
    Media player says "Connected, Fully charged (or charging)" for ten seconds or so, and then lights go out.
    It isn't in /run/media/user/.
    It doesn't show up with fdisk, but does with lsusb:
    Bus 001 Device 003: ID 04e8:507d Samsung Electronics Co., Ltd YP-U3 (mtp)
    This is the result of mtp-detect:
    $ mtp-detect
    Error: Unable to open ~/.mtpz-data for reading.
    libmtp version: 1.1.5
    Listing raw device(s)
    Device 0 (VID=04e8 and PID=507d) is a Samsung YP-U3.
    Found 1 device(s):
    Samsung: YP-U3 (04e8:507d) @ bus 1, dev 3
    Attempting to connect device(s)
    USB low-level info:
    Interface has a kernel driver attached.
    bcdUSB: 512
    bDeviceClass: 0
    bDeviceSubClass: 0
    bDeviceProtocol: 0
    idVendor: 04e8
    idProduct: 507d
    IN endpoint maxpacket: 512 bytes
    OUT endpoint maxpacket: 512 bytes
    Raw device info:
    Bus location: 1
    Device number: 3
    Device entry info:
    Vendor: Samsung
    Vendor id: 0x04e8
    Product: YP-U3
    Vendor id: 0x507d
    Device flags: 0x00000002
    And mtp-connect
    sudo mtp-connect
    Error: Unable to open ~/.mtpz-data for reading.
    libmtp version: 1.1.5
    Device 0 (VID=04e8 and PID=507d) is a Samsung YP-U3.
    Usage: connect <command1> <command2>
    Commands: --delete [filename]
    --sendfile [source] [destination]
    --sendtrack [source] [destination]
    --getfile [source] [destination]
    --newfolder [foldername]
    Finally, I tried this http://lobzang.free.fr/tip005.html but it didn't seem to work.
    Cheers!
    Last edited by ianhoolihan (2012-10-28 20:16:23)

    Solved.
    Firstly, I didn't have git installed. When I did, I could install go-mtpfs, which does a little better than mtpfs by the looks of things.

  • Flash mp3 player HELP!!!

    i am tying to add a flash mp3 player to my blog posts to have samples of the scores on each page using this:
    http://creativetechs.com/tipsblog/embed-a-free-flash-mp3-player-on-your-blog/
    the code i have is this:
    <object type="application/x-shockwave-flash" width="400" height="170"
    data="http://web.me.com/cbarrywdw03/KlausBadelt/MusicPlayerExample/xspfplayer.swf?playlisturl=http://web.me.com/cbarrywdw03/KlausBadelt/MusicPlayerExample/playlist.xspf">
    <param name="movie"
    value="http://web.me.com/cbarrywdw03/KlausBadelt/MusicPlayerExample/xspfplayer.swf?playlisturl=http://web.me.com/cbarrywdw03/KlausBadelt/MusicPlayerExample/playlist.xspf" />
    </object>
    i am tying to get it in the blank empty space on the right above the track listing and to the right of the cover as seen here:
    http://web.me.com/cbarrywdw03/KlausBadelt/CreditsBlog/Entries/2010/4/1_Die_Jagd_nach_der_heiligen_Lanze_-_OriginalScore.html
    as you can see i can only get the player to show up on the left anywhere form the top to the bottom.
    please help me in getting it in that empty space mentioned above, thank you and take care!
    chris
    Message was edited by: MacAVUser08

    You should paste the object code in a HTML Snippet.
    All your songs and playlist should be in the MusicPlayerExample folder.
    And then test that all performs as it should.
    If you do that you have no problems.
    But you pasted the code in the HTML page itself after publishing. If you do you have to check the path to all the files.
    You would have found that there is no file here :
    http://web.me.com/cbarrywdw03/KlausBadelt/Credits_Blog/Entries/2010/4/swfobject. js
    Rule of thumb : Keep custom stuff out of the Site folder iWeb creates.
    I pasted your code in a HTML Snippet and 3 demo MP3s played in the flashplayer. So no problem there.

  • How can sony claim to not have a comparable replacement for an mp3 player???

    I purchased an 8GB mp3 player about 1.5 months ago with my sony rewards points and it was on sale for ~$52.  The product turned out to be a complete dud so I returned it and was told it would be replaced since it's under warranty.  Now customer service calls to say they don't have a comparable product to replace it with and want to send me a check for $52.  How can Sony claim to not be able to replace an 8GB mp3 player??  Ridiculous.  It's right there on the website.  The product is no longer on sale so I can't go buy a replacement with the $52.  Why is Sony trying to weasel out of replacing the product??

    DieselDucy, please check your inbox.
    dug, your case is not being taken care of. 
    Sincerely,
    Yuri

  • Rsync/unison to/with mp3-player, problem with permissions

    Hi,
    I'm trying to sync my music database with my mp3-player via rsync or unison, but both complain about the mp3 being a read-only device (It's detected as a FAT32 harddrive, btw.).
    The interesting thing is: It is not mounted read-only. I can copy music onto it just fine via e.g. thunar, only the two sync programs complain.
    What could be the problem?

    The error messages are variations of:
    rsync: chgrp "/media/path/to/file/on/mp3" failed: Read-only file system (30)
    Seems like it's permissions-related, so maybe I should get rid of the "keep permissions" option implied in rsync -a. I'll try that and the udev rule, thanks.
    Another thing: Unison takes AGES to check for changes (and I do mean ages, ~10s per file). Is that normal?
    [edit:]
    Another error:
    rsync: mkstemp "/media/path/to/file/on/mp3/*.ogg.w7qqip" failed: Read-only file system (30)
    I haven't played around with the rsync-options yet. I tried the udev rule though, didn't help. One thing is strange: the rule sets gid=100(=users), but all the dirs/files on the device are <mylogin>:root owned. Shouldn't that be <mylogin>:users?
    Last edited by lastchancetosee (2010-05-06 21:05:43)

  • HELP How to download music from Musicstore to play on MP3 Player

    I just bought a okley sunglasses with MP3 Player... How can I buy music in a MP3 format on internet... Apparently the only way to buy/download music from internet on a mac it's with the music store but then it won't allow me to convert it into a MP3 file!!!! Do you have any solutions.. please help me i'm desperate... thanks

    There is a workaround.
    You have to burn purchased music on Audio CD first, then re-import it in the format of your choice.
    If you buy complete albums, this method is economic and you have a backup.
    For single purchases this won't be much of a help.
    M

Maybe you are looking for

  • Saving in Final Cut Pro vs Quicktime

    Hi, When I open a .mov file in Quicktime I can trim to selection and it will save the file very quickly. However when I open the same file in FCP and cut it to the same size and save it, it will take several minutes. Why is that? Thanks, Robert

  • Error message when double-clicking icon to open document, won't open

    My documents will not open when I double click their icon. They will open when dragged to the application icon or from the application itself. I get an error message if I try to open by double-clicking the icon. This is for In-Design, Photoshop, Illu

  • Turn off center selected object in view

    If I am zoomed in 500% and select an object, it centers it in my view, and sometimes it will select the object and move it, just by clicking on it. Is there an option to turn this off?! It's VERY frustrating when i'm trying to move things to s specif

  • Zoom #1 window without zooming #2 window

    I have 2 images opened (Open Document as Tabs turned off) so they are independent of each other. when I zoom file#1, file#2 also zooms. How can I control this so only 1 file is zooming? Thanks, Al

  • Unable to read rdbms_server_dn from init.ora

    I encounter a error message from trace file Oracle version is v8.1.7.0, windows NT server. But the database is working fine.., just the trace file often been amend with this message. *** SESSION ID:(14.482) 2006-09-27 08:40:36.453 Unable to read rdbm