Borewit
a725726e25
Fix formatting according 'standard'
2018-02-19 21:35:50 +01:00
Borewit
e5a64d9550
Add comments to metadata media overlay.
...
Adjust the label element width to 120px to be able to fit in the text: 'Comments'.
Adjust the font-weight of the comments & format value to 'normal'.
2018-02-19 21:25:22 +01:00
Borewit
23d37d7da1
Merge branch 'master' into music-metadata
2018-02-19 20:22:22 +01:00
Feross Aboukhadijeh
474654fd16
standard
2018-02-18 15:49:46 -08:00
Borewit
d5a62cb1a7
Add additional audio extensions: 'aiff', 'ape', 'mp2', 'oga', 'opus', 'wma'
2018-02-06 14:17:59 +01:00
Borewit
ba1f82faa0
Use direct file access, if the individual file has completed downloading.
...
Will allow slightly faster reading of music-metadata.
2018-02-05 20:29:17 +01:00
Borewit
bc91cde244
Merge branch 'master' into music-metadata
2018-02-05 10:19:17 +01:00
Benjamin Tan
d0cc157003
Merge pull request #1247 from auyer/master
...
"Error" text on missing Codec error changed to "Unable to Play"
2018-01-21 21:15:11 +08:00
Cezar Carneiro
01971e2a46
toggle fullscreen on end
2018-01-15 13:10:04 -05:00
Alberto Miranda
cae40b44e6
Merge pull request #1154 from webtorrent/watch-folder
...
Merging watch folder feature.
2017-10-16 22:47:03 -03:00
Auyer
ab0bbcea94
Error on missing Codec changed to "Unable to Play"
...
The error message was harsh, and new users might close the software
imediatly after it fails.
2017-10-03 11:14:44 -03:00
Borewit
0f00985b75
Eliminated mime dependency
2017-09-20 09:14:51 +02:00
Borewit
c11a86d849
Fix max line length
2017-09-17 22:24:16 +02:00
Borewit
52e16c33b4
Fix lint error
2017-09-17 22:19:32 +02:00
Borewit
54e15644b6
Fix max line length
2017-09-17 22:16:01 +02:00
Borewit
6aa3a6c660
Fix lint errors
2017-09-17 22:14:07 +02:00
Borewit
83350b3b57
Add catalognumber in addition of the release label.
...
Updated to music-metadata in order to recognize MIME-type: audio/x-flac
2017-09-17 22:10:00 +02:00
Borewit
8868128d6e
Add audio format information to play screen.
...
Extended album information with release lebel if available.
Make use of music-metadata module (musicmetadata appears to be no longer maintained)
2017-09-17 20:57:57 +02:00
Emil Bay
4b501ab90b
Fixed width minutes
2017-08-28 19:41:30 +02:00
Emil Bay
90347c72e0
Use tabular nums and fixed width for no jitter on time
2017-08-28 19:07:24 +02:00
Feross Aboukhadijeh
3b05b52e57
feross -> webtorrent
2017-04-14 13:48:39 -07:00
Alberto Miranda
b02d6f3cdb
Preferences update
...
Renamed “Downloads” section to “Folders”; watch folder preference moved
under “Folders”; updated texts for watch folder preference.
2017-04-02 19:37:13 -03:00
Alberto Miranda
996a81ddaa
added folder-watcher-controller
2017-03-23 07:14:27 -03:00
Alberto Miranda
7f817241ed
added start / stop events; starting / stopping folder watcher.
2017-03-22 23:21:07 -03:00
Alberto Miranda
a6c53d06d2
fixed styling issues
2017-03-22 22:27:03 -03:00
Alberto Miranda
a70c4d1bf2
Working on watch-folder
...
Added chokidar to watch for folder changes; added folder-watcher;
passing state to delayedInit on main; added default values for new
preferences; added “Auto add torrents” preference with its checkbox and
path selector; TODO: start/stop watching on preference change, start
watching on init, add dialog when trying to enable preference without a
torrents folder.
2017-03-22 09:42:17 -03:00
Alberto Miranda
99f4fc96bf
Fixed resuming when downloading finishes.
2017-03-14 19:52:29 -03:00
Alberto Miranda
043f81996e
fixed styling issues; returning early in pauseActiveTorrents.
2017-03-14 19:50:49 -03:00
Alberto Miranda
213f2f124d
Merge branch 'playback-priority' of https://github.com/feross/webtorrent-desktop into playback-priority
2017-03-14 19:44:45 -03:00
Alberto Miranda
96e7e83e20
Merge branch 'master' into playback-priority
...
# Conflicts:
# src/renderer/controllers/playback-controller.js
# src/renderer/controllers/torrent-list-controller.js
# src/renderer/main.js
2017-03-14 19:43:57 -03:00
Feross Aboukhadijeh
e5fccd93a8
Tweak pinch-to-zoom timing
...
Toggle fullscreen immediately, then prevent future toggles for 1s.
2017-03-08 15:00:42 -08:00
Ebrahim Byagowi
69ce07fbf7
Toggle fullscreen on pinch to zoom
2017-03-08 23:13:05 +03:30
Feross Aboukhadijeh
c764bf4884
fixes for standard v10
2017-03-01 23:08:29 -08:00
Feross Aboukhadijeh
00f2e5ccd6
Treat .FLAC as playable audio
...
Fixes: https://github.com/feross/webtorrent-desktop/issues/1124
Note FLAC is not actually playable in Electron, by default. But this
will at least offer to open it in VLC or the user's preferred player.
2017-02-15 13:31:06 -08:00
Nuno Campos
e01c0b6f43
Add textarea to list of html tags that skip document-wide onPaste
2017-02-02 15:17:10 -08:00
Feross Aboukhadijeh
9068909b4d
fixes for standard
2016-11-22 19:43:51 -03:00
Mathias Rasmussen
4bb2056bc9
Auto-focus modal 'OK' button to allow keypress
2016-10-24 14:43:19 -05:00
Karan Thakkar
ed0f05abc4
Pause All will now pause seeding torrents too
2016-10-24 13:33:38 -05:00
Karan Thakkar
0c44e10ca7
Move sound.play outisde the for loop
2016-10-24 13:33:38 -05:00
Karan Thakkar
d8c9014471
Add a new Transfers menu to allow pause all and resume all torrents
2016-10-24 13:33:38 -05:00
Feross Aboukhadijeh
7cf1d96a80
Fixes for PR #1050
2016-10-18 12:49:09 +01:00
Adam Gotlib
ffd9fbda57
Disallow saving torrent file until it is generated
...
Fixes #1031 .
2016-10-18 12:46:33 +01:00
Adam Gotlib
d8904aaf6e
Log successful attempts to open an external player
2016-10-13 23:31:34 -05:00
Adam Gotlib
de2db211cc
Log play attempt separately for each file
2016-10-13 23:31:34 -05:00
Adam Gotlib
e8ab172d1b
Remove unused 'timeout' field from telemetry
2016-10-13 23:31:34 -05:00
Alexey Romanov
32f96c03dd
#1039 : Formatting fixed.
...
Removed comma and added space after download speed.
2016-10-13 21:24:17 -07:00
Feross Aboukhadijeh
5158606740
Remove lodash.merge require() hack
...
See:
https://github.com/callemall/material-ui/pull/4380#issuecomment-25089455
2
My PR to material-ui to replace the full `lodash` with just the needed
functions was merged. So we can remove this hack.
2016-10-12 17:53:52 -05:00
Feross Aboukhadijeh
8081d42477
Attempt to fix "TypeError: Cannot read property 'startPiece' of undefined"
...
It wasn't clear what was causing this error, and I couldn't reproduce
it.
This PR attempts to resolve the issue by just guarding against the
exception.
2016-10-10 22:31:33 -07:00
Feross Aboukhadijeh
994aed9af7
Fix "Cannot read property 'files' of null"
...
This PR fixes one of our number 2 top error (142 error reports today
alone):
Processes: webtorrent window, platforms: darwin linux win32, versions:
pre-0.12 0.14.0 0.17.0 0.17.1
TypeError: Cannot read property 'files' of null
at getAudioMetadata (.../build/renderer/webtorrent.js:328:21)
at EventEmitter.<anonymous> (.../build/renderer/webtorrent.js:84:74)
at emitThree (events.js:116:13)
at EventEmitter.emit (events.js:194:7)
This error is reproducible if you start webtorrent for the first time
and click the WIRED CD torrent. This causes the webtorrent process to
get a 'wt-get-audio-metadata' before 'wt-start-torrenting'.
You can reproduce it 100% of the time if you force the race condition
to show itself by slowing down the sending of the 'wt-start-torrenting'
event.
(This same error was showing for an unrelated reason in the past: #891 )
2016-10-05 03:00:52 -07:00
Feross Aboukhadijeh
852fc86cbd
Remove unecessary return statement
2016-10-05 03:00:52 -07:00