Page 59 of 70 FirstFirst ... 949575859606169 ... LastLast
Results 581 to 590 of 699

Thread: Howto: Music album covers in Thunar Nautilus and everywhere!

  1. #581
    Join Date
    Oct 2006
    Location
    Argentina
    Beans
    584
    Distro
    Ubuntu

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Quote Originally Posted by mailbox View Post
    Thanks so much, guys!
    With a little tweaking, I changed the film launcher to use gmplayer instead of totem
    If you change a program file it will be overwritten with a new version and there is no need to do that because it can be configured:
    Code:
    gedit ~/.avatar-factory/grabbers/film
    insert:
    Code:
    launcher="gmplayer"
    You can also do that from the gui:
    1. launch avatar-factory
    2. press ok
    3. select the grabber
    4. set the launcher

    Quote Originally Posted by mailbox View Post
    but I was wondering how I would go about adding arguments to that. I haven't gotten around to encoding some of the 1080p films I have, and they're still in raw .ts form, meaning that I need to start them with: `gmplayer "movie.ts" -really-quiet -cache 4096 -ni -lavdopts lowres=1:fast:skiploopfilter=all` to get them to play with a minimal amount of lag.
    Now, I haven't tested this, but if I make a new launcher called film-hd, I would add all those arguments to the end of this line, after the final `)`, correct?:
    Code:
    eval $film $(echo "$URL" | sed -e 's/^/"/' -e 's/$/"/' -e 's/[cC][dD][1-9]/"???"/' -e 's/[1-9][oO][fF][1-9]/"????"/')&
    No, you should not touch the grabber for that but the launcher.
    The grabbers are in:
    /usr/local/share/avatar-factory/grabbers
    the launchers in:
    /usr/local/share/avatar-factory/launchers

    The grabbers always set the avatars to use the launcher so you can configure the launcher without building again your avatars.

    Again there is no need to edit the files on those paths.
    To configure the launcher as you want you do:
    Code:
    gedit ~/.avatar-factory/grabbers/film
    insert:
    Code:
    launcher="gmplayer -really-quiet -cache 4096 -ni -lavdopts lowres=1:fast:skiploopfilter=all"
    Or from the gui... but I think that you can set those options in:
    ~/.mplayer/config
    Last edited by Yuzem; October 13th, 2008 at 01:03 AM.

  2. #582
    Join Date
    Nov 2006
    Location
    India
    Beans
    814

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Yuzem...Nice work and keep up the good work Please!!

    I noticed Something ,
    In the GUI , when i select a Grabber(Film/music or any other) ,

    and double click this :

    Code:
    Delete Broken : No
    It is changed to
    Code:
    Delete Broken : Yes
    But if i double click it again , it is still

    Code:
    Delete Broken : Yes
    Is it on purpose ?
    Last edited by ashmew2; October 25th, 2008 at 05:52 PM.
    The truth is always beautiful, no matter how ugly it might seem at first.

  3. #583
    Join Date
    Oct 2006
    Location
    Argentina
    Beans
    584
    Distro
    Ubuntu

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Quote Originally Posted by ashmew2 View Post
    Is it on purpose ?
    No, it is a bug. It will be fixed on the next version.
    Thanks for reporting.

  4. #584
    Join Date
    Nov 2006
    Location
    India
    Beans
    814

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Quote Originally Posted by Yuzem
    Thanks for reporting.
    Nah man , We Thank You for making this GREAT piece of application.

    Thanks Yuzem..You ROCK !
    The truth is always beautiful, no matter how ugly it might seem at first.

  5. #585
    Join Date
    Mar 2005
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Quote Originally Posted by Yuzem View Post
    No, it is a bug. It will be fixed on the next version.
    Thanks for reporting.
    I think that this might be the same bug, or you've been made aware long ago. Just in case: The option to disable the music widget does also not stick here. Thanks for the great work!

  6. #586
    Join Date
    Oct 2006
    Location
    Argentina
    Beans
    584
    Distro
    Ubuntu

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Quote Originally Posted by ashmew2 View Post
    Thanks Yuzem..You ROCK !
    You are welcome.
    Quote Originally Posted by soro2005 View Post
    The option to disable the music widget does also not stick here.
    Are you sure that is the same thing? I can't reproduce that error...

  7. #587
    Join Date
    Mar 2005
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Quote Originally Posted by Yuzem View Post
    You are welcome.

    Are you sure that is the same thing? I can't reproduce that error...
    No, I'm not sure it's the same thing. Was just guessing. But if you can't reproduce it, here a fuller description:

    If I open the music options dialog, the last entry is "widget." I double-click it, and the dialog reloads. "Widget" is now on "yes." I click "ok" to close the dialog, then open the dialog again, and "widget" has no value. The same if I double click on "yes" to get "no." Click "ok" to commit, and on next open, the value is gone again, and the widget keeps appearing on the desktop. In other words, I cannot disable the widget through the dialog.

    I use Ubuntu 8.04 64 bit.

  8. #588
    Join Date
    Oct 2006
    Location
    Argentina
    Beans
    584
    Distro
    Ubuntu

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Ok, it is a different bug. It will be fixed in the next version.

    By the way, if someone could test it and report some bugs, that would be great. It is attached.

    Changelog:
    Code:
    ??.??.08------0.7.7
    	+film grabber: yahoo fallback
    	+film & imdb grabbers: changed the no cover icon
    	+film & imdb grabbers: detect if there is a cover for a movie wich had no cover before
    	+fixed error message with file inputs
    	+fixed error in picture launcher
    	+tv-show grabber: fixed problem when no cover is found.
    	+gui: fixed "delete broken" option problem
    	+gui: fixed problem with music grabber configuration
    	+gui: improved and simplified
    Attached Files Attached Files

  9. #589
    Join Date
    Mar 2005
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Quote Originally Posted by Yuzem View Post
    Ok, it is a different bug. It will be fixed in the next version.

    By the way, if someone could test it and report some bugs, that would be great. It is attached.
    Thanks for fixing the widget option! It seems that it's not working with mpd at the moment. I click on a launcher and nothing happens. May be because my mpd is currently in a weird state, though. Audacious seems to work.
    Last edited by soro2005; October 28th, 2008 at 06:56 AM.

  10. #590
    Join Date
    Oct 2006
    Location
    Argentina
    Beans
    584
    Distro
    Ubuntu

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    The config file has changed in the latest versions. If your mpd music directory is not in /var/lib/mpd/music you must edit the config file "~/.avatar-factory/grabbers/music"

    You can read about that:
    Code:
    avatar-factory -g music --help
    (MPD INSTRUCTIONS are at the end)

Page 59 of 70 FirstFirst ... 949575859606169 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •