Difference between revisions of "Foobar2000:OpenLyrics (foo openlyrics)"

From Hydrogenaudio Knowledgebase
Redirect page
Jump to: navigation, search
(Created page.)
 
(Turned into redirect: this page is redundant anyways)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{infobox foobar2000 component
+
#REDIRECT [[foobar2000:components/OpenLyrics (foo_openlyrics)]]
| name                = OpenLyrics
+
| module_name          = foo_openlyrics
+
| developer            = Jacques Heunis [D3zmodos]
+
| repository          = [https://github.com/jacquesh/foo_openlyrics GitHub]
+
| released            = 2021-03-28
+
| released_ref        = [https://github.com/jacquesh/foo_openlyrics/releases/tag/v0.3 Release v0.3]
+
| stable_release      =
+
| stable_release_date  =
+
| preview_release      = 0.9
+
| preview_release_date = 2021-08-30
+
| foobar2000_minimum  = 1.5
+
| foobar2000_maximum  =
+
| foobar2000_ui_module = Default UI; Columns UI
+
| use                  = Lyrics
+
| license              = [https://github.com/jacquesh/foo_openlyrics/blob/master/LICENSE MIT License]
+
}}
+
An open-source lyrics plugin that includes its own UI panel for displaying timed and untimed lyrics as well as sources for downloading lyrics that are not available locally. Supports automated and manual lyric searching, saving and editing directly from within [[foobar2000]].
+
 
+
==Preferences==
+
; Searching
+
: Select specific search sources.
+
: Default values:
+
:: Local files
+
:: QQ Music
+
:: NetEase Music Online
+
; Exclude text in brackets...
+
: Disregard text in brackets when performing internet searches.
+
; ID3 Tag to search/save to
+
: A semicolon-separated list of field names used for loading/saving lyrics.
+
: Default value: {{code|LYRICS;SYNCEDLYRICS;UNSYNCEDLYRICS;UNSYNCED LYRICS}}
+
; Musixmatch Authentication Token
+
: Allows the use of a personal [https://www.musixmatch.com/ Musixmatch] token for making Musixmatch API calls.
+
 
+
===Display===
+
 
+
===Editing===
+
 
+
===Saving===
+
; Save method
+
: The following options are available:
+
:* Save to text file [default]
+
:* Save to tag
+
; Autosave
+
: The following options are available:
+
:* Always [default]
+
:* Only synced lyrics
+
:* Only unsynced lyrics
+
:* Never
+
; Collapse multiple instances of the same line when saving timestamped lyrics
+
: Converts multiple lines with the same value into a single line with multiple timestamps. Line order is restored when viewing the lyrics via either the UI panel or the "Show lyrics" context menu command.
+
====ID3 Tags====
+
: If "Save to tag" is selected, specify the field names to which lyrics should be stored.
+
:* Unsynced tag: {{code|UNSYNCEDLYRICS}} [default]
+
:* Synced tag: {{code|LYRICS}} [default]
+
{{panel|'''Warning:''' foobar2000 does not currently save ID3 lyrics using the tags defined in the ID3 standard, {{code|USLT}} and {{code|SYLT}}.|color=yellow}}
+
 
+
====Local Files====
+
; File name format
+
: If "Save to text file" is selected, sets the naming format of the resulting {{code|.lrc}} file.
+
: Default value: {{code|[%artist% - ][%title%]}}
+
; Save directory
+
: The following options are available:
+
:* Save to configuration directory [default]
+
:* Save to the same directory as the track
+
:* Save to a custom directory
+
; Custom path format
+
: If "Save to a custom directory" is selected, allows a custom path to be used.
+
: Default value: {{code|C:\Lyrics\%artist%}}
+
 
+
==References==
+
<references/>
+
 
+
==External links==
+
* {{foobar2000|https://www.foobar2000.org/components/view/foo_openlyrics|OpenLyrics}}
+
* {{ha|url=https://hydrogenaud.io/index.php?topic=120812.0}}
+
* [https://github.com/jacquesh/foo_openlyrics GitHub repository]
+

Latest revision as of 08:29, 24 October 2023