David Ernst
85c0e99e16
Only show previews for video
2020-05-01 21:05:29 -07:00
David Ernst
0b57961ff7
Basic placeholder UI for scrubbing preview
2020-05-01 19:43:47 -07:00
David Ernst
58de27c484
Merge branch 'master' into feature/sort-file-alphanumerically-1185
2020-02-05 09:22:51 -08:00
David Ernst
185f5ec30b
Remove unnecessary natsort dep
2020-02-05 09:17:58 -08:00
Borewit
38aef81476
Add additional audio file extensions: MPEG-Layer-2, Musepack, Matroska audio, WavePack
2020-01-08 19:58:48 +01:00
Borewit
9dc3bb4f03
Pass FileInfo into music-metadata.parseStream() according API v6.
...
Update metadata if music-metadata parse method resolves.
2020-01-06 12:01:38 +01:00
Julen Garcia Leunda
e341367583
Merge pull request #1239 from SharonGrossman/feat/remove-all-torrents
...
feat(delete-all-torrents): added remove all torrents capability to the Transfers menu
2020-01-05 16:29:01 +01:00
Julen Garcia Leunda
5b894df71b
fix lint errors
2019-12-19 18:34:35 +01:00
Julen Garcia Leunda
4577670fa8
Merge branch 'master' into feat/remove-all-torrents
2019-12-19 18:26:29 +01:00
Julen Garcia Leunda
3c6b189ae6
Remove deep-equal dependency
2019-12-19 17:23:17 +01:00
Julen Garcia Leunda
3b7a9f9830
Merge pull request #1751 from hicom150/update_to_dialog_sync_functions
...
Fix deprecated dialog callback functions
2019-12-12 22:09:58 +01:00
hicom150
b3026dbd87
Merge remote-tracking branch 'upstream/master' into update_application_config
2019-12-06 16:58:15 +01:00
hicom150
2eea86d8eb
fix application-config update
2019-12-06 16:48:53 +01:00
Gael Patarin
f30343b821
Added buttonLabel as Save in the save dialog
2019-11-26 14:33:47 +01:00
hicom150
d738021285
Fix deprecated dialog callback functions
2019-11-23 00:03:20 +01:00
gpatarin
600646b6ce
Making the save file dialog sync to ensure working properly on MacOS and others
2019-11-09 23:58:43 +01:00
Julen Garcia Leunda
11d04d52c1
Merge pull request #1720 from webtorrent/type-issues
...
Fix a few type errors
2019-10-18 11:26:25 +02:00
hicom150
2d7b6c01d0
Merge branch 'master' into change_audio_tracks
2019-10-13 22:38:50 +02:00
hicom150
f2c531baa4
use videoTracks and audioTracks to check unsupported codecs
2019-10-12 17:44:13 +02:00
Mathias Rasmussen
e71555e664
Fix type errors
2019-10-09 19:34:30 +02:00
hicom150
f5e186dc67
Apply review changes
2019-10-07 22:06:50 +02:00
hicom150
3d85803df9
Improve codec unsupported detection
2019-10-07 22:06:50 +02:00
hicom150
0d27223f16
Add support for multiple audio tracks
2019-10-06 22:10:35 +02:00
Carey Metcalfe
8fc7150559
Report when files are being verified
...
When starting a torrent that is partially-downloaded, WebTorrent will
now report "Verifying" as it verifies the existing data on disk.
Fixes #1586
2019-10-03 02:22:12 -04:00
Carey Metcalfe
8ee27b8ef4
Floor individual file percentages for display
...
Fixes #1713
2019-09-26 20:49:17 -04:00
Feross Aboukhadijeh
b9bcf747de
Set default externalPlayerPath ( #1702 )
...
Set default externalPlayerPath
2019-09-19 12:58:42 -07:00
Pieter Goetschalckx
f5ab39be8e
Migrate config file
2019-09-19 15:22:49 +02:00
Mathias Rasmussen
d15f40b22d
handle null paths
2019-09-18 19:41:26 +02:00
Pieter Goetschalckx
1befac8d0e
Set default externalPlayerPath
2019-09-18 13:34:39 +02:00
Feross Aboukhadijeh
e72005e239
Remove cp-file, use copyFileSync instead
2019-09-14 16:32:38 -07:00
Feross Aboukhadijeh
7eda218e82
Store magnet URI once torrent has been parsed ( #1686 )
...
Store magnet URI once torrent has been parsed
2019-09-11 19:44:06 -07:00
Feross Aboukhadijeh
4a10a2dfd1
Merge pull request #1679 from webtorrent/then
...
Use promise then() instead of catch() with callbacks
2019-09-10 11:05:12 -07:00
Daniele Debernardi
a39691fdad
Auto populate 'Magnet Link' field with the address from clipboard
...
Co-authored-by: Jon Koops <jonkoops@gmail.com >
2019-09-09 21:41:07 +02:00
Feross Aboukhadijeh
dd13de5f65
Use promise then() instead of catch() with callbacks
...
Addresses my review here: https://github.com/webtorrent/webtorrent-desktop/pull/1419#pullrequestreview-285182318
2019-09-07 11:13:26 -07:00
Feross Aboukhadijeh
744e720c3b
Ignore play() when called before init()
...
If an error occurs during startup, then it's possible that we'll try to call sound.play('ERROR') in the error handler, which will throw an exception. Instead, just don't play sounds in this case.
2019-09-05 23:59:32 -07:00
Feross Aboukhadijeh
fe297d4c56
Fixes for PR #1654
2019-09-05 21:42:12 -07:00
Feross Aboukhadijeh
b16971491f
Merge branch 'master' of https://github.com/jimmywarting/webtorrent-desktop into jimmywarting
2019-09-05 21:39:19 -07:00
Mathias Rasmussen
f34a79df36
path-selector: display path instead of name
2019-08-17 22:23:05 +02:00
Mathias Rasmussen
f231c54886
clean up preferences-page
2019-08-17 22:23:05 +02:00
Jimmy Wärting
56f0826928
remove zero fill at the final place
...
supersede #1583
2019-08-16 22:27:37 +02:00
Feross Aboukhadijeh
caceeee238
Merge pull request #1583 from jimmywarting/patch-1
...
Removed zero-fill
2019-08-16 11:49:38 -07:00
Feross Aboukhadijeh
afd3b84b40
Fixes for PR #1648
2019-08-15 13:10:39 -07:00
Feross Aboukhadijeh
4b927832c2
Merge pull request #1648 from hicom150/pass_title_metadata
...
Pass title metadata in media url
2019-08-15 13:08:59 -07:00
hicom150
097fa9cc7c
Add file name to state
2019-08-15 12:06:22 +02:00
Feross Aboukhadijeh
6f1a94359f
standard
2019-08-14 17:52:55 -07:00
Feross Aboukhadijeh
44e2f366ce
standard
2019-08-14 17:09:07 -07:00
Feross Aboukhadijeh
cf6b46364c
standard
2019-08-14 17:07:33 -07:00
Feross Aboukhadijeh
85c6816c23
standard
2019-08-14 16:29:25 -07:00
Feross Aboukhadijeh
0c1d7d6e0f
standard
2019-08-14 16:21:14 -07:00
Feross Aboukhadijeh
3f073e083e
standard
2019-08-14 16:13:07 -07:00