Jump to content

Search the Community

Showing results for tags 'music'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Emby Premiere Purchase/Subscription Support
    • Feature Requests
    • Tutorials and Guides
  • Emby Server
    • General/Windows
    • Android Server
    • Asustor
    • FreeBSD
    • Linux
    • NetGear ReadyNAS
    • MacOS
    • QNAP
    • Synology
    • TerraMaster NAS
    • Thecus
    • Western Digital
    • DLNA
    • Live TV
  • Emby Apps
    • Amazon Alexa
    • Android
    • Android TV / Fire TV
    • Windows & Xbox
    • Apple iOS / macOS
    • Apple TV
    • Kodi
    • LG Smart TV
    • Linux & Raspberry Pi
    • Roku
    • Samsung Smart TV
    • Sony PlayStation
    • Web App
    • Windows Media Center
    • Plugins
  • Language-specific support
    • Arabic
    • Dutch
    • French
    • German
    • Italian
    • Portuguese
    • Russian
    • Spanish
    • Swedish
  • Community Contributions
    • Third Party Apps
    • Fan Art & Videos
    • Tools and Utilities
    • Web App CSS
  • Testing Area
    • WMC UI (Beta)
  • Other
    • Non-Emby General Discussion
    • Developer API
    • Hardware
    • Media Clubs

