Giter Club home page Giter Club logo

vdr-plugin-skinsoppalusikka's Introduction

This is a "Soppalusikka" skin for the Video Disk Recorder (VDR).

Written by:                  Rolf Ahrenberg
                             < R o l f . A h r e n b e r g @ s c i .f i >

Project's homepage:          http://www.saunalahti.fi/~rahrenbe/vdr/soppalusikka/

Latest version available at: http://www.saunalahti.fi/~rahrenbe/vdr/soppalusikka/

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
See the file COPYING for license information.

Requirements:

VDR and a spoon for the soup.

Description:

The "Soppalusikka" is a standalone skin providing the good old "ElchiAIO" looks.

Installation:

tar -xzf /put/your/path/here/vdr-skinsoppalusikka-X.Y.Z.tgz
make -C skinsoppalusikka-X.Y.Z install

Configuration:

Channel logo directory can be given via a command line option (-l) and
it defaults to "skinsoppalusikka" subdirectory in VDR's resorce directory
for plugins.

Notes:

- Only XPM format is supported for channel logos: 64x48 pixels and
  13 colors (6 colors on DXR3) or less recommended. Colors must be
  defined in hex numbers only.

- If you'll add new channels logos on the fly, remember to flush the
  channel logo cache.

- The channel logos can be named according to channel name (YLETV2.xpm)
  or channel id (T-8438-4097-33.xpm). The naming is case-sensitive and
  the plugin prefers channel ids as a naming scheme. All '/' characters
  in channel names shall be automatically converted to '~' characters
  in filenames.

- There have been bug reports from some DXR3 users about vanishing
  colors and flickering. However, the skin is also reported to work
  without any problems on many DXR3 setups.

- An example of ImageMagick syntax for generating Soppalusikka compatible
  logos:
  shell> convert ChannelLogo.jpg -resize 64x48 -background "#FEFEFE" \
         -gravity center -extent 64x48 -colors 6 -depth 8 \
         "Channel Name.xpm"

vdr-plugin-skinsoppalusikka's People

Contributors

madmartin avatar rofafor avatar tmn505 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.