source: ipk/source/swapbrowsers_picasa/var/swap/extensions/Picasa/rss.sh@ 8578

Last change on this file since 8578 was 7451, checked in by BPanther, 15 years ago

[ipk] - copy source->source.sh4

File size: 458 bytes
Line 
1#!/bin/sh
2
3# suche Link des Thumbnails
4sed -e 's@src="@\n@g' -i /usr/lib/enigma2/python/Plugins/Extensions/Picasa/rss.info
5
6# entferne den Rest nach dem Link
7sed -e 's/".*$//' -i /usr/lib/enigma2/python/Plugins/Extensions/Picasa/rss.info
8
9# tausche die Aufloesung im Thumbnail
10sed -e 's:s288:s128:g' -i /usr/lib/enigma2/python/Plugins/Extensions/Picasa/rss.info
11
12# loesche erste Zeile
13sed '1,1d' -i /usr/lib/enigma2/python/Plugins/Extensions/Picasa/rss.info
Note: See TracBrowser for help on using the repository browser.