个人工具

“UbuntuHelp:GJay”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/GJay}} {{Languages|UbuntuHelp:GJay}} [http://gjay.sourceforge.net/ GJay] generates playlists across a collection of music (ogg, mp3, wav) such tha...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:GJay}}
 
{{Languages|UbuntuHelp:GJay}}
 
[http://gjay.sourceforge.net/ GJay] generates playlists across a collection of music (ogg, mp3, wav) such that each song sounds good following the previous song. It is ideal for home users who want a non-random way to wander large collections or for DJs planning a set list. You can generate playlists from within the application, or run GJay as a standalone command-line utility.
 
[http://gjay.sourceforge.net/ GJay] generates playlists across a collection of music (ogg, mp3, wav) such that each song sounds good following the previous song. It is ideal for home users who want a non-random way to wander large collections or for DJs planning a set list. You can generate playlists from within the application, or run GJay as a standalone command-line utility.
 
 
Playlist matches are based on:
 
Playlist matches are based on:
 
+
* Song characteristics that don't change
**** Song characteristics that don't change
+
** Frequency fingerprint
****** Frequency fingerprint
+
*** Beats per minute
****** Beats per minute
+
*** Location in file system  
****** Location in file system  
+
* Song attributes that you set
**** Song attributes that you set
+
** Rating
****** Rating
+
*** Color (whatever that means to you)  
****** Color (whatever that means to you)  
+
 
+
 
+
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install gjay vorbis-tools
 
sudo apt-get install gjay vorbis-tools
 
</nowiki></pre>
 
</nowiki></pre>
 
This will install also ogg suport
 
This will install also ogg suport
 
 
Credits: [http://www.ubuntuforums.org/showthread.php?t=24929&highlight=gjay SFN]
 
Credits: [http://www.ubuntuforums.org/showthread.php?t=24929&highlight=gjay SFN]
 
----
 
----

2007年11月30日 (五) 17:27的版本

GJay generates playlists across a collection of music (ogg, mp3, wav) such that each song sounds good following the previous song. It is ideal for home users who want a non-random way to wander large collections or for DJs planning a set list. You can generate playlists from within the application, or run GJay as a standalone command-line utility. Playlist matches are based on:

  • Song characteristics that don't change
    • Frequency fingerprint
      • Beats per minute
      • Location in file system
  • Song attributes that you set
    • Rating
      • Color (whatever that means to you)
sudo apt-get install gjay vorbis-tools

This will install also ogg suport Credits: SFN