Announcement

Collapse
No announcement yet.

Make VLC the Default Media Player

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Make VLC the Default Media Player

    Is there a way to set VLC to play as the default player for DVD movies? I've added it to the list of applications under "kcontrol" --> "Peripherals" --> "Storage Media" --> "Notifications" but when I select it, I get the following error:

    Error - KIO Exec
    /media/cdrom1 is a folder but a file was expected

    For the command ("Properties" when clicking on VLC under "Notifications") I have "vlc dvd://" (without quotes).

    Any help greatly appreciated. Thanks.
    Ernie Grossmann<br />Opening doors, closing Windows.......<br />AMD Athlon X2<br />Asus K8, 2 GB PC 3200 RAM<br />Using Kubutu 10.10

    #2
    Re: Make VLC the Default Media Player

    Here
    Code:
    wxvlc dvd:// %u
    did the trick.

    Hmm - and smplayer (mplayer frontend):
    Code:
    smplayer /dev/dvd %u
    Attached Files
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      [SOLVED] Re: Make VLC the Default Media Player

      Originally posted by Rog131
      Here
      Code:
      wxvlc dvd:// %u
      did the trick.
      Yup, that was it. Didn't know I needed a "wx" in front of vlc. Thanks!

      Ernie Grossmann<br />Opening doors, closing Windows.......<br />AMD Athlon X2<br />Asus K8, 2 GB PC 3200 RAM<br />Using Kubutu 10.10

      Comment

      Working...
      X