LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 04-21-2017, 02:46 AM   #1
Fangi
LQ Newbie
 
Registered: Apr 2017
Posts: 1

Rep: Reputation: Disabled
How can i install Mediathekview in Rosa or Mageia Linux


I'm a simple-user in Germany. I love Rosa and Mageia Linux. But it`s important for me, to have the program mediathekview for looking and downloading German TV-movies on board.
So i need a simple solution.
 
Old 04-21-2017, 03:39 PM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Have you tried downloading the MediathekView code and, after reading Hilfe___bitte_lesen.txt, running ./MediathekView__Linux.sh?
 
Old 04-22-2017, 01:56 AM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
on my system, it depends on java-openjfx (and mplayer if you want to record streams).

the way i see it, you could just unzip the program into /opt, and use this to start it:
Code:
cat /usr/bin/mediathek
#!/bin/sh
if [ -d "/usr/lib/jvm/java-8-jdk" ]; then
  export PATH=/usr/lib/jvm/java-8-jdk/jre/bin/:$PATH
elif [ -d "/usr/lib/jvm/java-8-jre" ]; then
  export PATH=/usr/lib/jvm/java-8-jre/jre/bin/:$PATH
else
  export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH
fi
cd /opt/mediathek
java -jar MediathekView.jar $*
of course i'm simplifying things; you should definitely follow the instructions provided.


you can also use this directly from your browser: https://mediathekview.de - no installation required.
 
Old 04-22-2017, 04:22 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
MediathekView :
Rosa or Mageia Linux → Both based on Mandrake/Mandriva, i.e. not much different.
( Any OS with a usable java can run 'java -jar MediathekView.jar' ).

cd Downloads/
tar xvf MediathekView-latest.tar.gz
cd MediathekView-13.0.2/
java -jar MediathekView.jar
( Assume /usr/bin/java )
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] MediathekView 4 stürzt ab unter Ubuntu 14.04 gabelbart Linux - Software 4 11-07-2015 10:53 AM
LXer: Mageia 4 Linux Will Reach End of Life on September 19, Upgrade to Mageia 5 Now LXer Syndicated Linux News 0 09-10-2015 11:06 PM
[SOLVED] Mageia won' t boot after deleting a Mageia Test partition - GRUB Error 17 Milo4t Mandriva 6 05-04-2015 02:13 AM
LXer: ROSA Presents ROSA Desktop R1 LXer Syndicated Linux News 0 06-09-2013 03:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 07:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration