Feross Aboukhadijeh
10b4450214
standard
2018-08-28 19:38:25 -07:00
Borewit
82ea41c1a1
Round bit-rate to kbps & sample rate to 1/10 of kHz.
...
Update music-metadata to 2.4.0.
2018-07-17 21:02:06 +02:00
Feross Aboukhadijeh
217ca9a053
If torrent is not private, leave private flag unset
...
If torrent is not private, leave private flag unset. This ensures that the torrent info hash will match the result generated by other tools, including webtorrent-cli.
2018-05-25 01:10:40 -07:00
Borewit
6df718aa4a
Fix code style
2018-05-16 21:31:48 +02:00
Borewit
eb4007aa87
Update dependency music-metadata v1.0.0
...
Multiplicity of common.label & common.catalog-number number changed.
Added possibility to visualize multiple labels & catalog-number in pairs.
2018-05-16 21:23:34 +02:00
Feross Aboukhadijeh
88fb6d86bd
Fix showing up in UI
2018-04-26 18:23:12 -07:00
Feross Aboukhadijeh
34f06267b8
Merge pull request #1166 from janza/fix-react-key-error
...
Add missing key to torrent status element
2018-04-24 16:03:30 -07:00
Alberto Miranda
c688313239
Displaying filename while music metadata is being downloaded.
2018-04-19 14:49:17 -03:00
Borewit
3dcab9e78b
Fix audio format metadata
2018-02-24 16:32:12 +01:00
Borewit
fce0003912
Add audio metadata standalone entries for: year & release information
2018-02-24 16:24:56 +01:00
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
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
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
Josip Janzic
96f5f855a3
Add missing key to torrent status element
...
Fixes #1116
2017-04-27 21:29:18 +02: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
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
043f81996e
fixed styling issues; returning early in pauseActiveTorrents.
2017-03-14 19:50:49 -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
Alexey Romanov
32f96c03dd
#1039 : Formatting fixed.
...
Removed comma and added space after download speed.
2016-10-13 21:24:17 -07: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
a1fd30f4f5
cache mui theme after it is generated
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
Benjamin Tan
06cdac8121
Remove weird outline from “Create Torrent” button.
...
The outline was caused by the wrong class being applied to the button.
Closes #989 .
2016-10-02 21:35:26 -07:00
Feross Aboukhadijeh
f4ee831319
Pixel values should use numbers, not strings
...
React converts to string and adds 'px' automatically
2016-09-27 11:56:12 -07:00
Feross Aboukhadijeh
5bcf1c6379
Merge pull request #972 from feross/f/controlst
...
Don't show pointer cursor on torrent list checkbox
2016-09-27 20:54:53 +02:00
Feross Aboukhadijeh
5698c22e75
Don't show pointer cursor on torrent list checkbox
...
Native apps don't have the "hand" cursor
2016-09-26 17:28:45 -07:00
DC
de8a4d1160
Design: smaller progress bar
2016-09-25 18:23:00 -07:00
DC
739c1f705e
Design: torrent list expand and collapse handle
2016-09-25 18:22:53 -07:00
DC
a32889291f
Design: don't show 'Paused' on new torrents
2016-09-25 17:57:15 -07:00
Noam Okman
1e7e4cafd4
Use the progress bar from Material UI ( #967 )
2016-09-25 15:42:07 -07:00
DC
41b111c8a8
Design: address PR comments
2016-09-23 03:33:16 -07:00
DC
789bd0ce82
Don't hide header when moused over player controls
2016-09-23 02:59:52 -07:00
DC
5155fca0e4
Design: off white primary color
2016-09-23 02:59:48 -07:00
DC
3b6819f894
Unmount audio/video tag when exiting player
2016-09-23 02:59:48 -07:00
DC
0dd1683298
Remove play button spinner, go to player page immediately
2016-09-23 02:59:48 -07:00