1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-27 12:25:39 +02:00
Commit Graph

48 Commits

Author SHA1 Message Date
Doug Kearns 26dabbfd0d Change multiline error message guard clauses to single line formatting.
Also apply similar formattng fixes to conditional blocks as per
standard.
2009-05-22 10:53:17 +10:00
Prathyush Thota f83a99ba06 Added SortView Command 2009-05-03 18:56:07 +05:30
Doug Kearns a5e62a9bcf Add 'repeat' and 'shuffle'. 2009-04-03 00:03:25 +11:00
Doug Kearns 23fe5a33c8 Add the media page manager to the services cache. 2009-04-02 02:01:59 +11:00
Doug Kearns 680147bf90 Rename :filter to :queue and :Filter to :filter. 2009-04-02 01:26:22 +11:00
Doug Kearns 2499c84a48 Move library convenience functions to a library module. 2009-04-02 01:02:20 +11:00
Doug Kearns 7c5ff987c1 Prefer the use of Cc and Ci in player.js. 2009-04-01 14:20:31 +11:00
Doug Kearns 1ae692bd77 Fix search scroll limit messages in Player mode. 2009-03-30 13:34:19 +11:00
Doug Kearns ec04c9b23a Make the "track" keyword available to Stream* autocommands. 2009-03-30 01:42:12 +11:00
Doug Kearns 8300db58dc Respect 'incsearch' when searching in Player mode. 2009-03-30 01:12:22 +11:00
Doug Kearns 2d25c1f7c3 Add <S-Left>/<S-Right> (like H/L) mappings to Player mode.
Also the appropriate prefix to Player mode help tags.
2009-03-30 00:32:11 +11:00
Daniel Bainton a9750cc3ff Remove the executable bit from xulmus files 2009-03-29 13:26:55 +03:00
Doug Kearns 0863ef897e Document <C-[0-5]> mappings which change the track rating. 2009-03-28 16:51:17 +11:00
Doug Kearns 0f311e09e3 Whitespace fixes. 2009-03-28 12:23:22 +11:00
Prathyush Thota d3a5d3d229 Refactor player.js & Changed the install maxVersion to 1.2.0pre 2009-03-28 05:02:59 +05:30
Prathyush Thota ec6cfad1e0 Fixed SearchViewAgain 2009-03-28 03:14:41 +05:30
Prathyush Thota 2b1010251b Added mappings for changing rating of current mediaItem 2009-03-28 01:14:08 +05:30
Prathyush Thota f06f1d776e Added SearchView - '/', 'n' & 'N' 2009-03-27 23:32:03 +05:30
Doug Kearns 59c1eaa4c8 Add a :mediaview command to change media views. 2009-03-26 21:56:24 +11:00
Doug Kearns a5b6ec3478 Refactor player#togglePlayPause. 2009-03-26 01:04:02 +11:00
Doug Kearns 3979d4b5eb Add several player related autocommands.
TrackChangePre, TrackChange, ViewChangePre, ViewChange, StreamStart,
StreamPause, StreamEnd and StreamStop
2009-03-25 19:21:14 +11:00
Doug Kearns 4bfb4b7515 Add <Left>/<Right> mappings for seeking.
These are the same as "h" and "l".
2009-03-25 02:13:14 +11:00
Doug Kearns a442aa0798 Add "i" mapping to select the current track. 2009-03-25 01:26:16 +11:00
Doug Kearns 827f450a54 Add a :seek command. 2009-03-24 15:48:36 +11:00
Doug Kearns 663cd581a1 Fix and document :load. 2009-03-24 15:00:18 +11:00
Doug Kearns 086f9d7971 Formatting fixes. 2009-03-24 10:10:33 +11:00
Prathyush Thota 77f277ddcc Added :load [playlist]<tab>, command for loading specified playlist (autocompleted) 2009-03-24 04:18:43 +05:30
Prathyush Thota 74dde82355 Added getPlaylist() and playPlaylist() functions 2009-03-23 04:49:35 +05:30
Doug Kearns 032b5be2ae Normalise case of player command and mapping descriptions. 2009-03-22 16:08:18 +11:00
Prathyush Thota 2cfd2ee5ba Modified play() for playing selected tracks in the view 2009-03-22 06:38:07 +05:30
Prathyush Thota 0126043a68 Added :Filter command for filtering the view, searchTracks() for searching inside a visible view and focusTrack(). 2009-03-22 01:35:55 +05:30
Prathyush Thota ca4efd13df Fixed play() to play first track of the visible view. 2009-03-21 13:18:47 +05:30
Doug Kearns 32292c9823 Add new :volume command. 2009-03-21 03:08:12 +11:00
Doug Kearns 1423c78b02 Fix count handling of seek commands. 2009-03-20 18:49:17 +11:00
Doug Kearns da38811c04 Add / and ? Player mode commands to TODO. 2009-03-20 14:01:21 +11:00
Doug Kearns 032f7c0981 Add count support to l, L, h and H mappings. 2009-03-20 13:37:52 +11:00
Prathyush Thota 0d9c86a547 Added increase/decrease commands 2009-03-20 01:19:02 +05:30
Doug Kearns d0cb38691e Add :player{play,pause,next,prev,stop} commands. 2009-03-20 03:07:06 +11:00
Doug Kearns 43412fbaff Fix argCount for :filter - it requires an argument. 2009-03-20 02:37:53 +11:00
Doug Kearns 1ea343d5f8 Move some inline functionality to slots of player. 2009-03-20 02:35:05 +11:00
Doug Kearns 56ee77ba4f Whitespace formatting fixes. 2009-03-20 00:48:41 +11:00
Doug Kearns a4d178ea18 Fix :filter {artist}. 2009-03-19 13:20:23 +11:00
kenneslin 5329080b24 Added some media mappings, edited the getAlbums() function, renamed :playmedia to :filter and context titles in autocompletions 2009-03-19 03:07:16 +05:30
Doug Kearns 431743b907 Fix removal of duplicates from getAlbums() return value. 2009-03-19 00:06:45 +11:00
Doug Kearns f293c4f212 Replace removeDuplicateElement with use of util.Array.uniq. 2009-03-17 16:03:31 +11:00
Doug Kearns 3704b8cc7d Rename completion#songCompletion to completion#song. 2009-03-16 17:03:37 +11:00
Doug Kearns 1ca0bc0de4 Formatting fixes. 2009-03-16 16:24:09 +11:00
Doug Kearns 80beaa41df And xulmus was born. 2009-03-16 15:54:02 +11:00