Thanks for the package! Is it possible to add translations?
Search Criteria
Package Details: tiny-media-manager 5.0.13-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tiny-media-manager.git (read-only, click to copy) |
---|---|
Package Base: | tiny-media-manager |
Description: | A multi-OS media managment tool |
Upstream URL: | https://www.tinymediamanager.org/ |
Keywords: | data information manager media meta movies nfo shows subtitles tiny tv tv-shows |
Licenses: | Apache |
Submitter: | ZeptoByte |
Maintainer: | Larslol140 |
Last Packager: | Larslol140 |
Votes: | 25 |
Popularity: | 0.000015 |
First Submitted: | 2017-02-24 13:48 (UTC) |
Last Updated: | 2024-10-29 15:30 (UTC) |
Dependencies (1)
Required by (0)
Sources (4)
mxmehl commented on 2019-03-12 16:03 (UTC)
ZeptoByte commented on 2018-06-09 22:25 (UTC)
@Aventura5 I had the same problem, when installing using jdk10-openjdk Here is the full log https://aur.archlinux.org/tiny-media-manager.git
It should be changed to java-environment=8 as you suggest
starkers commented on 2018-06-01 12:01 (UTC)
Upstream release is currently 404
Failure while downloading <https://release.tinymediamanager.org/dist/tmm_2.9.11_14460b3_linux.tar.gz>
atomicwrites commented on 2018-05-15 14:44 (UTC)
Ok, so I fixed the issue by removing jdk10-openjdk
and selecting jdk8-openjdk
so apparently it needs java-environment=8
not java-environment>=8
.
atomicwrites commented on 2018-05-15 00:44 (UTC)
I Just tried to install this and I got
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 418 source files to /tmp/trizen-david/tiny-media-manager/src/tinyMediaManager-tinyMediaManager-2.9.11/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:46 min
[INFO] Finished at: 2018-05-14T20:16:15-04:00
[INFO] Final Memory: 18M/183M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project tinyMediaManager: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
simon04 commented on 2018-04-15 14:00 (UTC)
I adopted this package today and figured that all user data is written to the world-writable directory /usr/share/tinyMediaManager/data
.
Since 2.9.8-2 the launch script makes sure that the user data is written to $HOME/.tiny-media-manager/
. When upgrading the package, a notice will be printed regarding the migration of the data:
This package no longer stores user data in /usr/share/tinyMediaManager/. Please migrate the data to $HOME/.tiny-media-manager
$ mkdir $HOME/.tiny-media-manager/
$ find /usr/share/tinyMediaManager/ -maxdepth 1 -user $USER -exec mv --interactive "{}" $HOME/.tiny-media-manager/ ";"
Gimmeapill commented on 2018-03-01 20:27 (UTC)
'git' should be aded to the makedepends array, otherwise the build in a clean chroot will fail.
Pinned Comments
simon04 commented on 2020-10-05 06:55 (UTC)
tinyMediaManager v4 changed to a subscription based license model, see https://www.tinymediamanager.org/blog/version-4-0/
tinyMediaManager v3 is provided by https://aur.archlinux.org/packages/tiny-media-manager-3/