如何将 mp3 文件添加到 Banshee 媒体播放器的播放列表中?在 iTunes 中,我曾经将 .mp3 文件拖到窗口中,它会自动将音乐文件同步到播放列表中。我怎样才能用 Banshee 做到这一点?
我应该使用哪个命令来打开 MP3 文件?例如,“abcd.mp3”
hamza@ubuntu:/media/hamza/Elements/mmc$ cd abcd.mp3
bash: cd: abcd.mp3: Not a directory
Run Code Online (Sandbox Code Playgroud) 我使用 Nemo 作为默认文件浏览器,我想使用ffmpegthumbnailer生成缩略图。所以我安装了ffmpegthumbnailer并编辑了totem.thumbnailer文件/usr/share/thumbnailers并添加
TryExec=/usr/bin/ffmpegthumbnailer
Exec=/usr/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f
这样我的系统就会使用ffmpegthumbnailerButtotem-video-thumbnailer
每次我这样做时,nemo (和 nautilus)都会停止生成 mp3 缩略图,如下图 ( 2 ) 所示。我想使用它ffmpegthumbnailer,因为您可以使视频具有电影片段覆盖(2),并且因为totem-video-thumbnailer某些视频文件缩略图上有紫色(1)。
1 . 带 totem-video-thumbnailer 的 Mp3 和视频文件
2 . 使用 ffmpegthumbnailer 的 Mp3 和视频文件
因此,当我使用下面的原始 totem.thumbnailer 行时,我得到了图片1。
我的原始 totem.thumbnailer 文件包含 totem-video-thumbnailer 行:
[Thumbnailer Entry]
TryExec=/usr/bin/totem-video-thumbnailer
Exec=/usr/bin/totem-video-thumbnailer -s %s %u %o
MimeType=application/mxf;application/ogg;application/ram;application/sdp;application/vnd.apple.mpegurl;application/vnd.ms-asf;application/vnd.ms-wpl;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;application/x-extension-m4a;application/x-extension-mp4;application/x-flash-video;application/x-matroska;application/x-netshow-channel;application/x-ogg;application/x-quicktimeplayer;application/x-shorten;image/vnd.rn-realpix;image/x-pict;misc/ultravox;text/x-google-video-pointer;video/3gp;video/3gpp;video/3gpp2;video/dv;video/divx;video/fli;video/flv;video/mp2t;video/mp4;video/mp4v-es;video/mpeg;video/mpeg-system;video/msvideo;video/ogg;video/quicktime;video/vivo;video/vnd.divx;video/vnd.mpegurl;video/vnd.rn-realvideo;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-flv;video/x-m4v;video/x-matroska;video/x-mpeg;video/x-mpeg2;video/x-ms-asf;video/x-ms-asf-plugin;video/x-ms-asx;video/x-msvideo;video/x-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvx;video/x-nsv;video/x-ogm+ogg;video/x-theora;video/x-theora+ogg;video/x-totem-stream;audio/x-pn-realaudio;audio/3gpp;audio/3gpp2;audio/aac;audio/ac3;audio/AMR;audio/AMR-WB;audio/basic;audio/dv;audio/eac3;audio/flac;audio/m4a;audio/midi;audio/mp1;audio/mp2;audio/mp3;audio/mp4;audio/mpeg;audio/mpg;audio/ogg;audio/opus;audio/prs.sid;audio/scpls;audio/vnd.rn-realaudio;audio/wav;audio/webm;audio/x-aac;audio/x-aiff;audio/x-ape;audio/x-flac;audio/x-gsm;audio/x-it;audio/x-m4a;audio/x-matroska;audio/x-mod;audio/x-mp1;audio/x-mp2;audio/x-mp3;audio/x-mpg;audio/x-mpeg;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;audio/x-ms-wma;audio/x-musepack;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-wav;audio/x-pn-windows-acm;audio/x-realaudio;audio/x-real-audio;audio/x-s3m;audio/x-sbc;audio/x-shorten;audio/x-speex;audio/x-stm;audio/x-tta;audio/x-wav;audio/x-wavpack;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-xm;application/x-flac;
Run Code Online (Sandbox Code Playgroud)
当我使用它时(带有 ffmpegthumbnailer 行的 totem.thumbnailer …
为什么 Ubuntu 默认不能播放 MP3 文件?我本来想问更详细的问题,但我不会。这太荒谬了。
我尝试安装libimobiledevice却发现出现以下错误:
sudo apt-get install libimobiledevice
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libimobiledevice
Run Code Online (Sandbox Code Playgroud)
我找到了我尝试关注的页面,但没有/etc/apt/sources.list.d/pmcenery.list我可以编辑的文件,只有一个/etc/apt/sources.list.d/pmcenery-ppa-trusty.list我替换了该行的文件
deb http://ppa.launchpad.net/pmcenery/ppa/ubuntu trusty main
Run Code Online (Sandbox Code Playgroud)
和
deb http://ppa.launchpad.net/pmcenery/ppa/ubuntu maverick main
Run Code Online (Sandbox Code Playgroud)
但在那之后(和apt-get update)同样的错误仍然存在。我什至可以产生另一个错误,如下所示:
sudo apt-get install libimobiledevice1
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using …Run Code Online (Sandbox Code Playgroud)