Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 12-01-2023, 01:08 PM   #1
steve_x
Junior Member
steve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animals
 
Posts: 4
Karma: 6698
Join Date: Sep 2020
Device: none
Transfer of multimedia files

Hello,

I use Calibre for eBooks and multimedia (e.g. mp4, mp3, webm) files.
I use Android devices (tablet, smartphone) as a playback device. However, I cannot transfer the multimedia files to the device using the "Transfer" functionality. The message appears that no suitable format was found.
As a workaround, I export the files to a directory using "drag and drop". However, this way I have no overview of the transferred files in Calibre.

I already asked a question along these lines some time ago: https://www.mobileread.com/forums/sh....php?p=4274858

However, I had difficulties implementing the suggestion described there with the source files.

I would therefore like to ask again whether there is an easier way.
Could this problem be solved with a small plugin?

Many thanks in advance and best regards, Steve
steve_x is offline   Reply With Quote
Old 12-01-2023, 01:52 PM   #2
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,196
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
If you don't want to run from source as Kovid suggested in the the thread you linked, you can still do this using the Action Chains plugin as follows:
  • Action Chains > Manage Modules > create > paste the code below and press OK.
    Code:
    from calibre.ebooks import BOOK_EXTENSIONS
    
    from calibre_plugins.action_chains.actions.base import ChainAction
    
    class AddExtraFormats(ChainAction):
    
        name = 'Add Extra Formats'
    
        def __init__(self, plugin_action):
            ChainAction.__init__(self, plugin_action)
            global BOOK_EXTENSIONS
            BOOK_EXTENSIONS += ['mp3','mp4'] 
    
        def run(self, gui, settings, chain):
            pass
  • Restart calibre and you should see the mp3,mp4 added to list of formats in device configuration dialog.
  • Connect to your device inside calibre, then go to Device > Configure this device > tick the boxes for mp3 and mp4 formats, after which you will be asked to restart again.
Attached Thumbnails
Click image for larger version

Name:	screen.jpg
Views:	63
Size:	77.9 KB
ID:	204998  

Last edited by capink; 12-01-2023 at 02:16 PM.
capink is offline   Reply With Quote
Advert
Old 12-01-2023, 04:15 PM   #3
steve_x
Junior Member
steve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animalssteve_x is kind to children and small, furry animals
 
Posts: 4
Karma: 6698
Join Date: Sep 2020
Device: none
Hello capink,
thanks for the quick reply!
It's a great plugin, it worked wonderfully!
I just hit the donate button.
Thank you very much, Steve
steve_x is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Likebook - Can't transfer files blue_skies Boyue 25 02-04-2019 03:55 PM
Transfer of files on Android is incredibly slow, but same files super quick on iPad? lealla Calibre Companion 6 01-30-2018 06:26 AM
How to transfer files for free through wi-fi sabik13 Amazon Kindle 8 03-24-2013 11:10 AM
i cant transfer files to CF jasem200 iRex 6 03-11-2008 01:44 PM


All times are GMT -4. The time now is 07:18 PM.


MobileRead.com is a privately owned, operated and funded community.