Add Cosmos Laundromat as a default torrent
This commit is contained in:
@@ -62,8 +62,8 @@ function createMainWindow () {
|
||||
title: config.APP_WINDOW_TITLE,
|
||||
titleBarStyle: 'hidden-inset', // Hide OS chrome, except traffic light buttons (OS X)
|
||||
useContentSize: true, // Specify web page size without OS chrome
|
||||
width: 450,
|
||||
height: 38 + (120 * 4) // header height + 4 torrents
|
||||
width: 500,
|
||||
height: 38 + (120 * 5) // header height + 4 torrents
|
||||
})
|
||||
win.loadURL(config.WINDOW_MAIN)
|
||||
|
||||
|
||||
@@ -112,6 +112,70 @@ module.exports = {
|
||||
'numPieces': 2180
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
status: 'paused',
|
||||
infoHash: '6a02592d2bbc069628cd5ed8a54f88ee06ac0ba5',
|
||||
magnetURI: 'magnet:?xt=urn:btih:6a02592d2bbc069628cd5ed8a54f88ee06ac0ba5&dn=CosmosLaundromatFirstCycle&tr=http%3A%2F%2Fbt1.archive.org%3A6969%2Fannounce&tr=http%3A%2F%2Fbt2.archive.org%3A6969%2Fannounce&tr=wss%3A%2F%2Ftracker.btorrent.xyz&tr=wss%3A%2F%2Ftracker.fastcast.nz&tr=wss%3A%2F%2Ftracker.openwebtorrent.com&tr=wss%3A%2F%2Ftracker.webtorrent.io&ws=http%3A%2F%2Fia601508.us.archive.org%2F14%2Fitems%2F&ws=http%3A%2F%2Fia801508.us.archive.org%2F14%2Fitems%2F&ws=https%3A%2F%2Farchive.org%2Fdownload%2F',
|
||||
displayName: 'Cosmos Laundromat (Preview)',
|
||||
posterURL: 'cosmosLaundromat.jpg',
|
||||
torrentPath: 'cosmosLaundromat.torrent',
|
||||
files: [
|
||||
{
|
||||
'name': 'Cosmos Laundromat - First Cycle (1080p).gif',
|
||||
'length': 223580,
|
||||
'numPiecesPresent': 0,
|
||||
'numPieces': 1
|
||||
},
|
||||
{
|
||||
'name': 'Cosmos Laundromat - First Cycle (1080p).mp4',
|
||||
'length': 220087570,
|
||||
'numPiecesPresent': 0,
|
||||
'numPieces': 421
|
||||
},
|
||||
{
|
||||
'name': 'Cosmos Laundromat - First Cycle (1080p).ogv',
|
||||
'length': 56832560,
|
||||
'numPiecesPresent': 0,
|
||||
'numPieces': 109
|
||||
},
|
||||
{
|
||||
'name': 'CosmosLaundromat-FirstCycle1080p.en.srt',
|
||||
'length': 3949,
|
||||
'numPiecesPresent': 0,
|
||||
'numPieces': 1
|
||||
},
|
||||
{
|
||||
'name': 'CosmosLaundromat-FirstCycle1080p.es.srt',
|
||||
'length': 3907,
|
||||
'numPiecesPresent': 0,
|
||||
'numPieces': 1
|
||||
},
|
||||
{
|
||||
'name': 'CosmosLaundromat-FirstCycle1080p.fr.srt',
|
||||
'length': 4119,
|
||||
'numPiecesPresent': 0,
|
||||
'numPieces': 1
|
||||
},
|
||||
{
|
||||
'name': 'CosmosLaundromat-FirstCycle1080p.it.srt',
|
||||
'length': 3941,
|
||||
'numPiecesPresent': 0,
|
||||
'numPieces': 1
|
||||
},
|
||||
{
|
||||
'name': 'CosmosLaundromatFirstCycle_meta.sqlite',
|
||||
'length': 11264,
|
||||
'numPiecesPresent': 0,
|
||||
'numPieces': 1
|
||||
},
|
||||
{
|
||||
'name': 'CosmosLaundromatFirstCycle_meta.xml',
|
||||
'length': 1204,
|
||||
'numPiecesPresent': 0,
|
||||
'numPieces': 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
downloadPath: path.join(os.homedir(), 'Downloads')
|
||||
|
||||
BIN
static/cosmosLaundromat.jpg
Normal file
BIN
static/cosmosLaundromat.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
BIN
static/cosmosLaundromat.torrent
Normal file
BIN
static/cosmosLaundromat.torrent
Normal file
Binary file not shown.
Reference in New Issue
Block a user