After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 300691 - Implement saving
Implement saving
Status: RESOLVED OBSOLETE
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
unspecified
Other Linux
: Normal normal
: ---
Assigned To: totem-browser-maint
totem-browser-maint
: 306007 400994 (view as bug list)
Depends on: 314370
Blocks:
 
 
Reported: 2005-04-15 03:03 UTC by Alvaro Muñoz
Modified: 2014-04-30 11:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Alvaro Muñoz 2005-04-15 03:03:34 UTC
I just go to see a movie at apple.com, and when the movie finishes, I'm unable
to play it again. If I refresh the page, I have to download the whole file again.

And also, if I have downloaded some percentage of the file, I cant browse back
(partly because its only streaming).

Please fix/change this :(
Comment 1 Ronald Bultje 2005-04-15 09:21:08 UTC
Also see #160138 for the disk caching.

As for the playing back again, Bastien, I was considering trying to add a
right-click menu with functions such as 'play' or 'pause' (depending on state)
and 'fullscreen'. Possible some more.
Comment 2 Bastien Nocera 2005-06-01 10:11:57 UTC
*** Bug 306007 has been marked as a duplicate of this bug. ***
Comment 3 Bastien Nocera 2006-06-20 15:49:25 UTC
There's already support for caching in the current Mozilla plugin.

As for the "saving", the easiest would be for us to redirect the browser to that particular URL. If the plugin only handles embedded data, we'll be offered to download the file by the web browser, and the browser would take care of using the file already in the cache, or download the data itself, without us having to worry about cookies and permissions.
Comment 4 Sebastien Bacher 2006-08-04 13:42:50 UTC
Ubuntu bug about that: https://launchpad.net/distros/ubuntu/+source/totem/+bug/55162

"totem needs a "Save As" menu item

If I click on a WMV movie in Firefox, Totem is offered as the default movie viewer. The movie downloads fully, then Totem plays it. So far so good!

However, if I then decide I'd like to keep that file, there's no way to do that -- short of using Playlist -> "Copy Location", then decoding that URL-format string into an un-encoded path, then going into another window, and finding that file manually.

Since Totem already has the file open, it seems like it'd be pretty trivial to offer a "Movie" -> "Save As..." menu item to save the file to another location..."
Comment 5 Bastien Nocera 2006-08-04 13:53:30 UTC
(In reply to comment #4)
> Ubuntu bug about that:
> https://launchpad.net/distros/ubuntu/+source/totem/+bug/55162
> 
> "totem needs a "Save As" menu item

This bug is about the Web browser plugin, not the Movie player.
Comment 6 Sebastien Bacher 2006-08-07 12:27:51 UTC
right, I've opened bug #350261 about the feature request for the player
Comment 7 Bastien Nocera 2007-01-26 14:07:56 UTC
*** Bug 400994 has been marked as a duplicate of this bug. ***
Comment 8 Bastien Nocera 2009-11-04 19:52:19 UTC
This should be easy enough to implement.

In totem_embedded_set_local_cache(), make the menu item for save sensitive, and when clicked, use the file descriptor as the source for the file.
Comment 9 Bastien Nocera 2014-04-30 11:22:50 UTC
The browser plugin has been removed from Totem. See this post for more details:
http://www.hadess.net/2014/04/good-bye-totem-browser-plugin.html