Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MediaDBPythonScripte
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
8
Issues
8
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BA_SI-Projekt
MediaDBPythonScripte
Commits
5c8bbd25
Commit
5c8bbd25
authored
Feb 24, 2016
by
Nico Schallehn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
6db376f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
media.php
media.php
+9
-0
No files found.
media.php
View file @
5c8bbd25
...
...
@@ -17,6 +17,7 @@ do{
echo
" check Filme überprüfen mit md5"
.
PHP_EOL
;
//echo " nfo nfo Datei zu jeden film schreiben".PHP_EOL;
echo
" cover Läd die Cover herrunter!"
.
PHP_EOL
;
echo
" clean Löscht alle Cachedateien!"
.
PHP_EOL
;
//echo " all Läd alle Cover neu herrunter".PHP_EOL;
//echo " missing Läd fehlende Cover neu herrunter".PHP_EOL;
echo
" config show Zeigt die Konfiguration an!"
.
PHP_EOL
;
...
...
@@ -37,6 +38,14 @@ do{
case
"config"
:
echo
$Media
->
config
(
$nameArr
[
1
]);
break
;
case
"clean"
:
echo
$this
->
Console
->
getColoredString
(
"Cache leeren "
,
"black"
,
"light_gray"
)
.
PHP_EOL
;
echo
"Lösche alle Cache Dateien ... "
;
shell_exec
(
"rm ~/MediaDBPythonScripte/JsonCache/*"
);
shell_exec
(
"rm ~/MediaDBPythonScripte/cache/*"
);
shell_exec
(
"rm /tmp/*.xml"
);
echo
"done!"
.
PHP_EOL
;
break
;
case
"cover"
:
echo
$Media
->
cover
();
//$nameArr[1]
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment