Jump to content

Movie Theme Songs Plugin Questions and Support Thread


radeon

Recommended Posts

horstepipe

Hello @@horstepipe

 

What do you see in the logs for this with the latest beta release, can you post here?

 

- James

are you talking about the ssh commands or shall I just try to do the plugin its work?

Link to comment
Share on other sites

horstepipe

Hello @@horstepipe

 

For now, if you just try the plugin and post the relevant sections from the server log, let's see if there is any change.

 

- James

this is how the error looks now:

2016-09-09 16:28:16.6515 Info App: Movie Theme Songs - Found movie theme song for {1}
2016-09-09 16:28:16.6547 Info HttpClient: HttpClientManager.GetTempFileResponse url: http://www.mediafire.com/download/0a83w7jtw087164
2016-09-09 16:28:18.9982 Info App: Movie Theme Songs - Moving /var/packages/EmbyServer/target/var/cache/temp/877cd3ff-5be2-4be1-88d1-71ed87f8b26b.tmp to /volume1/WollesNAS/Filme/The Killer (1989)/theme.mp3
2016-09-09 16:28:19.0428 Info App: Movie Theme Songs ffmpeg path : /var/packages/EmbyServer/target/ffmpeg/bin/ffmpeg
2016-09-09 16:28:19.0429 Info App: Movie Theme Songs ffmpeg params :  -i "/var/packages/EmbyServer/target/var/cache/temp/877cd3ff-5be2-4be1-88d1-71ed87f8b26b.tmp" -t 10 -af volumedetect -f null –
2016-09-09 16:28:21.2461 Info App: Movie Theme Songs ffmpeg path : /var/packages/EmbyServer/target/ffmpeg/bin/ffmpeg
2016-09-09 16:28:21.2461 Info App: Movie Theme Songs ffmpeg params : -i "/var/packages/EmbyServer/target/var/cache/temp/877cd3ff-5be2-4be1-88d1-71ed87f8b26b.tmp" -acodec libmp3lame -ac 2 -ar 44100 -ab 128000 -af "volume=-12dB" "/var/packages/EmbyServer/target/var/cache/temp/877cd3ff-5be2-4be1-88d1-71ed87f8b26b.tmp.mp3
2016-09-09 16:28:21.2492 Error App: ffmpeg exception = 
	*** Error Report ***
	Version: 3.1.142.0
	Command line: /var/packages/EmbyServer/target/server/MediaBrowser.Server.Mono.exe -programdata /var/packages/EmbyServer/target/var -ffmpeg /var/packages/EmbyServer/target/ffmpeg/bin/ffmpeg -ffprobe /var/packages/EmbyServer/target/ffmpeg/bin/ffprobe
	Operating system: Unix 3.2.40.0
	Processor count: 2
	64-Bit OS: False
	64-Bit Process: False
	Program data path: /var/packages/EmbyServer/target/var
	Mono: 4.4.2 (Stable 4.4.2.11/f72fe45 Thu Sep  8 06:59:13 CST 2016)
	Application Path: /volume1/@appstore/EmbyServer/releases/v3.1.142-beta/MediaBrowser.Server.Mono.exe
	ApplicationName='/var/packages/EmbyServer/target/ffmpeg/bin/ffmpeg', CommandLine='-i "/var/packages/EmbyServer/target/var/cache/temp/877cd3ff-5be2-4be1-88d1-71ed87f8b26b.tmp" -acodec libmp3lame -ac 2 -ar 44100 -ab 128000 -af "volume=-12dB" "/var/packages/EmbyServer/target/var/cache/temp/877cd3ff-5be2-4be1-88d1-71ed87f8b26b.tmp.mp3', CurrentDirectory='', Native error= Success
	System.ComponentModel.Win32Exception
	  at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) <0x325dc100 + 0x004e4> in <filename unknown>:0 
Edited by horstepipe
Link to comment
Share on other sites

solabc16

Hello @@horstepipe

 

Ok, can you run from the command line, so we can see what's going on:-

cd /var/packages/EmbyServer/target/ffmpeg/bin/

sudo env LD_LIBRARY_PATH=/var/packages/EmbyServer/target/ffmpeg/lib ./ffmpeg -i "/volume1/WollesNAS/Filme/The Killer (1989)/theme.mp3" -t 10 -af volumedetect -f null

sudo env LD_LIBRARY_PATH=/var/packages/EmbyServer/target/ffmpeg/lib ./ffmpeg -i "/volume1/WollesNAS/Filme/The Killer (1989)/theme.mp3" -acodec libmp3lame -ac 2 -ar 44100 -ab 128000 -af "volume=1dB" "/volume1/WollesNAS/Filme/The Killer (1989)/theme.tmp.mp3"

The log sequencing (http://emby.media/community/index.php?/topic/5742-movie-theme-songs-plugin-questions-and-support-thread/?p=360258) still shows the file being moved, and then trying to be accessed at the original location.

 

- James

Link to comment
Share on other sites

horstepipe

Hello @@horstepipe

 

Ok, can you run from the command line, so we can see what's going on:-

cd /var/packages/EmbyServer/target/ffmpeg/bin/

sudo env LD_LIBRARY_PATH=/var/packages/EmbyServer/target/ffmpeg/lib ./ffmpeg -i "/volume1/WollesNAS/Filme/The Killer (1989)/theme.mp3" -t 10 -af volumedetect -f null

sudo env LD_LIBRARY_PATH=/var/packages/EmbyServer/target/ffmpeg/lib ./ffmpeg -i "/volume1/WollesNAS/Filme/The Killer (1989)/theme.mp3" -acodec libmp3lame -ac 2 -ar 44100 -ab 128000 -af "volume=1dB" "/volume1/WollesNAS/Filme/The Killer (1989)/theme.tmp.mp3"

The log sequencing (http://emby.media/community/index.php?/topic/5742-movie-theme-songs-plugin-questions-and-support-thread/?p=360258) still shows the file being moved, and then trying to be accessed at the original location.

 

- James

admin@WollesNAS:/$ cd /var/packages/EmbyServer/target/ffmpeg/bin/
admin@WollesNAS:/var/packages/EmbyServer/target/ffmpeg/bin$ sudo env LD_LIBRARY_PATH=/var/packages/EmbyServer/target/ffmpeg/lib ./ffmpeg -i "/volume1/WollesNAS/Filme/The Killer (1989)/theme.mp3" -t 10 -af volumedetect -f null
Password:
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libzimg.so.2)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libzimg.so.2)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libzimg.so.2)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libzimg.so.2)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libzimg.so.2)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libzimg.so.2)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libx265.so.79)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libx265.so.79)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libx265.so.79)
ffmpeg version 3.1.3-20160909T120029UTC Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.3.1 (Linaro GCC 5.3-2016.05) 20160412
  configuration: --prefix=/var/packages/EmbyServer/target/ffmpeg --enable-cross-compile --sysroot=/usr/local/sysroot --cross-prefix=arm-linux-gnueabihf- --target-os=linux --arch=arm --cpu=marvell-pj4 --enable-thumb --disable-neon --enable-gpl --enable-shared --disable-static --disable-debug --disable-ffplay --disable-ffserver --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --enable-gnutls --enable-libass --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libfreetype --enable-fontconfig --enable-gray --enable-libfribidi --enable-libvidstab --enable-libzimg --disable-indev=sndio --disable-outdev=sndio --extra-version=20160909T120029UTC --pkg-config=pkg-config --extra-cflags='-march=armv7-a -mcpu=marvell-pj4 -mtune=marvell-pj4 -mhard-float -mfpu=vfpv3-d16 -mthumb -fPIC' --extra-cxxflags='-march=armv7-a -mcpu=marvell-pj4 -mtune=marvell-pj4 -mhard-float -mfpu=vfpv3-d16 -mthumb -fPIC' --extra-ldflags=-L/var/packages/EmbyServer/target/ffmpeg/lib --extra-libs='-lbz2 -ldl -lexpat -lfontconfig -lfreetype -lfribidi -lgmp -lhogweed -lm -lnettle -logg -lpng16 -lrt -lstdc++ -ltasn1 -lvorbis -lz'
  libavutil      55. 28.100 / 55. 28.100
  libavcodec     57. 48.101 / 57. 48.101
  libavformat    57. 41.100 / 57. 41.100
  libavdevice    57.  0.101 / 57.  0.101
  libavfilter     6. 47.100 /  6. 47.100
  libswscale      4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc    54.  0.100 / 54.  0.100
Trailing options were found on the commandline.
Input #0, mp3, from '/volume1/WollesNAS/Filme/The Killer (1989)/theme.mp3':
  Metadata:
    replaygain_track_gain: -5.63 dB
    replaygain_track_peak: 1.054506
  Duration: 00:01:01.20, start: 0.025057, bitrate: 121 kb/s
    Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 121 kb/s
    Metadata:
      encoder         : LAME3.97
    Side data:
      replaygain: track gain - -5.630000, track peak - 0.000025, album gain - unknown, album peak - unknown,
At least one output file must be specified
admin@WollesNAS:/var/packages/EmbyServer/target/ffmpeg/bin$ sudo env LD_LIBRARY_PATH=/var/packages/EmbyServer/target/ffmpeg/lib ./ffmpeg -i "/volume1/WollesNAS/Filme/The Killer (1989)/theme.mp3" -acodec libmp3lame -ac 2 -ar 44100 -ab 128000 -af "volume=1dB" "/volume1/WollesNAS/Filme/The Killer (1989)/theme.tmp.mp3"
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libzimg.so.2)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libzimg.so.2)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libzimg.so.2)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libzimg.so.2)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libzimg.so.2)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libzimg.so.2)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libx265.so.79)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libx265.so.79)
./ffmpeg: /lib/libstdc++.so.6: no version information available (required by /var/packages/EmbyServer/target/ffmpeg/lib/libx265.so.79)
ffmpeg version 3.1.3-20160909T120029UTC Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.3.1 (Linaro GCC 5.3-2016.05) 20160412
  configuration: --prefix=/var/packages/EmbyServer/target/ffmpeg --enable-cross-compile --sysroot=/usr/local/sysroot --cross-prefix=arm-linux-gnueabihf- --target-os=linux --arch=arm --cpu=marvell-pj4 --enable-thumb --disable-neon --enable-gpl --enable-shared --disable-static --disable-debug --disable-ffplay --disable-ffserver --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --enable-gnutls --enable-libass --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libfreetype --enable-fontconfig --enable-gray --enable-libfribidi --enable-libvidstab --enable-libzimg --disable-indev=sndio --disable-outdev=sndio --extra-version=20160909T120029UTC --pkg-config=pkg-config --extra-cflags='-march=armv7-a -mcpu=marvell-pj4 -mtune=marvell-pj4 -mhard-float -mfpu=vfpv3-d16 -mthumb -fPIC' --extra-cxxflags='-march=armv7-a -mcpu=marvell-pj4 -mtune=marvell-pj4 -mhard-float -mfpu=vfpv3-d16 -mthumb -fPIC' --extra-ldflags=-L/var/packages/EmbyServer/target/ffmpeg/lib --extra-libs='-lbz2 -ldl -lexpat -lfontconfig -lfreetype -lfribidi -lgmp -lhogweed -lm -lnettle -logg -lpng16 -lrt -lstdc++ -ltasn1 -lvorbis -lz'
  libavutil      55. 28.100 / 55. 28.100
  libavcodec     57. 48.101 / 57. 48.101
  libavformat    57. 41.100 / 57. 41.100
  libavdevice    57.  0.101 / 57.  0.101
  libavfilter     6. 47.100 /  6. 47.100
  libswscale      4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc    54.  0.100 / 54.  0.100
Input #0, mp3, from '/volume1/WollesNAS/Filme/The Killer (1989)/theme.mp3':
  Metadata:
    replaygain_track_gain: -5.63 dB
    replaygain_track_peak: 1.054506
  Duration: 00:01:01.20, start: 0.025057, bitrate: 121 kb/s
    Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 121 kb/s
    Metadata:
      encoder         : LAME3.97
    Side data:
      replaygain: track gain - -5.630000, track peak - 0.000025, album gain - unknown, album peak - unknown,
[mp3 @ 0x712ee0] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
Output #0, mp3, to '/volume1/WollesNAS/Filme/The Killer (1989)/theme.tmp.mp3':
  Metadata:
    replaygain_track_gain: -5.63 dB
    replaygain_track_peak: 1.054506
    TSSE            : Lavf57.41.100
    Stream #0:0: Audio: mp3 (libmp3lame), 44100 Hz, stereo, fltp, 128 kb/s
    Metadata:
      encoder         : Lavc57.48.101 libmp3lame
Stream mapping:
  Stream #0:0 -> #0:0 (mp3 (native) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help
size=     956kB time=00:01:01.15 bitrate= 128.1kbits/s speed=0.65x
video:0kB audio:956kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.055779%
admin@WollesNAS:/var/packages/EmbyServer/target/ffmpeg/bin$

does it look as expected?

So if the issue is that the file is being moved too early we have to wait for @@radeon to overlook the problem I guess?

Edited by horstepipe
Link to comment
Share on other sites

  • 1 month later...
radeon

Hey all! So good news and bad news! 

 

I've just pushed an update for all 4 plugins to bring it all in line with some changes in the new server version coming out soon. These were breaking changes for them so I wanted to make sure they get in before messing with the existing stuff. 

 

I have a few issues I want/need to work out and I'm also thinking of moving hosts for the media as looking at some of my server logs, it would appear that the current host is spending more time offline than on! 

 

Some of you may also be interested to know the YTrailers plugin has been updated too. You'll just need to manually download the latest dll from my site and overwrite the old one:

 

http://www.ballingtons.com/products

 

For those of you that don't know, YTtrailers is an unofficial plugin which Downloads Trailers from YouTube for your movies and stores them locally with your collection

 

Once the new server version has been rolled out (of if you're on beta/dev), you will get the new version. 

 

Cheers! Radeon

  • Like 1
Link to comment
Share on other sites

  • 4 weeks later...
clarkss12

Hello, I am fairly new to Emby, and just purchased the 4 pack of theme songs.  I can't figure out how it works.  I want to hear the TV show theme songs when I click on my TV shows, like Plex.  How do I run your plugin??

 

Thanks

Link to comment
Share on other sites

radeon

Hi, sorry, didn't seem to get a notification for this one. 

 

The plugin is a metadata provider so doesn't do any playback, it just provides the media to playback on the various clients. With that, it'd dependant on the client you're using as to how it works. 

 

Hope that helps a little. Cheers, 

Link to comment
Share on other sites

@@clarkss12 once you have theme songs in your library, most Emby apps will use them. If you're not seeing this then please open a topic in the section of the community for that app.

Link to comment
Share on other sites

clarkss12

@@clarkss12 once you have theme songs in your library, most Emby apps will use them. If you're not seeing this then please open a topic in the section of the community for that app.

It is working now, thanks.

Link to comment
Share on other sites

  • 4 weeks later...

I just purchased this plugin, received the key, entered the key, nothing. Its not downloading any more themes other than the free "A" ones. I've run the scan several times in "scheduled tasks", but its not downloading anything.

 

Appreciate any help,

 

Cheers

Link to comment
Share on other sites

radeon

I've just sent him an email, hopefully he can contact @radeon 

Hey @@Z0m8ie

 

have you restarted your emby server instance since you bought the licence? Also, make sure you have your supporter key installed.

 

Otherwise, drop me a PM with your supporter key and email address and I'll be able to look into it for you. 

 

Cheers, 

Link to comment
Share on other sites

Hey @@Z0m8ie

 

have you restarted your emby server instance since you bought the licence? Also, make sure you have your supporter key installed.

 

Otherwise, drop me a PM with your supporter key and email address and I'll be able to look into it for you. 

 

Cheers, 

 

It says you cannot receive any new Private Messages......

Link to comment
Share on other sites

radeon

try that,

 

have you tried what I mentioned? "restarted your emby server instance since you bought the licence? Also, make sure you have your supporter key installed."

Link to comment
Share on other sites

try that,

 

have you tried what I mentioned? "restarted your emby server instance since you bought the licence? Also, make sure you have your supporter key installed."

 

Hi Radeon, Yes to both questions, I only just recently received a new lifetime reg key because my old one was registered to an old email address which I no longer have. The server has been restarted several times.

Link to comment
Share on other sites

radeon

Hi Radeon, Yes to both questions, I only just recently received a new lifetime reg key because my old one was registered to an old email address which I no longer have. The server has been restarted several times.

 

sounds like you might need to merge your supporter keys to me. 

 

PM me your key details for the old and new as well as your email address and also specify which key you're currently using. 

Link to comment
Share on other sites

It says you cannot receive any new Private Messages......

 

Good day,

 

Please try again now if possible, I just increased the PM storage for dev's team as if that was the problem.

 

 

My best

Link to comment
Share on other sites

shorty1483

There seems to be something wrong with 1.1.5.0 actualization download. Whenever I install the new version, the server downloads 1.1.4.0 again and ends in an endless loop of doom where it tries to get the latest version but does not get it. 

 

Do I just need to wait a few hours until 1.1.5.0 is up on the Emby Admin servers?

Link to comment
Share on other sites

Yeah I'm getting this today, every time I restart the Emby server to update one of the plug ins (radeon tools) it says another one needs updating.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...