• 1
  • 141
  • 142
  • 143(current)
  • 144
  • 145
  • 189
MediaElch - MediaManager for Mac/Linux/Win (with music library scraping)
(2018-05-28, 15:36)huttdes Wrote: [quote="archer96" pid='2738593' dateline='1527513172']
I can save it and it's fine... but I'm stuck with what it gave me.
If I click 'any' image to change it I have my issue... same with trying to add extra fan art.

I ran into an issue like this having two monitors on the computer, then I removed one of the monitors, so the windows were “displaying” on the secondary screen.

Something to try:
Repeat what you’ve done to get the window to pop up. Once you’ve done this, that window will have focus and be active. Press the windows key and the left arrow a few times, and it should bring the window onto your active screen. If not, repeat with the right arrow.
Reply
(2018-05-28, 19:08)archer96 Wrote: @jasn Are you using the latest version available on GitHub? Because I can't reproduce this either. Could you give us all information in "About -> Developer"?
UniversalMusicScraper works at least for Rammstein and System of a Down on Windows 8.1. :-)
 Thanks for your attention archer.  I went back and carefully cleaned out old versions and my scraping is working again.  My bad.

Thanks again and carry on!
Reply
@jasn  No problem. I'm glad that everything works for you. :-)

Some scrapers break a lot. For example the new Kino.de scraper (formerly know as Cinefacts) breaks like once a week because they change their website a lot.
So if any scraper breaks, let us know as soon as possible. For example IMDb was broken (no outline/plot) for a few days/weeks and was fixed today.

@calvin8714 Thanks! Had the same problem using other applications.
@huttdes This might help as well: https://www.howtogeek.com/howto/windows/...ard-trick/
Reply
(2018-05-29, 12:22)archer96 Wrote: @Maaarv You mean <thumb>...</thumb> in episode NFO files like "S01E01.nfo"? Yes, that wasn't filtered. Will be fixed by: https://github.com/Komet/MediaElch/pull/458

Update: Latest nightly has fixed this.
 Just tested and its working, thanks again. Smile

I also tested studio mappings for tv show episodes which I don't really use but had a problem with them in the past.
Seems that there is the same problem.
I tried to get this working with no luck:

<studios>
<map from="FOX (US)" to="FOX" />
</studios>

And one more thing: When syncing the 'watched state' with Kodi the 'last played time' written to the nfo file seems to be one hour time-displaced.
Not a big deal but maybe this can be solved easily aswell.
  • unRAID server
  • EmbyServer docker container
  • LibreELEC virtual machine
  • Kodi (Aeon Nox SiLVO)
Reply
@Maaarv Thanks. https://github.com/Komet/MediaElch/pull/459 fixed this. You can download the latest version now. :-)
The time bug is another topic. Will have to look into it another time.
Reply
Andre,

By following the instructions in your post to compile MediaElch will it update automatically?

Thanks for keeping this awesome project alive, it's one of the few that work with Linux/

Scott -
Main HTPC/Server, Ubuntu 18.04, Leia 18.0
ASUS Chromebox, Ubuntu 18.04, Leia 18.0, Aeon Nox 5: SiLVO Mod
Reply
(2018-05-30, 17:07)shess757 Wrote: By following the instructions in your post to compile MediaElch will it update automatically?
 There are now official build instructions (please refer to them instead of my previous post): https://github.com/Komet/MediaElch/blob/...d.md#linux
To answer your question: You only build the version for which you downloaded the source code. You need to download and compile the source again if newer versions are released. :-)
I can't say if and when MediaElch will be released to software repositories (Ubuntu's http://launchpad.net/ , etc.).

Regards,
Andre
Reply
Thanks for the quick reply. I followed your instructions in the previous post and everything installed fine and its working.

Thanks again,
Scott-
Main HTPC/Server, Ubuntu 18.04, Leia 18.0
ASUS Chromebox, Ubuntu 18.04, Leia 18.0, Aeon Nox 5: SiLVO Mod
Reply
(2018-05-30, 13:44)archer96 Wrote: @Maaarv Thanks. https://github.com/Komet/MediaElch/pull/459 fixed this. You can download the latest version now. :-)
The time bug is another topic. Will have to look into it another time.
Unfortunately the studio mappings still don't work for me
My advancedsettings.xml looks like this:

<advancedsettings>
    <studios>
        <useFirstStudioOnly>true</useFirstStudioOnly>
        <map from="ABC (US)" to="ABC" />
        <map from="FX (US)" to="FX" />
        <map from="FOX (US)" to="FOX" />
        <map from="HBO Nordic" to="HBO" />
        <map from="NTV (JP)" to="NTV" />
        <map from="Sky Atlantic (IT)" to="Sky" />
        <map from="Sky Deutschland" to="Sky" />
    </studios>
</advancedsettings>
  • unRAID server
  • EmbyServer docker container
  • LibreELEC virtual machine
  • Kodi (Aeon Nox SiLVO)
Reply
(2018-05-31, 09:58)Maaarv Wrote: Unfortunately the studio mappings still don't work for me
[...]
    <studios>
        <useFirstStudioOnly>true</useFirstStudioOnly>
        <map from="ABC (US)" to="ABC" />
    </studios>
 My bad (copy&paste bug). A new version will be automatically published in around 30min.

Note: There was a small change in advancedsettings.xml. useFirstStudioOnly is now an attribute of <studio>
See: https://github.com/Komet/MediaElch/blob/...s.xml#L105
Reply
working. thanks Smile
  • unRAID server
  • EmbyServer docker container
  • LibreELEC virtual machine
  • Kodi (Aeon Nox SiLVO)
Reply
Regarding my previous question, are there files I can save and replace in the new version to keep my settings? 

I see the settings folder, can I just save that and overwrite the new file in the new version or should I use a specific file in that folder to avoid possibly breaking something?

Thanks in advance,

Scott-
Main HTPC/Server, Ubuntu 18.04, Leia 18.0
ASUS Chromebox, Ubuntu 18.04, Leia 18.0, Aeon Nox 5: SiLVO Mod
Reply
Hi.
I'm stuck on search by OFDb search engine.
Image
I can't stop searching by OFDb and I can't change search engine to IMDB or other
Reply
(2018-06-02, 22:41)shess757 Wrote: Regarding my previous question, are there files I can save and replace in the new version to keep my settings?
I see the settings folder, can I just save that and overwrite the new file in the new version or should I use a specific file in that folder to avoid possibly breaking something?
You can keep your old settings files. MediaElch won't overwrite or reset them after an update. :-)

@grzesiek811 Please download the latest MediaElch version available on https://www.kvibes.de/mediaelch/
The OFDb bug has been fixed there.
Reply
(2018-05-28, 20:59)huttdes Wrote:
(2018-05-28, 19:08)archer96 Wrote: @huttdes Still can't reproduce this. I'll install Windows 7 in the next few days and test on it.
Are you using the advancedsettings.xml file?

@jasn Are you using the latest version available on GitHub? Because I can't reproduce this either. Could you give us all information in "About -> Developer"?
UniversalMusicScraper works at least for Rammstein and System of a Down on Windows 8.1. :-)
 Yes, I have the advancedsettings.xml file for database on my NAS... been running it for years though.

Rammstein - SOAD Cool 
 Hey,
I deleted the registry entry and rebooted. All is well.

Thank you much!
Reply
  • 1
  • 141
  • 142
  • 143(current)
  • 144
  • 145
  • 189

Logout Mark Read Team Forum Stats Members Help
MediaElch - MediaManager for Mac/Linux/Win (with music library scraping)9