Difference between revisions of "Audio"

Line 9: Line 9:
  
  
=Easytag=
+
To maintain the file structure you can download the "file organizer" plug-in. See [http://askubuntu.com/questions/112668/how-do-i-force-rhythmbox-to-automatically-organise-my-music-files-into-folders Forum thread]
  
[https://apps.ubuntu.com/cat/applications/lucid/easytag/ Easytag] is very useful to adjust the MP3 properties - very fast!
 
  
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
apt-get install easytag
+
add-apt-repository ppa:fossfreedom/rhythmbox-plugins
 +
apt-get update
 +
apt-get install rhythmbox-plugin-fileorganizer
 +
</syntaxhighlight>
 +
 
 +
 
 +
 
 +
=MusicBrainz Picard=
 +
 
 +
[https://picard.musicbrainz.org/ MusicBrainz Picard] is very useful to adjust the MP3 properties - very fast!
 +
 
 +
 
 +
Installation instructions: https://picard.musicbrainz.org/downloads/#linux
 +
 
 +
<syntaxhighlight lang="bash">
 +
add-apt-repository ppa:musicbrainz-developers/stable
 +
apt-get update
 +
apt-get install picard
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 23:25, 23 June 2015


Multimedia Audio applications.


Rhythmbox

See Rhythmbox


To maintain the file structure you can download the "file organizer" plug-in. See Forum thread


add-apt-repository ppa:fossfreedom/rhythmbox-plugins
apt-get update
apt-get install rhythmbox-plugin-fileorganizer


MusicBrainz Picard

MusicBrainz Picard is very useful to adjust the MP3 properties - very fast!


Installation instructions: https://picard.musicbrainz.org/downloads/#linux

add-apt-repository ppa:musicbrainz-developers/stable
apt-get update
apt-get install picard