Blogs

  • Emby Blog

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

  1. RSAvenell

    Emby on PS4 - Playing Albums

    Greetings Emby community. I may just be missing something very simple, but when I open Emby on my PS4 to play music from my media PC, the tracks for each album are listed alphabetically, not in the correct order on the album. Anyone know how to have albums show up in the correct order? All tracks in their folders on my PC are numbered (01 Xsongtitle, 02 Xsongtitle, etc). I'm sure its a simple thing, but I can't seem to find a setting to change this. Or is the PS4 music player just that dumb?
  2. Jay Freeman

    Music: Artist page

    When I browse to an artist's page, I see the list of albums along with a selection of songs. Is there any way of disabling the songs from showing for the main page? I only want to see the songs when I select an album Thanks
  3. Sat32

    Music Upgrade

    Music section that can separate albums by media type and coverart that would represent primary formats CD, SACD, HDCD, Vinyl, Tape. Better handling of Boxsets example Doors Perseption is a collection of all the doors albums. I setup the boxset like this Music\Doors Perception\Discno\trackno - title.ext I did the correct embedded and folder.jpg art work for all the albums, Waiting for the Sun, Strange Days, Morrison Hotel, Ect in each album folder. And placed the of the boxset cover folder.jpg in the Doors Perception folder. Emby only shows the first album cover and the songs as one big group Thanks
  4. uploadstation

    artits ending with (dot)

    Hello I found a bug When i add Boney M(dot) its not showing but when i remove the dot it shows up same thing with others . Also artits are not showing ? (only album artits) ? When i click on a VA cd it dosnt show the artits unless i have it as album artits. If you need more info just shout it:) Hope this will be fixed soon . Thanks you
  5. Hello i have some improvments requests for the artits page When i click on a album artists the list that shows songs i huge i would like to see only about 10 you could add a link to show more but showing only 10 saves me a lot of scrolling It would be nice to have a dropdown option on the music videos some artists have a lot of music videos and it takes up a lot of space Would it be possible to have only the albums of the artists on the Album arits page and have a dropdown menu for the albums on other albums (VA/Soundtracks) Would it be possible to have a menu with (More albums From the *year*) on the album page Thanks in advance
  6. Blueeyiz702

    Music Sync Problem

    I recently removed my music albums section,and cleaned both sections in Emby and Kodi,but when kodi runs sync at startup it still scans like albums and songs are available but there is nothing in that section? Its been removed,and also i took screenshot of some strange characters that show up during music sync,can anybody tell me what they are and how to get rid of. Thats reason i removed music albums,when these characters show it kept hanging on sync and would not show albums correctly. http://s72.photobucket.com/user/nolovenv...m.png.html
  7. EduardoSantos

    Music genre confusion

    Hi, I am running Emby Server v. 3.0.5972.0 on Windows 10. There is a strange behavior when accessing music by genre: - When I open an album it is listed by Emby as "Jazz Vocal" genre; - All tracks are listed as "Jazz Vocal" genre; - When I access "Jazz Vocal" genre, both the album and the tracks are correctly listed; Problem is that album and tracks are also listed as "Jazz" genre. Random play on Jazz will also include these "Jazz Vocal" tracks. Is this behavior expected? If so how can I depart these genres? Thanks
  8. jamvids

    Music Broken

    Hi, In the last few weeks anything to do with music has become all but useless. I have 3 music folders set up, Albums, compilations and soundtracks which used to all merge in the "music" section (as TV and Movies still does if enabled in the settings) Now they are just individual folders. At the moment if i go into an individual section on the android app and go on to the "Albums" tab I get the spinning wheel for ever. Sometimes it will eventually list my albums. If I try and re-order them it's back to the spinning wheel and nothing. server log https://www.dropbox.com/sh/o0dq6x5vcs4lmcm/AAAJpNI1YNSvcwuqrjAQz-uCa?dl=0 server v 3.1.43.0 no android log android v 2.7.09 Sony xperia Z5 premium Sony Xperia Z Samsung Galaxy Tab SM-T33 Also seems to take a while on chrome too, but does eventually get there
  9. GeorgeGibson

    Emby only plays one song

    I have an Emby server setup on my Ubuntu 16.04 (Xenial) machine. The machine is a Lenovo B560 and has decent specs. I have an extensive music library which is fully indexed by Emby (~1500 albums). When I click on an album to play it, all the songs will be put in the queue and Emby will play the first song fine. However, after that, it will refuse to automatically play the next one, despite it being 'Up next'. If I look at the queue, it will show the first song as playing, even though it is long finished. When I eventually give in and press the button to play the next song, it does so fine. This is annoying, as it means I am unable to play more than one song when I am driving, and it's frustrating enough in the house. So what is the reason for this strange behaviour? Is it a misconfiguration issue? If not, how can I fix it?
  10. llygoden

    AlbumAdded End Point

    HI All, I'm not sure that this is possible but I've noticed that 3rd party clients can notify Emby of new TV Episodes or Movies that need to be added to the library. This allows for the individual item to be scanned rather than a whole library refresh. This can be seen in the Sonarr application public void Update(MediaBrowserSettings settings, int tvdbId) { var path = string.Format("/Library/Series/Updated?tvdbid={0}", tvdbId); var request = BuildRequest(path, settings); ProcessRequest(request, settings); } I would like for the same to be available for music albums. Ideally having a Musicbrainz Release ID passed to the endpoint that will then only require the Album to be indexed rather than a full library update. This is currently how the beets accomplishes it: # Trigger the Update. url = api_url(host, port, '/Library/Refresh') r = requests.post(url, headers=headers) if r.status_code != 204: self._log.warning(u'Update could not be triggered') else: self._log.info(u'Update triggered.') If this is not possible, then no worries it would just save a lot of time and resources from the server point of view. Cheers, Llygoden
  11. I detected this several weeks ago but I only had time to report it now. I'm running Emby 5930 (latest stable). Can't remember the exact Emby version when the problem started but since some time now (maybe two months) my library scans went from around 2:30mins to around 12-14 mins. Today I was checking the logs and I saw tons of exceptions while contacting musicbrainz.org since the site is returning a 503 error for many requests from Emby: 2016-04-19 21:32:01.4539 Info HttpClient: HttpClientManager GET: http://www.musicbrainz.org/ws/2/release/?query="(2001)+Just+Push+Play" AND arid:3d2b98e5-556f-4451-a3ff-c50ea18d57cb 2016-04-19 21:32:01.6613 Error HttpClient: Error getting response from http://www.musicbrainz.org/ws/2/release/?query="(2001)+Just+Push+Play" AND arid:3d2b98e5-556f-4451-a3ff-c50ea18d57cb *** Error Report *** Version: 3.0.5930.0 Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -restartpath /usr/lib/emby-server/restart.sh Operating system: Unix 3.10.0.327 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/emby-server Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Wed Jan 13 16:44:34 UTC 2016) Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe One or more errors occurred. System.AggregateException at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7f9d6de48790 + 0x00029> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7f9d6de46760 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7f9d6de466c0 + 0x00093> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7f9d6de46670 + 0x0003a> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x7f9d6de46dd0 + 0x00017> in <filename unknown>:0 at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager+<SendAsyncInternal>c__async4.MoveNext () <0x4154ae50 + 0x01055> in <filename unknown>:0 InnerException: System.Net.WebException The remote server returned an error: (503) Service Unavailable. at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) <0x415e0320 + 0x001a3> in <filename unknown>:0 at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (IAsyncResult iar, System.Func`2 endFunction, System.Action`1 endAction, System.Threading.Tasks.Task`1 promise, Boolean requiresSynchronization) <0x7f9d6ded3dd0 + 0x00088> in <filename unknown>:0 2016-04-19 21:32:01.6626 Error App: Error in MusicBrainz *** Error Report *** Version: 3.0.5930.0 Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -restartpath /usr/lib/emby-server/restart.sh Operating system: Unix 3.10.0.327 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /var/lib/emby-server Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Wed Jan 13 16:44:34 UTC 2016) Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe One or more errors occurred. MediaBrowser.Model.Net.HttpException at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager+<SendAsyncInternal>c__async4.MoveNext () <0x4154ae50 + 0x01833> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7f9d6de48790 + 0x00029> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7f9d6de46760 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7f9d6de466c0 + 0x00093> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7f9d6de46670 + 0x0003a> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x7f9d6de46dd0 + 0x00017> in <filename unknown>:0 at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager+<SendAsync>c__async1.MoveNext () <0x415453f0 + 0x00215> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7f9d6de48790 + 0x00029> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7f9d6de46760 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7f9d6de466c0 + 0x00093> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7f9d6de46670 + 0x0003a> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x7f9d6de46dd0 + 0x00017> in <filename unknown>:0 at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager+<Get>c__async0.MoveNext () <0x415ca1c0 + 0x00174> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7f9d6de48790 + 0x00029> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7f9d6de46760 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7f9d6de466c0 + 0x00093> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7f9d6de46670 + 0x0003a> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x7f9d6de46dd0 + 0x00017> in <filename unknown>:0 at MediaBrowser.Providers.Music.MusicBrainzAlbumProvider+<GetMusicBrainzResponse>c__async5.MoveNext () <0x41e95c00 + 0x0068e> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7f9d6de48790 + 0x00029> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7f9d6de46760 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7f9d6de466c0 + 0x00093> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7f9d6de46670 + 0x0003a> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x7f9d6de46dd0 + 0x00017> in <filename unknown>:0 at MediaBrowser.Providers.Music.MusicBrainzAlbumProvider+<GetReleaseResult>c__async2.MoveNext () <0x41eedab0 + 0x0020f> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7f9d6de48790 + 0x00029> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7f9d6de46760 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7f9d6de466c0 + 0x00093> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7f9d6de46670 + 0x0003a> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x7f9d6de46dd0 + 0x00017> in <filename unknown>:0 at MediaBrowser.Providers.Music.MusicBrainzAlbumProvider+<GetMetadata>c__async1.MoveNext () <0x41ee37b0 + 0x00533> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7f9d6de48790 + 0x00029> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7f9d6de46760 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7f9d6de466c0 + 0x00093> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7f9d6de46670 + 0x0003a> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x7f9d6de46dd0 + 0x00017> in <filename unknown>:0 at MediaBrowser.Providers.Manager.MetadataService`2+<ExecuteRemoteProviders>c__async8[TItemType,TIdType].MoveNext () <0x41e17950 + 0x00686> in <filename unknown>:0 InnerException: System.AggregateException One or more errors occurred. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7f9d6de48790 + 0x00029> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7f9d6de46760 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7f9d6de466c0 + 0x00093> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7f9d6de46670 + 0x0003a> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x7f9d6de46dd0 + 0x00017> in <filename unknown>:0 at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager+<SendAsyncInternal>c__async4.MoveNext () <0x4154ae50 + 0x01055> in <filename unknown>:0 InnerException: System.Net.WebException The remote server returned an error: (503) Service Unavailable. at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) <0x415e0320 + 0x001a3> in <filename unknown>:0 at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (IAsyncResult iar, System.Func`2 endFunction, System.Action`1 endAction, System.Threading.Tasks.Task`1 promise, Boolean requiresSynchronization) <0x7f9d6ded3dd0 + 0x00088> in <filename unknown>:0 This is just an example for one request but my music library is around 20K songs so there are many more in the logs. I try to disable MusicBrainz as a metadata source and the library scans are back to "normal", taking just 2:30mins. Is anyone else also seeing this behavior or is just me? I'm not familiar with MusicBrainz, is it like opensubtitles that requires to have a user account to query the site? Cheers.
  12. When I make a playlist I would like it in my Music tab, not on my homescreen on the web server. Thanks
  13. I'd like to modify the detail album view track listing (using Chocolate) as you see below to simply list the track number, and track title, and remove the artist and album info. Is that possible? Also, where should I add images for the generated folders like "Favorites", "Genre", "Playlist" etc... ? Thanks for the help, CFC
  14. Hi, I'm running a Debian server. In my Emby-installation I have three sections: Movies, TV Shows, Music. Playing inside the browser works perfectly. Playing on my FireTV using the app (local network) works well too. I also can connect to the FireTC via the web interface and control movies perfectly fine. But I cannot connect to the FireTV via web interface and start music. Once connected if I click on a song or album, nothing happens. Disconnecting makes the music play just fine on my computer. There's not a single clue what's wrong, can someone help me?
  15. Hi there Guys may I ask for a little help? I'm running SATV, SPMC and/or Kodi 16.2 (Titan 3.6.51) , Emby and Emby for Kodi 2.2.10. I am 99% there with my setup except a couple of niggles around music. I have selected direct stream and music plays fine but: - 1. Even though my library is 320kbps mp3 is always transcodes to 128kbps? 2. When I select play on "Highway to Hell" I get random fanart background as opposed to AC/DC (for example) Are these a limitation of direct stream? Thanks for your help Dave
  16. 3psus

    Music UX improvement

    I would like to propose some changes to the Music section UX, which I think would bring some improvements. After playing in there and using the music section for a while, some things I've noticed are a little bit annoying. I will refer at this image, red notations representing sections and yellow ones buttons. 1: When making queues on the go, I want to click the 3 dots button (button #3) to reveal the menu. The problem is if you hover to long over the image, the black cover with thumbs appears and a click over the button #3 will start the album's playback. This will just kill your queue and play the first track. I suggest that the button #3 always stays on top, or that area #1 remains uncovered: this could allow for other futur buttons next to #3 that would remain uncovered. Leaving the buttons on top seems to be the best option though. 2: Everywhere in Emby, clicking the thumb or poster image will get you to a detailed page. In the music section though, this just starts playing the album. If you want to access the detailed page, you need to click the 3 dots to get to the alternate menu, then click open. This is confusing and should be kept the same all over the app: clicking the poster (like area #4) should bring you to the detailed page of the item. Plus, "navigation" clicks happen way more often than "play" clicks. Thus, clicking the thumb or poster should be used for navigation and not playback. For the same reason, I think that area #2 should also bring to the detail page and not start playback. For playback, there is a "play" button that serves this purpose. In area #2, only the yellow buttons should represent other actions than getting to the detail page. Tell me what you think 3psus
  17. Just wondering if there is a way to have a movie soundtrack album in a theme-music folder (so it plays when you navigate to the movie) as well as in the music section. I have tried adding the folder as movie and music, but the movies are removed and only music shows after scanning the library. I know there used to be a link that you could do to have the music associate with the movie, but I believe that was removed some time back? Regardless, I don't think it used to play the music from that soundtrack link automatically like the theme.mp3 or theme-music folder. Any ideas for this one or is it in the pipeline?
  18. GlassJoe

    Music artists not appearing in library

    When I sync my Kodi music library with Emby, the albums and songs appear just fine in Kodi, but the artist category is remaining empty. Switching back to Kodi from Plex because of Emby. Seems great so far, except this one problem. Attached a log and some screen shots if anyone wants to take a crack at it, I'd really appreciate it. After adding some more artists, it's only some that aren't showing up in the Kodi music library. These guys seem to have had the same problem: http://emby.media/community/index.php?/topic/23626-missing-music-artists-in-kodi-and-no-idea-why/ http://emby.media/community/index.php?/topic/30087-music-sync-only-showing-changes-in-albums-not-artists/ I have no idea what's going on here, everything is right on the Emby server, all the metadata is filled out and correct. In the Kodi album info dialog the artist field is absent for the albums of missing artists. Totally lost. kodi.log
  19. Hi All, I was persuaded to take a look at Emby and installed it on a high end NAS. No other apps running. 2G RAM and 4TB disk RAID0 My Library only contains Mp3 Music tracks; 9000+ albums with some 125k tracks. I turned off all Internet scraping. Only use local media tagged (ID3) info. The scanner has been going on for two days now, still not complete!! CPU load is next to nothing. Memory is 98% mainly by Mono. Kodi did the same library in 3 hours on the same HW. What is going on?
  20. I have a ton of FLAC that I'd like Emby to stream to my Android device and it's unclear how it's transcoding it. I'd like to be able to: Specify the audio codec used to stream audio to my device. E.g. if I have a tablet with a beefy battery, I'd like to stream Opus, which is a more efficient codec but unsupported by my device's hardware codec. If I'm on my phone I'd like to stick to a safe codec supported by my hardware like AAC or MP3. Specify the bitrate. E.g. if I'm on WiFi, send me the original. If I'm not, cut it down to 128kbps.
  21. Hi, really happy with how the new Emby Theater worked flawlessly when I first installed it. It looks fantastic. I have a premium licence. Movies and all my music played fine, but yesterday I ran into problems playing my flac and mp3 files which are in separate folders. Just getting the spinning circle when I click on a song and nothing happens. I deleted my music library and re-installed it but its still not working. I've got Windows 7 64 bit. Do you have any idea why this might be? I've attached my emby theater log. theater-63591942346.txt
  22. Running build 5871. Noticed that the option to group music folders is no longer available in the Home Screen settings under My Views. Is this an oversight or is it deliberate? For those of use who have big music collections this is a retrograde step. For example I have separate music collections (i.e. I manage them separately) simply to make it easier. Grouping then made it possible to integrate all the collections in Emby. Not currently an issue as WMC client supports Legacy Browser but when I move to Theater it will be as I will no longer have one Music view. Same on Web client but that is not much of an issue for me as I only use it for admin. IOS and Android clients behave as the Web client. BTW, the folder browsing function is fantastic as it is very fast. PS. I could rearrange the separate music collections to fall off a common root folder which would give me one Music view but do not want to do that unless necessary as it will probably reset the Music library usage metadata and playlists.
  23. I have used musicbrainz picard to tag my music, which works fairly well, but I am noticing that the tracks of albums are not displaying the artists name, instead it is displaying 'rtists'. Can someone tell me how to fix this?
  24. Bernie V

    Cannot play music with DLNA

    My media is on a Synology NAS. In Kodi I can play movies (direct stream) and play music (also direct stream). In my setup it isn't possible to play songs on my receiver trough DLNA Kodi. Browsing just works but not playing. I checked the Kodi log and saw this: EMBY Items -> Processing userdata: {u'Audio': [u'eecfa9a3ccf7eb96b53b85c5dd395866'], u'MusicAlbum': [u'522ded9f3ce788fe5ac17d1146535ca1']} 07:02:48 31731.585938 T:1733293088 NOTICE: Using Image Cache Thread Count: 0 -> 1 07:02:49 31732.451172 T:1733293088 NOTICE: Previous line repeats 1 times. 07:02:49 31732.451172 T:1733293088 NOTICE: EMBY Music -> Update playstate for song: The Sound Of Silence 07:02:49 31732.451172 T:1733293088 WARNING: CreateLoader - unsupported protocol(/nfs) in /nfs://192.168.1.101/volume1/music/Unmixed Compilations/Various/30 Stars - Acoustic/Simon & Garfunkel - The Sound Of Silence.mp3 07:02:49 31732.451172 T:1733293088 NOTICE: Emby musictools -> File does not exist! These are my path subsitutions for my music, in this order: mnt/music -> nfs://192.168.1.101/volume1/music mnt/music -> \\192.168.1.101\music mnt/music -> \\vandernas\music In the Kodi addon my settings are direct stream and paths through the Emby addon In the album.nfo file that Emby creates: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <album> <review /> <outline /> <lockdata>false</lockdata> <dateadded>2016-02-03 16:24:54</dateadded> <title>30 Stars - Acoustic</title> <originaltitle>30 Stars - Acoustic</originaltitle> <year>2015</year> <genre>Ballad</genre> <art> <poster>/nfs://192.168.1.101/volume1/music/Unmixed Compilations/Various/30 Stars - Acoustic/folder.jpg</poster> For all my media Emby creates /nfo:// in the nfo files. Is this correct? Because Kodi doesn't seem to find the media when I use DLNA. Play music and movies in Kodi itself is working. What do I have to change in my setup to play songs on my receiver trough DLNA Kodi?
  25. jamvids

    Music auto folder gone

    Hi, I think my server crashed last night, today my auto grouped folders aren't working right and the music one has completely disappeared. though the music folders are still there. Any Ideas?
×
×
  • Create New...