Re-enable transcoder and organiser, add transcoder for wavpack
This commit is contained in:
@@ -407,7 +407,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1131</width>
|
||||
<height>24</height>
|
||||
<height>27</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menu_music">
|
||||
@@ -429,7 +429,7 @@
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_playlist">
|
||||
<property name="title">
|
||||
<string>&Playlist</string>
|
||||
<string>P&laylist</string>
|
||||
</property>
|
||||
<addaction name="action_add_file"/>
|
||||
<addaction name="action_add_folder"/>
|
||||
@@ -449,7 +449,7 @@
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_help">
|
||||
<property name="title">
|
||||
<string>&Help</string>
|
||||
<string>Help</string>
|
||||
</property>
|
||||
<addaction name="action_about_strawberry"/>
|
||||
<addaction name="action_about_qt"/>
|
||||
@@ -461,6 +461,7 @@
|
||||
</property>
|
||||
<addaction name="action_cover_manager"/>
|
||||
<addaction name="action_equalizer"/>
|
||||
<addaction name="action_transcoder"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_update_collection"/>
|
||||
<addaction name="action_full_collection_scan"/>
|
||||
@@ -613,7 +614,7 @@
|
||||
</action>
|
||||
<action name="action_open_cd">
|
||||
<property name="text">
|
||||
<string>Open &audio CD...</string>
|
||||
<string>Open audio &CD...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_cover_manager">
|
||||
@@ -646,6 +647,11 @@
|
||||
<string>&Equalizer</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_transcoder">
|
||||
<property name="text">
|
||||
<string>&Transcode Music</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_add_folder">
|
||||
<property name="text">
|
||||
<string>Add &folder...</string>
|
||||
@@ -749,6 +755,20 @@
|
||||
<string>Remove &unavailable tracks from playlist</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_add_files_to_transcoder">
|
||||
<property name="checkable">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add file(s) to transcoder</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Add file to transcoder</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string notr="true">Ctrl+Shift+T</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<customwidgets>
|
||||
|
||||
Reference in New Issue
Block a user