This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Plasma 5: Settings for kio multimedia "audiocd:/" dolphin

Tags: None
(comma "," separated)
User avatar
petsander
Registered Member
Posts
3
Karma
0
OS
Hello everybody,

I'm a new user and please pardon me if I did something wrong to describe correctly the subject for this thread. ;)

Since two days, I'm a happy user of Kubuntu 15.10 / KDE neon (clean install). For now, I've been missing some settings to control the kio-multimedia settings to get full access to the path audiocd:/ in dolphin file-browser.

What I've done so far:
- installed lame
- installed kdemultimedia-audiocd-kio and all other multimedia-plugins for using kio-slaves (as I did in KDE4)

Where can I get access to control the ogg, flac, mp3,... settings - I couldn't find it in the plasma system-settings? When I use dolphin to get access to the Audio CD, I can't see the folder MP3 (I've installed lame) in marked contrast to Ogg and FLAC?

Could you help me please to fix this. What I've done wrong?
Thanks in advance for your support!

Best regards
Peter
User avatar
petsander
Registered Member
Posts
3
Karma
0
OS
Hello everybody,

I'm a new user and please pardon me if I did something wrong to describe correctly the subject for this thread. ;)

Since two days, I'm a happy user of Kubuntu 15.10 / KDE neon (clean install). For now, I've been missing some settings to control the kio-multimedia settings to get full access to the path audiocd:/ in dolphin file-browser.

What I've done so far:
- installed lame
- installed kdemultimedia-audiocd-kio and all other multimedia-plugins for using kio-slaves (as I did in KDE4)

Where can I get access to control the ogg, flac, mp3,... settings - I couldn't find it in the plasma system-settings? When I use dolphin to get access to the Audio CD, I can't see the folder MP3 (I've installed lame) in marked contrast to Ogg and FLAC?

Could you help me please to fix this. What I've done wrong?
Thanks in advance for your support!

Best regards
Peter
User avatar
Rog131
Registered Member
Posts
828
Karma
10
The KDE Frameworks (KF5) System Settings is showing the KDE (KF5) Control Modules if they are available.

Image

kio audiocd & KF5

The KDE is using kioslave to open/rip audiocds.

Looking: KF5 Porting Status: http://developer.kde.org/~cfeck/portingstatus.html
It says: 'kio-audiocd (red) No KF5 port found in this branch.'

Looking: https://projects.kde.org/projects/kde/k ... itory/show
There is no frameworks branch.

kio-audiocd bugs - kio-audiocd is not ported to KF5

Bug 348537 - kio-audiocd : no way to choose the format/bitrate: https://bugs.kde.org/show_bug.cgi?id=348537
Bug 359956 - missing the element "Audio-CD" in "System Settings - Multimedia" like in suse linux 13.2: https://bugs.kde.org/show_bug.cgi?id=359956
Bug 362190 - After entering a music CD it is not possible to have a look on it: https://bugs.kde.org/show_bug.cgi?id=362190
Bug 362449 - Dolphin recognizes audio CD but cannot open it.: https://bugs.kde.org/show_bug.cgi?id=362449


File managers

The Dolphin has been ported to the KF5. It will show the 'Invalid protocol error'

Image

The Konqueror is still using KDE4 so it can use the KDE4 kio-audiocd.

Image

There is dolphin4 available. It can use the KDE4 kio-audiocd.

Image


Start single KDE control modules

KDE4:
Code: Select all
$ kcmshell4 --help
Usage: kcmshell4 [Qt-options] [KDE-options] [options] module

A tool to start single KDE control modules

Generic options:
  --help                    Show help about options
  --help-qt                 Show Qt specific options
  --help-kde                Show KDE specific options
  --help-all                Show all options
  --author                  Show author information
  -v, --version             Show version information
  --license                 Show license information
  --                        End of options

Options:
  --list                    List all possible modules

Arguments:
  module                    Configuration module to open
  --lang <language>         Specify a particular language
  --silent                  Do not display main window
  --args <arguments>        Arguments for the module


With the KDE Frameworks 5 (KF5):
Code: Select all
$ kcmshell5 --help
Usage: kcmshell5 [options] module
A tool to start single KDE control modules

Options:
  -v, --version              Displays version information.
  -h, --help                 Displays this help.
  --author                   Show author information.
  --license                  Show license information.
  --desktopfile <file name>  The base file name of the desktop entry for this
                             application.
  --list                     List all possible modules
  --lang <language>          Specify a particular language
  --silent                   Do not display main window
  --args <arguments>         Arguments for the module
  --icon <icon>              Use a specific icon for the window
  --caption <caption>        Use a specific caption for the window

Arguments:
  module                     Configuration module to open


An example

Code: Select all
$ kcmshell4 --list | grep audiocd
audiocd                - Audiocd IO Slave Configuration


=>

Command:
Code: Select all
kcmshell4 audiocd
should open the KCM for the Audiocd IO Slave Configuration - here (*) it does...

Image


(*) here:

Desktop: KDE Plasma 5.5.4
Distro: Arch Linux
kdemultimedia-audiocd-kio 15.12.1-1
kdebase-runtime 15.12.1-1 (kcmshell4)

Last edited by Rog131 on Wed May 18, 2016 6:12 pm, edited 1 time in total.
User avatar
petsander
Registered Member
Posts
3
Karma
0
OS
Hi,

Thanks for your detailed reply.
Your tip to type in "kcmshell4 audiocd" and to use Konqueror for ripping Audio CDs solved the problem!!

Thank you so much - now I can rip it as it used to be.

Best regards
Peter
User avatar
google01103
Manager
Posts
6668
Karma
25
moved to Graphics & Multimedia


OpenSuse Leap 42.1 x64, Plasma 5.x

User avatar
Mamarok
Manager
Posts
6071
Karma
16
OS
FWIW: you will only be able to play MP3 tracks if you install the gstreamer plugins for it. Check your distribution for gstreamer 1.x plugins for MP3. MP3 codecs are patent encumbered and not shipped by most distributions in the default installation, it is up to the users to install them manually.


Running Kubuntu 22.10 with Plasma 5.26.3, Frameworks 5.100.0, Qt 5.15.6, kernel 5.19.0-23 on Ryzen 5 4600H, AMD Renoir, X11
FWIW: it's always useful to state the exact Plasma version (+ distribution) when asking questions, makes it easier to help ...
User avatar
Rog131
Registered Member
Posts
828
Karma
10
There are duplicates of the 'Plasma 5: Settings for kio multimedia "audiocd:/" dolphin'. Another: viewtopic.php?f=224&t=131038
User avatar
Mamarok
Manager
Posts
6071
Karma
16
OS
Rog131 wrote:There are duplicates of the 'Plasma 5: Settings for kio multimedia "audiocd:/" dolphin'. Another: viewtopic.php?f=224&t=131038

Thanks, I will try to merge them.


Running Kubuntu 22.10 with Plasma 5.26.3, Frameworks 5.100.0, Qt 5.15.6, kernel 5.19.0-23 on Ryzen 5 4600H, AMD Renoir, X11
FWIW: it's always useful to state the exact Plasma version (+ distribution) when asking questions, makes it easier to help ...
User avatar
Rog131
Registered Member
Posts
828
Karma
10
...with the KDE Applications 16.12 (Beta, 16.11.80) the audiocd-kio is ported to the KF5

The kio settings:

Image

and the kio with the Dolphin

Image


KDE schedules: https://community.kde.org/Schedules
--> Applications 16.12 Release Schedule: https://community.kde.org/Schedules/App ... e_Schedule


Bookmarks



Who is online

Registered users: Bing [Bot], Evergrowing, Google [Bot], ourcraft