Borewit
ab20dc42f1
#1426 Consistent error message if no suitable poster image could be found.
2018-10-07 20:15:12 +02:00
clujin
02fefd0a81
remove redundant error check
2018-10-07 10:42:42 -07:00
clujin
788e907502
remove semicolon
2018-10-06 19:14:03 -07:00
clujin
bb4eb523fe
initial commit
2018-10-06 18:59:03 -07:00
Feross Aboukhadijeh
10b4450214
standard
2018-08-28 19:38:25 -07:00
Borewit
87491351cc
Merge branch 'master' into reuse-media-extensions
...
# Conflicts:
# src/renderer/lib/torrent-poster.js
2018-08-13 21:47:13 +02:00
Borewit
c2a38bd4e0
Ensure consistency between extension-categories, between torrent-player and torrent-poster.
...
Add additional audio-file-extensions.
2018-08-13 21:35:37 +02:00
Alberto Miranda
6ed7ec35a4
Fixed styling.
2018-07-22 16:58:28 -03:00
Borewit
cf8c1654e8
Add extension for MP4 audio book.
2018-07-21 14:10:23 +02:00
Borewit
e0de30baff
Merge pull request #1165 from janza/chromecast-subtitles
...
Add support for subtitles on Chromecast
2018-06-26 21:15:10 +02:00
Borewit
5cdb3d059c
#1417 : Simplify code
...
- use forEach instead of map (because return value was ignored)
- use Promise.all instead of parallel, because tasks are already Promise based. Fewer callbacks.
2018-06-09 14:54:24 +02:00
Borewit
b010dc28d2
Avoid promise resolve results are ending up as error objects in callback handler.
...
Reference: issue: webtorrent/webtorrent-desktop#1417
2018-06-07 21:53:58 +02:00
Feross Aboukhadijeh
4f41f5968c
Merge pull request #1368 from Borewit/feature/improve-audio-torrent-poster-selection
...
Prevent spectrogram being selected as the poster.
2018-04-29 20:20:11 -07:00
Borewit
bc3cec1172
webtorrent/webtorrent-desktop#1368 : Remove pointless factor.
2018-04-27 09:01:50 +02:00
Feross Aboukhadijeh
0da29e4eb2
Merge pull request #1317 from webtorrent/bugfix-1315
...
Bugfix 1315
2018-04-26 16:22:51 -07:00
Borewit
8516da8a44
Prevent spectrogram being selected as the poster.
...
Related issue webtorrent/webtorrent-desktop#1332 , as well pull request webtorrent/webtorrent-desktop#1334
2018-04-26 21:25:09 +02:00
Borewit
f47055c51b
Adjust the filename score, size is probably more relevant.
2018-04-20 08:07:27 +02:00
Borewit
793ccebf0b
Merge branch 'master' into feature/improve-audio-torrent-poster-selection
2018-04-20 07:38:53 +02:00
Borewit
30693d7d16
Added some function comments.
...
Simplified code a bit.
2018-03-11 17:33:02 +01:00
Borewit
a114a22770
#1332 : Add album as likely name for an image containing the cover
2018-03-04 19:04:18 +01:00
Borewit
2d17cfa7e1
#1332 : Fix selection of poster.jpg|png|gif image
2018-03-04 18:43:12 +01:00
Borewit
cf2a3b8948
#1332 : Improve cover image score algorithm:
...
- If filename score is equal, pick highest resolution
- Search for keyword occurrence in file name
2018-03-04 16:24:07 +01:00
Borewit
b89a74e6e9
#1332 : Improve the poster selection for audio/music based torrent,
...
aiming to get the cover-art selected as the torrent poster.
2018-03-04 13:48:07 +01:00
Borewit
d5a62cb1a7
Add additional audio extensions: 'aiff', 'ape', 'mp2', 'oga', 'opus', 'wma'
2018-02-06 14:17:59 +01:00
Alberto Miranda
7d2290a773
1315: Added initial state for highestPlaybackPriority.
2018-01-29 09:24:27 -03:00
Alberto Miranda
cae40b44e6
Merge pull request #1154 from webtorrent/watch-folder
...
Merging watch folder feature.
2017-10-16 22:47:03 -03:00
Josip Janzic
f7ec537cd5
Add support for subtitles on Chromecast
2017-09-17 00:07:57 +02:00
Feross Aboukhadijeh
3b05b52e57
feross -> webtorrent
2017-04-14 13:48:39 -07: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
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
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
Feross Aboukhadijeh
9068909b4d
fixes for standard
2016-11-22 19:43:51 -03: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
Feross Aboukhadijeh
1e10f0083c
Windows: Fix impossible to delete Wired CS torrent
2016-10-05 03:00:24 -07:00
Feross Aboukhadijeh
cdb7b6eb44
Style fixes to PR #995 based on feedback
2016-10-03 01:24:53 -07:00
Feross Aboukhadijeh
fcae064dbb
perf: ~40ms improvement: Lazy load controllers and page components
2016-10-03 01:24:53 -07:00
Feross Aboukhadijeh
5815d8efe7
Fix first run telemetry bug
2016-10-03 01:24:53 -07:00
Feross Aboukhadijeh
e10a84b294
Refactor: telemetry sending
...
- Fix bug where approxNumTorrents and other stats were not refreshed
when getting sent on 12 hour interval
- Lazy require modules
- Move setInterval into renderer/main.js
- Remove low-level https usage, use simple-get
2016-10-03 01:24:53 -07:00
Feross Aboukhadijeh
5ff2d893b9
perf: 90ms improvement: Defer more code in renderer, load state earlier
...
By deferring more code in the renderer and loading state earlier, we
improve startup time by another 90ms!
Before: 507 unique requires (1270-1280ms)
After: 506 unique requires (1180-1190ms)
2016-10-03 01:24:53 -07:00
Feross Aboukhadijeh
02f5dbb63f
perf: 60ms improvement: Replace fs-extra with mkdirp/rimraf/cp-file
...
In Electron apps, the cost of large modules is very real.
fs-extra is very convenient, but removing it caused 50 fewer unique
files to be required(), resultin in 60ms faster startup!
Before: 557 unique requires (1330-1340ms)
After: 507 unique requires (1270-1280ms)
2016-10-03 01:24:53 -07:00
Feross Aboukhadijeh
d5820063a1
Perf: lazy-load more require() calls in main process
...
Went from 36 unique require calls, to 31 calls after this commit.
2016-10-03 01:24:53 -07:00
Feross Aboukhadijeh
428a07101a
style: fix inconsistent naming
...
We don't use "ID" anywhere else in the codebase.
2016-10-02 18:58:44 -07:00
Feross Aboukhadijeh
46d5c9c9e9
sound: Reduce volume even further
2016-10-01 19:36:06 -07:00
Feross Aboukhadijeh
ecd877551e
sound: remove preloading
...
Sound playing is basically instant -- I was over-engineering when I
added this.
2016-10-01 19:36:06 -07:00
Feross Aboukhadijeh
76e071e965
Style: Use let/const instead of var
2016-10-01 00:50:04 +02:00
DC
24fe033e2f
Design: bring back the old startup sound
...
Talked about it w @feross, the new one sounds kind of like an error or warning
2016-09-23 03:44:52 -07:00
DC
72db60bb12
Player: handle case where torrent-to-HTTP server hasn't started yet
2016-09-23 02:59:57 -07:00
DC
789bd0ce82
Don't hide header when moused over player controls
2016-09-23 02:59:52 -07:00