Search the Community
Showing results for tags 'offline sync'.
-
Hi everyone We are looking at getting a dedicated audio playing app for Emby up for closed testing on PlayStore shortly, and was wondering if people might be interested it trying it out and providing feedback? Features: Android Auto support Chromecast support Download media onto device via WiFi/Mobile for complete offline support - can search, mix and play content without access to your server Filter content, such as genres, artist albums, album artists by years and genre Playlists - create playlists, automatically download new content added - in the case of offline playlists. Resume playback of last positions in playing queues, audiobooks and albums, etc. Open to any suggestion for other features.... Please note: This will not be a free app - it will be a full featured trial, which upon expiry will require a once off purchase At this stage the app will be Android only, no iOS just yet unfortunately Alpha version will be available shortly, pending interest in testing and feedback.
- 5 replies
-
- audio playback
- playlists
-
(and 5 more)
Tagged with:
-
Hi, I have Emby client app installed on my iMac running on macOS Ventura 13.0. I'm trying to download a movie on my local disk for offline viewing. However, the process is stuck at "Ready to Transfer" and not moving at all. I've created a folder on my Mac and have set up folder sync on this folder. I've provided Read/ Write access to all users on this folder. I've provided the Full Disk Access to Emby on my MAC. The Emby server if hosted on Synology NAS DS918+. I've also mounted this folder on the Synology NAS and provided Emby the Read/ Write access to this folder. Below is a snapshot of the log from embyserver.txt. Looks like that there is an access issue. But I don't know what else needs to be done here. Any pointer will be appreciated. Also attaching the complete embyserver.txt file. 192.168.0.106 is the IP of my iMac. ================================================================================================================================== 2022-10-25 12:45:19.676 Error App: Error transferring sync job file *** Error Report *** Version: 4.7.8.0 Command line: /volume1/@appstore/EmbyServer/system/EmbyServer.dll -programdata /var/packages/EmbyServer/var -ffdetect /var/packages/EmbyServer/target/bin/ffdetect -ffmpeg /var/packages/EmbyServer/target/bin/ffmpeg -ffprobe /var/packages/EmbyServer/target/bin/ffprobe -nolocalportconfig -ignore_vaapi_enabled_flag -pidfile /var/packages/EmbyServer/var/EmbyServer.pid -defaultdirectory /volume1/Public -updatepackage emby-server-synology7_{version}_x86_64.spk Operating system: Linux version 4.4.180+ (root@build3) (gcc version 8.5.0 (GCC) ) #42962 SMP Tue Oct 18 15:05:01 CST 2022 Framework: .NET 6.0.8 OS/Process: x64/x64 Runtime: volume1/@appstore/EmbyServer/system/System.Private.CoreLib.dll =======> This refers to the location where Emby server is hosted. Processor count: 4 Data path: /var/packages/EmbyServer/var Application path: /volume1/@appstore/EmbyServer/system System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/192.168.0.106/AnirbanGuha/Movies/Emby Sync Folder/Videos/The Fireball (1950)' is denied. ---> System.IO.IOException: Permission denied --- End of inner exception stack trace --- at System.IO.FileSystem.CreateDirectory(String fullPath) at System.IO.Directory.CreateDirectory(String path) at Emby.Server.Implementations.IO.ManagedFileSystem.CreateDirectory(String path) at FolderSync.SyncProvider.SendFile(SyncJob syncJob, String originalMediaPath, String inputPath, Boolean isMedia, String[] outputPathParts, SyncTarget target, IProgress`1 progress, CancellationToken cancellationToken) at Emby.Server.Sync.MediaSync.SendFile(SyncJob job, String originalMediaPath, IServerSyncProvider provider, String inputPath, Boolean isMedia, String[] pathParts, SyncTarget target, SyncOptions options, IProgress`1 progress, CancellationToken cancellationToken) at Emby.Server.Sync.MediaSync.GetItem(IServerSyncProvider provider, SyncTarget target, SyncJobItem jobItem, IProgress`1 progress, CancellationToken cancellationToken) Source: System.Private.CoreLib TargetSite: Void CreateDirectory(System.String) InnerException: System.IO.IOException: Permission denied Source: TargetSite: =========================================================================================================================================================== embyserver.txt
-
Hello! I've purchased Emby recently and I am wondering how soon "soon" is (explained below). Regards, Louis Mylle.
-
Hi Since a while the sync progress of my music library is stuck (at around 60%). Every scheduled sync I can see the notifications for the missing files, but they won't download. Here's a part of the log which shows a NullPointerException for one of the files. In the music folder there are currently 32 "Various_Artists (some number)" folders. Wed Jan 03 17:23:42 GMT+01:00 2018 Saving media to Emby_Home/Music/Various_Artists/Sucker_Punch__Original_Motion_Picture_Soundtrack/Disc_1_-_1_-_Sweet_Dreams__Are_Made_of_This_.flac Wed Jan 03 17:23:42 GMT+01:00 2018 Save file directory: /Emby_Home/Music/Various_Artists/Sucker_Punch__Original_Motion_Picture_Soundtrack Wed Jan 03 17:23:42 GMT+01:00 2018 Save file name: Disc_1_-_1_-_Sweet_Dreams__Are_Made_of_This_.flac Wed Jan 03 17:23:42 GMT+01:00 2018 Save file mimeType: audio/flac Wed Jan 03 17:23:42 GMT+01:00 2018 ensureDirectory treeUri: content://com.android.externalstorage.documents/tree/primary%3AEmbySync Wed Jan 03 17:23:42 GMT+01:00 2018 ensureDirectory: /Emby_Home Wed Jan 03 17:23:42 GMT+01:00 2018 ensureDirectory new treeUri: content://com.android.externalstorage.documents/tree/primary%3AEmbySync/document/primary%3AEmbySync%2FEmby_Home Wed Jan 03 17:23:42 GMT+01:00 2018 ensureDirectory: /Emby_Home/Music Wed Jan 03 17:23:43 GMT+01:00 2018 ensureDirectory new treeUri: content://com.android.externalstorage.documents/tree/primary%3AEmbySync/document/primary%3AEmbySync%2FEmby_Home%2FMusic Wed Jan 03 17:23:43 GMT+01:00 2018 ensureDirectory: /Emby_Home/Music/Various_Artists Wed Jan 03 17:23:44 GMT+01:00 2018 ensureDirectory createDocument tree:content://com.android.externalstorage.documents/tree/primary%3AEmbySync/document/primary%3AEmbySync%2FEmby_Home%2FMusic name:Various_Artists Wed Jan 03 17:23:44 GMT+01:00 2018 Error sending request java.lang.NullPointerException com.mb.android.sync.data.AndroidFileRepository.ensureDirectory(AndroidFileRepository.java:238) com.mb.android.sync.data.AndroidFileRepository.saveFile(AndroidFileRepository.java:148) com.mb.android.sync.data.LocalAssetManager.saveMedia(LocalAssetManager.java:77) com.mb.android.sync.server.mediasync.MediaSync$3.onResponse(MediaSync.java:259) com.mb.android.sync.server.mediasync.MediaSync$3.onResponse(MediaSync.java:245) com.mb.android.apiinteraction.RequestHelper.getResponseStreamInternal(RequestHelper.java:139) com.mb.android.apiinteraction.RequestHelper$2.run(RequestHelper.java:61) java.lang.Thread.run(Thread.java:764) Wed Jan 03 17:23:44 GMT+01:00 2018 Error downloading item java.lang.NullPointerException com.mb.android.sync.data.AndroidFileRepository.ensureDirectory(AndroidFileRepository.java:238) com.mb.android.sync.data.AndroidFileRepository.saveFile(AndroidFileRepository.java:148) com.mb.android.sync.data.LocalAssetManager.saveMedia(LocalAssetManager.java:77) com.mb.android.sync.server.mediasync.MediaSync$3.onResponse(MediaSync.java:259) com.mb.android.sync.server.mediasync.MediaSync$3.onResponse(MediaSync.java:245) com.mb.android.apiinteraction.RequestHelper.getResponseStreamInternal(RequestHelper.java:139) com.mb.android.apiinteraction.RequestHelper$2.run(RequestHelper.java:61) java.lang.Thread.run(Thread.java:764) I've tried to create another file with the name stated in the log and I've copied the file from the share to the same location with TotalCommander, both were successfulll. My phone currently is on Android 8.0 but the issue was already there earlier. The corresponding server log doesn't seem suspicious: 2018-01-03 17:23:27.845 Info HttpServer: HTTP Response 200 to 192.168.2.217. Time: 1ms. http://192.168.2.11:80/mediabrowser/users/58cb54c946614d26a0ba47130662c54a?format=json 2018-01-03 17:23:27.883 Info HttpServer: HTTP POST http://192.168.2.11:80/emby/Sync/Data?format=json. UserAgent: Dalvik/2.1.0 (Linux; U; Android 8.0.0; ONEPLUS A3003 Build/OPR6.170623.013) 2018-01-03 17:23:27.946 Info HttpServer: HTTP Response 200 to 192.168.2.217. Time: 62ms. http://192.168.2.11:80/emby/Sync/Data?format=json 2018-01-03 17:23:27.952 Info HttpServer: HTTP GET http://192.168.2.11:80/emby/Sync/Items/Ready?TargetId=6482367051939149&format=json. UserAgent: Dalvik/2.1.0 (Linux; U; Android 8.0.0; ONEPLUS A3003 Build/OPR6.170623.013) 2018-01-03 17:23:28.555 Info HttpServer: HTTP Response 200 to 192.168.2.217. Time: 602ms. http://192.168.2.11:80/emby/Sync/Items/Ready?TargetId=6482367051939149&format=json 2018-01-03 17:23:28.683 Info HttpServer: HTTP GET http://192.168.2.11:80/emby/Sync/JobItems/9bd0374494024d8d8b2d1d26300e4f66/File. UserAgent: Dalvik/2.1.0 (Linux; U; Android 8.0.0; ONEPLUS A3003 Build/OPR6.170623.013) 2018-01-03 17:23:28.862 Info HttpResultFactory: Transmit file \\synologymedien.home\musik\Musik\Various Artists\Sucker Punch - Original Motion Picture Soundtrack\Disc 1 - 1 - Sweet Dreams (Are Made of This).flac 2018-01-03 17:23:30.266 Info HttpServer: HTTP GET http://192.168.2.11:80/emby/Users/58cb54c946614d26a0ba47130662c54a/Views. UserAgent: Mozilla/5.0 (Linux; Android 8.0.0; ONEPLUS A3003 Build/OPR6.170623.013; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 All affected files seem to have Various Artists as album artist. The app (verson 2.9.76) and the server (version 3.2.60.0) are on the current stable release, but the issue was already present in earlier versions. Do you have an idea how to fix this? Thanks a lot 2fc2084b-2b32-4c2e-a6d4-e7905418cdc1.log server-63650534400.txt
-
Good Morning, I am experiencing an issue where overnight, the Emby Server goes unresponsive. I can no longer putty into the server & Emby is no longer accessible. At the terminal itself, the keyboard & mouse are unresponsive as well. The machine has to be turned off & back on again to come back up. The Emby Server is hosted on Ubuntu Server OS. We experienced a similar issue due to plugins when we first cut over to Emby Server, which was resolved by removing all the plug ins. The common denominator now, is that this only appears to occur when I add a large queue of Movies & TV Shows for offline sync. When we travel, it is not uncommon before a long flight, for us to add movies/tv shows for offline sync to a Fire HD 8 tablet with a 200 gb sd card. Absent adding a large queue, this issue does not occur. The Emby Server itself has "local" useable storage & also has access to storage on a local network file server. Content is stored & pulled from both, depending on what it is. Any thoughts on how to resolve this or what my be occurring? Best- Darren Last Log Before Unresponsive, server-63641808000.txt
- 2 replies
-
- ubuntu
- server freeze
-
(and 1 more)
Tagged with: