VDR tallenteille IMDb linkit
VDR tallenteille IMDb linkit
Saako tallennetuille leffoille jotenkin automatisoitua IMDb linkkien etsimistä?
- rofafor
- Optikkoliikkeen kopiovastaava
- Viestit: 1365
- Liittynyt: 26.03.2004 3:00
- Paikkakunta: Internet
Re: VDR tallenteille IMDb linkit
Tvdb ei ole IMDb, mutta sitä vasten on tehty laajennos ja osa skineistäkin tukee laajennettuja metadatoja kuvineen.P.Kosunen kirjoitti:Saako tallennetuille leffoille jotenkin automatisoitua IMDb linkkien etsimistä?
https://projects.vdr-developer.org/proj ... raper/wiki
Re: VDR tallenteille IMDb linkit
vdr-tvscraper-0.2.0.ebuild:
vdr-tvscraper-9999.ebuild:
Gentoo ebuildit, en testannut vielä kuin, että kääntyy ja käynnistyy. Git-versio on sama kuin 0.2.0. (Gentoon kehittäjät ovat tehneet tästä ebuildin vääntämisestä nopeaa.)
Koodi: Valitse kaikki
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="TVScraper runs in the background and collects metadata for EPG events and recordings."
HOMEPAGE="https://projects.vdr-developer.org/projects/plg-tvscraper"
SRC_URI="mirror://vdr-developerorg/1742/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=media-video/vdr-2
dev-db/sqlite
net-misc/curl
dev-libs/libxml2
dev-libs/jansson"
RDEPEND="${DEPEND}"
S="${WORKDIR}/tvscraper-${PV}"
Koodi: Valitse kaikki
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit vdr-plugin-2 git-2
DESCRIPTION="TVScraper runs in the background and collects metadata for EPG events and recordings."
HOMEPAGE="https://projects.vdr-developer.org/projects/plg-tvscraper"
EGIT_REPO_URI="git://projects.vdr-developer.org/vdr-plugin-tvscraper.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=">=media-video/vdr-2
dev-db/sqlite
net-misc/curl
dev-libs/libxml2
dev-libs/jansson"
RDEPEND="${DEPEND}"
S="${WORKDIR}/tvscraper-${PV}"