lbry-desktop/web/src/category-metadata.js

67 lines
2.1 KiB
JavaScript
Raw Normal View History

2021-04-13 20:22:14 +02:00
const PAGES = require('../../ui/constants/pages');
2021-03-19 15:53:11 +01:00
// Uncomment as you add metadata
module.exports.CATEGORY_METADATA = {
2021-04-13 20:22:14 +02:00
[PAGES.BIG_HITS]: {
title: 'Big Hits',
description: 'Animation, pop culture, comedy, and all the other weird on Odysee',
image: '',
},
[PAGES.COMMUNITY]: {
title: 'The Universe',
description: 'Podcasts, life, learning, and everything else on Odysee',
image: '',
},
2021-03-19 15:53:11 +01:00
// [PAGES.ENLIGHTENMENT]: {
// title: '',
// description: '',
// image: '',
// },
2021-04-13 20:22:14 +02:00
[PAGES.FINANCE]: {
title: 'Finance 2.0',
description: 'Crypto, Money, Economics, Markets on Odysee ',
2021-06-01 21:51:54 +02:00
image: 'https://spee.ch/category-finance:c.jpg?quality=80&height=1200&width=630',
2021-04-13 20:22:14 +02:00
},
[PAGES.GAMING]: {
title: 'Gaming',
description: 'Pew pew bzzz gaming on Odysee',
2021-05-27 23:49:50 +02:00
image: 'https://spee.ch/category-gaming:5.jpg?quality=80&height=1200&width=630',
2021-05-27 19:18:23 +02:00
},
2021-05-27 23:00:19 +02:00
[PAGES.GENERAL]: {
2021-05-27 19:18:23 +02:00
title: 'Cheese',
description: 'Cheese is the answer to life, the universe, and everything. We have primo cheese on Odysee',
2021-05-27 23:49:50 +02:00
image: 'https://spee.ch/category-primary1:5.jpg?quality=80&height=1200&width=630',
2021-04-13 20:22:14 +02:00
},
[PAGES.LAB]: {
title: 'Lab',
description: 'Science - the real kind, on Odysee',
image: '',
},
[PAGES.NEWS]: {
title: 'News & Politics',
description: `Stay up to date with all that's happening around the world on Odysee`,
image: '',
},
2021-05-27 19:18:23 +02:00
[PAGES.MOVIES]: {
title: 'Movies',
description: `Do you love B rated movies? We've got you covered on Odysee`,
2021-05-27 23:49:50 +02:00
image: 'https://spee.ch/category-movies:2.jpg?quality=80&height=1200&width=630',
2021-04-13 20:22:14 +02:00
},
2021-05-27 23:49:50 +02:00
// [PAGES.MUSIC]: {
// title: 'Music',
// description: 'All the music you love on Odysee',
// image: 'https://spee.ch/category-music:8.jpg?quality=80&height=1200&width=630',
// },
2021-04-13 20:22:14 +02:00
[PAGES.TECHNOLOGY]: {
title: 'Tech',
description: 'Hardware, software, startups, photography on Odysee',
image: '',
},
[PAGES.WILD_WEST]: {
title: 'Wild West',
description: 'Boosted by user credits, this is what the community promotes on Odysee',
2021-05-27 23:49:50 +02:00
image: 'https://spee.ch/category-wildwest:1.jpg?quality=80&height=1200&width=630',
2021-04-13 20:22:14 +02:00
},
};